arxiv-search
Installation
SKILL.md
arXiv Search
Search arXiv through its official API for discovery, shortlisting, recent-preprint tracking, and local Markdown note generation from arXiv IDs.
Instructions
- Prefer this skill when the request is about arXiv-native preprints, recent submissions, or fields where arXiv coverage is strong: computer science, mathematics, physics, statistics, quantitative biology, and quantitative finance.
- Use the bundled CLI:
- In this repository:
skills/arxiv-search/scripts/search - After installation:
~/.agents/skills/arxiv-search/scripts/search - Markdown summary builder:
skills/arxiv-search/scripts/summarize
- In this repository:
- The CLI supports two query modes:
- Plain-text mode: bare words are converted into an
all:query joined withAND - Raw mode: if the query already uses arXiv syntax such as
ti:,au:,abs:,cat:,submittedDate:,AND,OR, orANDNOT, it is passed through unchanged
- Plain-text mode: bare words are converted into an
- For exact phrase matching in plain-text mode, add
--phrase. - For recent-paper discovery, prefer
--sort submittedDate --order descending, and optionally add--days N. - Use
--category <cat>when the scope should stay narrow, for examplecs.LG,cs.AI,stat.ML, orq-bio.QM. - For author-specific requests, do not rely on a single name form.
- By default, run the supplied full-name form and an abbreviated-first-name form separately, for example
au:"Peter Nugent"andau:"P. Nugent".
- By default, run the supplied full-name form and an abbreviated-first-name form separately, for example
Related skills
More from fmschulz/omics-skills
beautiful-data-viz
Create publication-quality matplotlib/seaborn charts with readable axes, tight layout, and curated palettes.
19bio-phylogenomics
Build marker gene alignments and phylogenetic trees.
19bio-protein-clustering-pangenome
Cluster proteins into orthogroups and derive pangenome matrices.
18plotly-dashboard-skill
Build production-ready Plotly Dash dashboards with consistent theming, clear layouts, and performant callbacks.
18bio-annotation
Functional annotation and taxonomy inference from sequence homology.
17bio-foundation-housekeeping
Initialize a bioinformatics project scaffold with reproducible environments, schemas, and data cataloging. Use for new projects or repo setup.
16