bioRxiv access using API with support of time period and category
/install biorxiv-openclaw-skill
bioRxiv Skill
This skill provides access to the bioRxiv preprint repository using the official bioRxiv API.
When to Use
- User asks for recent biology preprints
- User wants papers from specific bioRxiv categories (bioinformatics, genomics, etc.)
- User needs paper metadata (title, authors, DOI, date, category)
- User asks for preprints from a specific date range
Quick Start
List Available Collections
python scripts/biorxiv.py --list
Fetch Recent Papers
# Default: bioinformatics papers
python scripts/biorxiv.py --collection bioinformatics
# Other collections
python scripts/biorxiv.py --collection genomics
python scripts/biorxiv.py --collection neuroscience
python scripts/biorxiv.py --collection microbiology
# Specific date range
python scripts/biorxiv.py --collection bioinformatics --start 2026-03-01 --end 2026-03-09
# Limit results
python scripts/biorxiv.py --collection bioinformatics --limit 10
Output as JSON
python scripts/biorxiv.py --collection bioinformatics --json
Available Collections
- bioinformatics
- genomics
- molecular-biology
- cell-biology
- genetics
- evolutionary-biology
- ecology
- neuroscience
- plant-biology
- microbiology
- immunology
- cancer-biology
- biochemistry
- biophysics
- structural-biology
- systems-biology
- synthetic-biology
- developmental-biology
- computational-biology
API Notes
Official bioRxiv API
- Base URL:
https://api.biorxiv.org/details/biorxiv/{start_date}/{end_date}/{cursor} - No authentication required
- Returns up to 100 papers per call
- Supports category filtering via query parameter
API Endpoints
/details/biorxiv/[start]/[end]/[cursor]— Paper metadata/pub/[start]/[end]/[cursor]— Published articles only
Usage Patterns
Summarize Recent Papers
- Fetch papers from desired collection
- Parse titles and abstracts
- Group by theme if multiple
- Provide concise summary
Find Papers by Topic
- Search across multiple relevant collections
- Filter by keywords in titles
- Return most relevant results
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install biorxiv-openclaw-skill - After installation, invoke the skill by name or use
/biorxiv-openclaw-skill - Provide required inputs per the skill's parameter spec and get structured output
What is bioRxiv access using API with support of time period and category?
Access and retrieve biology preprints from bioRxiv by category and date range, including paper metadata without needing authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.
How do I install bioRxiv access using API with support of time period and category?
Run "/install biorxiv-openclaw-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is bioRxiv access using API with support of time period and category free?
Yes, bioRxiv access using API with support of time period and category is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does bioRxiv access using API with support of time period and category support?
bioRxiv access using API with support of time period and category is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created bioRxiv access using API with support of time period and category?
It is built and maintained by aquaskyline (@aquaskyline); the current version is v1.0.0.