Agent skill

arxiv-search

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/arxiv-search-jaimeparker-stable-jarvis/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 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

What's inside
Steps it walks through
  1. When to Use This Skill
  2. How to Use
  3. Basic Usage
  4. Examples
  5. Output Format
  6. Features
  7. Dependencies
  8. Notes
Ships with 1 file
  • metadata.json
Commands it runs
python3 [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N]
python3 -m pip install arxiv
More from claude-skill-registry
All skills →
About this skill
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.

Keep going