Agent skill · Security

biorxiv-database

Query bioRxiv/medRxiv preprints via REST API. Search by DOI, category, or date range; retrieve metadata (title, abstract, authors, category, DOI, version history) and PDFs. No auth. For peer-reviewed biomedical use pubmed-database; broader scholarly search use openalex-database.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill biorxiv-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 20 KB
Bundled scripts: none
Path: skills/sciagent/biorxiv-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# bioRxiv / medRxiv Preprint Database ## Overview bioRxiv (biology) and medRxiv (health sciences) are free preprint servers hosting 200,000+ and 50,000+ manuscripts, respectively, before or alongside peer review. The unified REST API provides programmatic access to preprint metadata (title, abstract, authors, category, DOI, version history) without authentication. Preprints are available as PDF and can be retrieved by DOI, date range, or category. ## When to Use - Finding the most current research in fast-moving fields before peer review (e.g., infectious disease during outbreaks) - Monitoring weekly preprint submissions in a specific discipline category (e.g., bioinformatics, genomics, neuroscience) - Retrieving metadata and abstracts for a set of bioRxiv DOIs for literature screening - Building a corpus of preprints to track the preprint-to-publication pipeline - Checking whether a specific preprint has been updated or published in a peer-reviewed journal - For peer-reviewed biomedical literature use `pubmed-database`; for all disciplines use `openalex-database` ## Prerequisites - **Python packages**: `requests`, `pandas` - **Data requirements**: bioRxiv/medRxiv DOIs, date ranges

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. Query 1: Date-Range Preprint Listing
  7. Query 2: Preprint Detail by DOI
  8. Query 3: Published Preprint Lookup
  9. Query 4: Category-Based Monitoring
  10. Query 5: medRxiv Clinical/Health Research
  11. Query 6: Bulk DOI Resolution and Abstract Extraction
  12. Key Concepts
  13. API Endpoint Structure
  14. Version Tracking
Commands it runs
pip install requests pandas
More from awesome-bio-agent-skills
All skills →
About this skill
What does the biorxiv-database skill do?

Query bioRxiv/medRxiv preprints via REST API. Search by DOI, category, or date range; retrieve metadata (title, abstract, authors, category, DOI, version history) and PDFs. No auth. For peer-reviewed biomedical use pubmed-database; broader scholarly search use openalex-database.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill biorxiv-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going