Agent skill
arxiv-research
Download and analyze academic papers from arXiv. Use when users want to download a specific paper by ID (e.g., "download paper arxiv:1234.5678") or read/analyze papers they've already downloaded.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/arxiv-research-syz51-claude-code-settings
SKILL.md
arXiv Research
Download and analyze academic papers from arXiv by paper ID.
Scripts
All scripts in scripts/ directory. Run with uv run --with pymupdf python <script> (pymupdf only needed for read_paper.py).
download_paper.py
python scripts/download_paper.py PAPER_ID [--json]
Downloads PDF to ~/.arxiv-papers/
list_papers.py
python scripts/list_papers.py [--json]
Lists all downloaded papers.
read_paper.py
uv run --with pymupdf python scripts/read_paper.py PAPER_ID [-p MAX_PAGES] [--json]
Extracts text from downloaded PDF. Requires pymupdf.
Workflow
- Download paper by ID:
python scripts/download_paper.py ID - Read:
uv run --with pymupdf python scripts/read_paper.py ID
Storage: ~/.arxiv-papers/ (override with ARXIV_STORAGE_PATH env var)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?