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-dougtrajano-pydantic-ai-skills-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Requires: Requires arxiv installed in the Python environment and access to the internet
Path: skills/ai-llm/arxiv-search-dougtrajano-pydantic-ai-skills-2/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 ## Skill Scripts ### arxiv_search The `arxiv_search` script accepts the following arguments: - `query` (required): Search query string (e.g., "neural networks protein structure", "single cell RNA-seq") - `max-papers` (optional): Maximum number of papers to retrieve (default: 10) ### Usage Examples **Search for computational biology papers (default 10 results):** - query: "protein folding prediction" **Search for machine learning papers with limited results:** - query: "transformer attention mechanism" - ma

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Skill Scripts
  3. arxivsearch
  4. Usage Examples
  5. Output Format
  6. Dependencies
Ships with 1 file
  • metadata.json
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-dougtrajano-pydantic-ai-skills-2 --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