medrxiv-search

Search medRxiv preprints by keyword, DOI, or category and output JSON.

66|8|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mikkelkrogsholm/skills --skill medrxiv-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: medrxiv-search
Source: https://github.com/mikkelkrogsholm/skills/tree/main/skills/medrxiv-search
Command: npx skills add https://github.com/mikkelkrogsholm/skills --skill medrxiv-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables fast discovery and retrieval of medical preprints and their metadata so users can find the latest unpublished or recently posted clinical and public health research without manual browsing.

Core Features & Use Cases

  • Keyword search across recent date ranges: fetches papers in a date window, filters locally by keyword hits, and ranks results by relevance.
  • DOI lookup with version history: retrieve all versions of a paper by DOI for citation and comparison.
  • Category browsing and targeted queries: list medRxiv's 51 subject categories and combine category + query to narrow results.
  • Use Case: A researcher looking for the newest epidemiology preprints on diabetes can list categories, run a 30-day keyword search, and then fetch full metadata for selected DOIs.

Quick Start

Ask the agent to "find recent medRxiv preprints about vaccine efficacy from the last 14 days and return JSON metadata and abstracts".

Frequently Asked Questions about medrxiv-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search medRxiv for recent medical preprints by keyword and date?

To search medical preprints, specify a keyword and a date range. The tool fetches papers from medRxiv within that window, filters locally by your keyword, and ranks results by relevance, returning structured JSON, table, or plain text.

Can I retrieve the full version history of a medRxiv preprint using its DOI?

Yes, you can retrieve the full version history of a medRxiv preprint using its DOI. The tool performs DOI lookups to retrieve all available versions of the paper for citation tracking and comparison.

What is the best way to browse medRxiv subject categories for epidemiology preprints?

The best way to browse medRxiv subject categories is to list the 51 available categories, then combine a specific category like epidemiology with a search query to narrow and retrieve targeted preprint results.

Do I need an API key or authentication to access medRxiv preprint metadata?

No, you do not need an API key or authentication to access medRxiv preprint metadata. The tool queries the medRxiv API directly, handling pagination and retries to output structured metadata without requiring login credentials.

How does the tool handle large result sets when searching biomedical preprints?

When searching biomedical preprints, the tool handles large result sets by performing API pagination and automatic retries. It retrieves data across your specified date range and applies client-side keyword and category filtering.

What output formats are available when retrieving medRxiv preprint data?

Available output formats for retrieved medRxiv preprint data include structured JSON, table, and plain text. You can request a specific format like JSON to get full metadata and abstracts for selected preprints.