← 返回 Skills 市场
1695
总下载
1
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install arxiv-cli-tools
功能描述
Command-line tool to search, filter, and download arXiv papers by ID, author, category, or keyword without requiring API keys.
使用说明 (SKILL.md)
SKILL.md - arxiv-cli-tools
Metadata
| Key | Value |
|---|---|
| name | arxiv-cli-tools |
| description | Command-line interface for searching and downloading arXiv papers |
| author | OpenClaw |
| version | 0.1.0 |
| license | MIT |
| upstream | https://pypi.org/project/arxiv-cli-tools/ |
Installation
Option 1: pipx (推荐)
pipx install arxiv-cli-tools
Option 2: pip
pip install arxiv-cli-tools
Usage
搜索论文
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 的使用条款和速率限制
安全使用建议
This is an instruction-only skill that tells you to install an arXiv CLI from PyPI and use it to search/download papers. Before installing: (1) verify the PyPI package (check the project page, maintainer, source repository, release history and README); (2) prefer pipx or a virtualenv to isolate the package; (3) review the package source if you have doubts; (4) be aware downloads go to whatever directory you specify — avoid running downloads as root or to system directories; (5) there are no credentials requested by the skill. If you want extra assurance, inspect the package code on its upstream repository or install in a disposable environment first.
功能分析
Type: OpenClaw Skill
Name: arxiv-cli-tools
Version: 0.0.1
The skill bundle provides a command-line interface for searching and downloading arXiv papers. The `_meta.json` contains standard metadata. The `SKILL.md` file outlines installation via `pipx` or `pip`, and usage instructions for `arxiv-cli` commands (search, download, help). There is no evidence of malicious code, data exfiltration, persistence mechanisms, or prompt injection attempts against the AI agent. The instructions are clear, align with the stated purpose, and use standard, legitimate tools and practices.
能力评估
Purpose & Capability
Name and runtime instructions describe searching/downloading arXiv papers; SKILL.md only recommends installing the arxiv-cli-tools PyPI package and using its commands — nothing extraneous is requested.
Instruction Scope
Instructions are limited to installation (pipx/pip) and running arxiv-cli search/download. They reference local download destinations (user-specified) and arXiv usage; they do not instruct reading unrelated system files, exporting credentials, or contacting unexpected endpoints.
Install Mechanism
No install spec in the skill bundle (instruction-only). SKILL.md recommends installing from PyPI (pipx or pip), which is the expected and usual distribution method but carries the standard supply-chain risk of third-party packages — verify the PyPI project and consider using pipx/virtualenv.
Credentials
The skill declares no required env vars, no credentials, and no config paths. This matches the stated functionality which does not need secrets or external credentials.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/system-wide presence or modify other skills. Autonomous invocation is allowed by platform default but the skill itself does not request elevated persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arxiv-cli-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/arxiv-cli-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
- Initial release of arxiv-cli-tools
- Provides a command-line interface to search and download arXiv papers
- Supports filtering by author, category, and limiting number of results in searches
- Allows downloading papers by ID, with options for destination folder and skipping existing files
- Includes helpful documentation and usage examples
- No API key required; follows arXiv usage terms and rate limits
元数据
常见问题
Arxiv Cli Tools 是什么?
Command-line tool to search, filter, and download arXiv papers by ID, author, category, or keyword without requiring API keys. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1695 次。
如何安装 Arxiv Cli Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arxiv-cli-tools」即可一键安装,无需额外配置。
Arxiv Cli Tools 是免费的吗?
是的,Arxiv Cli Tools 完全免费(开源免费),可自由下载、安装和使用。
Arxiv Cli Tools 支持哪些平台?
Arxiv Cli Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Arxiv Cli Tools?
由 KGTAF(@killgfat)开发并维护,当前版本 v0.0.1。
推荐 Skills