Agent skill · Databases

arxiv-database

Search and retrieve preprints from arXiv via the Atom API. Use this skill when searching for papers in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, or economics by keywords, authors, arXiv IDs, date ranges, or categories.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill arxiv-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/arxiv-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# arXiv Database ## Overview This skill provides Python tools for searching and retrieving preprints from arXiv.org via its public Atom API. It supports keyword search, author search, category filtering, arXiv ID lookup, and PDF download. Results are returned as structured JSON with titles, abstracts, authors, categories, and links. ## When to Use This Skill Use this skill when: - Searching for preprints in CS, ML, AI, physics, math, statistics, q-bio, q-fin, or economics - Looking up specific papers by arXiv ID (e.g., `2309.10668`) - Tracking an author's recent preprints - Filtering papers by arXiv category (e.g., `cs.LG`, `cs.CL`, `stat.ML`) - Downloading PDFs for full-text analysis - Building literature review datasets for AI/ML research - Monitoring new submissions in a subfield Consider alternatives when: - Searching for biomedical literature specifically -> Use **pubmed-database** or **biorxiv-database** - You need citation counts or impact metrics -> Use **openalex-database** - You need peer-reviewed journal articles only -> Use **pubmed-database** ## Core Search Capabilities ### 1. Keyword Search Search for papers by keywords in titles, abstracts, or all fields. ```bash pyt

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Search Capabilities
  4. 1. Keyword Search
  5. 2. Author Search
  6. 3. arXiv ID Lookup
  7. 4. Category Browsing
  8. 5. PDF Download
  9. arXiv Categories
  10. Computer Science (cs.)
  11. Statistics & Math
  12. Other Relevant Categories
  13. Query Syntax
  14. Output Format
Ships with 1 file
  • metadata.json
Commands it runs
python scripts/arxiv_search.py \
Title only
Abstract only
More from claude-skill-registry
All skills →
About this skill
What does the arxiv-database skill do?

Search and retrieve preprints from arXiv via the Atom API. Use this skill when searching for papers in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, or economics by keywords, authors, arXiv IDs, date ranges, or categories.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill arxiv-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going