← 返回 Skills 市场
140
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install arxiv-explorer
功能描述
Search, download, and explore arXiv academic papers. Use when the user needs to find research papers, download PDFs, get recent publications in a field, or s...
使用说明 (SKILL.md)
arXiv Explorer
Search and download academic papers from arXiv.
Commands
Search Papers
arxiv-explorer search "query" [-n NUM] [-s SORT] [--json]
Examples:
arxiv-explorer search "machine learning"
arxiv-explorer search "transformer architecture" -n 20 -s date
arxiv-explorer search "quantum computing" --json
Download PDF
arxiv-explorer download ARXIV_ID [-o OUTPUT]
Examples:
arxiv-explorer download 2401.12345
arxiv-explorer download 2306.04338v1 -o paper.pdf
Recent Papers by Category
arxiv-explorer recent CATEGORY [-n NUM]
Common categories:
cs.AI- Artificial Intelligencecs.CL- Computation and Language (NLP)cs.CV- Computer Visioncs.LG- Machine Learningphysics- Physicsmath- Mathematics
Examples:
arxiv-explorer recent cs.AI -n 5
arxiv-explorer recent cs.CL
Output Format
Default output shows:
- Title
- Authors (first 3, with ... if more)
- Publication date
- arXiv ID
- PDF URL
- Summary (truncated to 200 chars)
Use --json for machine-readable output.
Notes
- arXiv API has rate limits; be respectful with large queries
- PDF downloads are direct from arxiv.org
- No API key required
Support
If this skill helps your research, consider supporting the developer:
微信赞赏 - 扫码支持持续开发更多实用 Skill

安全使用建议
This skill appears coherent and low-risk: it only queries arXiv and downloads PDFs and asks for no secrets. Before installing or running, consider these points: (1) The script uses http://export.arxiv.org for the Atom API — upgrading to HTTPS (if supported) would reduce MITM risk; (2) XML is parsed with regex (fragile but not malicious); (3) PDF downloads write to the current directory (no credential exfiltration). If you want extra caution, inspect the included scripts/arxiv-explorer.py yourself and run it in a sandbox or virtual environment. If you expect advanced summarization beyond the abstract, be aware the tool does not perform model-based summarization.
能力评估
Purpose & Capability
The SKILL.md description (search, download, recent papers) aligns with the included CLI Python script: it queries the arXiv API, parses results, formats output, and downloads PDFs. There are no unrelated credentials, binaries, or configuration requests.
Instruction Scope
SKILL.md and the script stay within the stated scope (searching and downloading). One minor mismatch: the README mentions 'summarize academic content' but the script only extracts the abstract from the Atom feed and truncates it (no model-based summarization). The script uses the arXiv API endpoint and direct PDF downloads only; it does not read local files or environment variables.
Install Mechanism
There is no install spec; this is an instruction-only skill with a bundled Python script. No downloads from third-party URLs or installers are performed by the skill itself, so the install surface is minimal.
Credentials
The skill requires no environment variables, credentials, or configuration paths. Network access is limited to arXiv (export.arxiv.org and arxiv.org) and the SKILL.md references an external QR image hosted on raw.githubusercontent.com for donations — this is informational only and not used by the script.
Persistence & Privilege
The skill does not request always:true or any elevated/persistent privileges. It does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arxiv-explorer - 安装完成后,直接呼叫该 Skill 的名称或使用
/arxiv-explorer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added support section with reward QR code
v1.0.0
Initial release: search, download, and explore arXiv papers
元数据
常见问题
arXiv Explorer 是什么?
Search, download, and explore arXiv academic papers. Use when the user needs to find research papers, download PDFs, get recent publications in a field, or s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 arXiv Explorer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arxiv-explorer」即可一键安装,无需额外配置。
arXiv Explorer 是免费的吗?
是的,arXiv Explorer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
arXiv Explorer 支持哪些平台?
arXiv Explorer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 arXiv Explorer?
由 千年虫(@xunuowu)开发并维护,当前版本 v1.0.1。
推荐 Skills