← Back to Skills Marketplace
xunuowu

arXiv Explorer

by 千年虫 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install arxiv-explorer
Description
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...
README (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 Intelligence
  • cs.CL - Computation and Language (NLP)
  • cs.CV - Computer Vision
  • cs.LG - Machine Learning
  • physics - Physics
  • math - 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

赞赏码

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arxiv-explorer
  3. After installation, invoke the skill by name or use /arxiv-explorer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added support section with reward QR code
v1.0.0
Initial release: search, download, and explore arXiv papers
Metadata
Slug arxiv-explorer
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.

How do I install arXiv Explorer?

Run "/install arxiv-explorer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is arXiv Explorer free?

Yes, arXiv Explorer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does arXiv Explorer support?

arXiv Explorer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created arXiv Explorer?

It is built and maintained by 千年虫 (@xunuowu); the current version is v1.0.1.

💬 Comments