← ClaudeAtlas

arxiv-searchlisted

Search arXiv preprints through the official arXiv API and turn arXiv IDs into local Markdown summaries. Use when you need CS, math, physics, or quantitative biology preprints, especially recent submissions that may not yet appear in peer-reviewed literature indexes.
fmschulz/omics-skills · ★ 3 · Data & Documents · score 70
Install: claude install-skill fmschulz/omics-skills
# arXiv Search Search arXiv through its official API for discovery, shortlisting, recent-preprint tracking, and local Markdown note generation from arXiv IDs. ## Instructions 1. 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. 2. 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` 3. The CLI supports two query modes: - Plain-text mode: bare words are converted into an `all:` query joined with `AND` - Raw mode: if the query already uses arXiv syntax such as `ti:`, `au:`, `abs:`, `cat:`, `submittedDate:`, `AND`, `OR`, or `ANDNOT`, it is passed through unchanged 4. For exact phrase matching in plain-text mode, add `--phrase`. 5. For recent-paper discovery, prefer `--sort submittedDate --order descending`, and optionally add `--days N`. 6. Use `--category <cat>` when the scope should stay narrow, for example `cs.LG`, `cs.AI`, `stat.ML`, or `q-bio.QM`. 7. 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"` and `au:"P. Nugent"`. - Present these result sets separately in the final ans