biorxiv-search
Installation
SKILL.md
bioRxiv Search
Search bioRxiv through its official API for recent-preprint discovery, date-range scans, DOI lookups, author shortlisting, and local keyword filtering over title, abstract, and author metadata.
Instructions
- Prefer this skill when the request is about bioRxiv-native preprints, recent biology submissions, or preprint metadata that may lag in PubMed, PMC, or Crossref.
- Use the bundled CLI:
- In this repository:
skills/biorxiv-search/scripts/search - After installation:
~/.agents/skills/biorxiv-search/scripts/search
- In this repository:
- The official bioRxiv API does not provide a general server-side keyword search endpoint.
- Use the CLI to fetch metadata from a bounded recent window or explicit date range, then filter locally.
- When keywords are provided, search
title,abstract, andauthorsby default.- If the user wants abstract-only matching, pass
--fields abstract.
- If the user wants abstract-only matching, pass
- Keep the search window bounded.
- Use
--days Nfor recent scans or--start-date YYYY-MM-DD --end-date YYYY-MM-DDfor explicit intervals. - If you omit the interval, the CLI defaults to the most recent 30 days.
- The CLI converts
--days Ninto an explicit date range before calling the API so pagination stays predictable.
- Use
- Use
--category <name>when the topic should stay narrow.
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