# Send Arxiv Cli Tools to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arxiv-cli-tools",
    "name": "Arxiv Cli Tools",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/killgfat/arxiv-cli-tools",
    "canonicalUrl": "https://clawhub.ai/killgfat/arxiv-cli-tools",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arxiv-cli-tools",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv-cli-tools",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "arxiv-cli-tools",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:44:44.060Z",
      "expiresAt": "2026-05-07T04:44:44.060Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv-cli-tools",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv-cli-tools",
        "contentDisposition": "attachment; filename=\"arxiv-cli-tools-0.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "arxiv-cli-tools"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arxiv-cli-tools"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arxiv-cli-tools",
    "downloadUrl": "https://openagent3.xyz/downloads/arxiv-cli-tools",
    "agentUrl": "https://openagent3.xyz/skills/arxiv-cli-tools/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arxiv-cli-tools/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arxiv-cli-tools/agent.md"
  }
}
```
## Documentation

### Metadata

KeyValuenamearxiv-cli-toolsdescriptionCommand-line interface for searching and downloading arXiv papersauthorOpenClawversion0.1.0licenseMITupstreamhttps://pypi.org/project/arxiv-cli-tools/

### Option 1: pipx (推荐)

pipx install arxiv-cli-tools

### Option 2: pip

pip install arxiv-cli-tools

### 搜索论文

arxiv-cli search "prompt engineering" -n 5 --summary

常用选项:

-n, --num - 结果数量限制
--summary - 显示摘要
--authors - 按作者过滤
--categories - 按分类过滤

### 下载论文

arxiv-cli download --id 2101.01234 --id 2105.06789 --dest papers --skip-existing

常用选项:

--id - 论文ID（可多次使用）
--dest - 下载目录
--skip-existing - 跳过已存在的文件
--pdf - 下载PDF格式

### 查看帮助

arxiv-cli --help
arxiv-cli search --help
arxiv-cli download --help

### Examples

搜索最新5篇关于深度学习的论文:

arxiv-cli search "deep learning" -n 5 --summary

按作者搜索:

arxiv-cli search "attention mechanism" --authors "Vaswani"

下载特定论文到指定目录:

arxiv-cli download --id 1706.03762 --dest ~/papers

### Notes

该工具基于 arxiv Python 客户端构建
不需要 API 密钥
请遵守 arXiv 的使用条款和速率限制
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: killgfat
- Version: 0.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:44:44.060Z
- Expires at: 2026-05-07T04:44:44.060Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arxiv-cli-tools)
- [Send to Agent page](https://openagent3.xyz/skills/arxiv-cli-tools/agent)
- [JSON manifest](https://openagent3.xyz/skills/arxiv-cli-tools/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arxiv-cli-tools/agent.md)
- [Download page](https://openagent3.xyz/downloads/arxiv-cli-tools)