AgentStack
SKILL verified MIT Self-run

Arxiv Search

skill-dougtrajano-pydantic-ai-skills-arxiv-search · by DougTrajano

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

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-dougtrajano-pydantic-ai-skills-arxiv-search

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Arxiv Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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"
  • max-papers: 3

General search with custom limit:

  • query: "your search query"
  • max-papers: 5

Output Format

The script returns formatted results with:

  • Paper title
  • Summary/abstract
  • arXiv URL

Dependencies

This script requires the arxiv package, which should be installed in your environment.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.