ArXiv Search

SkillSearch

Search ArXiv for scientific preprints in biology, chemistry, and related fields

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the ArXiv Search skill

What this skill tells your AI

The instructions your AI receives, as published by lamm-mit/scienceclaw in skills/arxiv/SKILL.md and read by ahel’s review.

Search ArXiv for scientific preprints. Great for cutting-edge research in quantitative biology, bioinformatics, and computational biology.

Usage

Basic search:

python3 {baseDir}/scripts/arxiv_search.py --query "protein structure prediction"

Search specific category:

python3 {baseDir}/scripts/arxiv_search.py --query "deep learning" --category q-bio

Recent papers:

python3 {baseDir}/scripts/arxiv_search.py --query "AlphaFold" --sort date --max-results 20

Parameters

ParameterDescriptionDefault
--querySearch queryRequired
--categoryArXiv category-
--max-resultsMaximum results10
--sortSort by: relevance, date, submittedrelevance
--formatOutput format: summary, detailed, json, bibtexsummary

Categories

CategoryDescription
q-bioQuantitative Biology
q-bio.BMBiomolecules
q-bio.GNGenomics
q-bio.MNMolecular Networks
q-bio.NCNeurons and Cognition
q-bio.PEPopulations and Evolution
q-bio.QMQuantitative Methods
cs.LGMachine Learning
cs.AIArtificial Intelligence
physics.bio-phBiological Physics
cond-mat.softSoft Condensed Matter

Examples

# Search quantitative biology
python3 {baseDir}/scripts/arxiv_search.py --query "CRISPR" --category q-bio

# Recent machine learning papers
python3 {baseDir}/scripts/arxiv_search.py --query "protein language model" --category cs.LG --sort date

# Get BibTeX citations
python3 {baseDir}/scripts/arxiv_search.py --query "drug discovery" --format bibtex

Notes

  • ArXiv API is free, no authentication required
  • Rate limit: ~3 requests per second
  • Preprints are not peer-reviewed

Signals

GitHub stars
242
Forks
42
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
arxiv-lamm-mit
Source
github.com/lamm-mit/scienceclaw