Install
openclaw skills install biorxiv-openclaw-skillAccess and retrieve biology preprints from bioRxiv by category and date range, including paper metadata without needing authentication.
openclaw skills install biorxiv-openclaw-skillThis skill provides access to the bioRxiv preprint repository using the official bioRxiv API.
python scripts/biorxiv.py --list
# 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
python scripts/biorxiv.py --collection bioinformatics --json
https://api.biorxiv.org/details/biorxiv/{start_date}/{end_date}/{cursor}/details/biorxiv/[start]/[end]/[cursor] — Paper metadata/pub/[start]/[end]/[cursor] — Published articles only