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.
npx skills add majiayu000/claude-skill-registry --skill arxiv-database --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use This Skill
- Core Search Capabilities
- 1. Keyword Search
- 2. Author Search
- 3. arXiv ID Lookup
- 4. Category Browsing
- 5. PDF Download
- arXiv Categories
- Computer Science (cs.)
- Statistics & Math
- Other Relevant Categories
- Query Syntax
- Output Format
python scripts/arxiv_search.py \ Title only Abstract only
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.
