arxiv-search
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields
npx skills add majiayu000/claude-skill-registry --skill arxiv-search-jaimeparker-stable-jarvis --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 Search Skill This skill provides access to arXiv, a free distribution service and open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, systems science, and economics. ## When to Use This Skill Use this skill when you need to: - Find preprints and recent research papers before journal publication - Search for papers in computational biology, bioinformatics, or systems biology - Access mathematical or statistical methods papers relevant to biology - Find machine learning papers applied to biological problems - Get the latest research that may not yet be in PubMed ## How to Use The skill provides a Python script that searches arXiv and returns formatted results. ### Basic Usage **Note:** Always use the absolute path from your skills directory (shown in the system prompt above). If running deepagents from a virtual environment: ```bash .venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N] ``` Or for system Python: ```bash python3 [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N] ``` Repl
- When to Use This Skill
- How to Use
- Basic Usage
- Examples
- Output Format
- Features
- Dependencies
- Notes
python3 [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N] python3 -m pip install arxiv
What does the arxiv-search skill do?
Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill arxiv-search-jaimeparker-stable-jarvis --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.
