literature-search-biorxiv

Fetch bioRxiv and medRxiv preprint metadata by DOI or date range with local filters.

2.7k|283|Updated May 13, 2026
One-click install
npx skills add https://github.com/google-deepmind/science-skills --skill literature-search-biorxiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: literature-search-biorxiv
Source: https://github.com/google-deepmind/science-skills/tree/main/skills/literature_search_biorxiv
Command: npx skills add https://github.com/google-deepmind/science-skills --skill literature-search-biorxiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually searching bioRxiv and medRxiv metadata is slow and inconsistent, especially when you need a narrow, date-bounded set of preprints for downstream review or synthesis.

Core Features & Use Cases

  • DOI lookup: Fetch complete JSON metadata for a single paper when you already have its DOI.
  • Date-range browsing with guardrails: Browse preprints within an explicit start/end date window and optionally narrow by server (bioRxiv vs medRxiv), category, keywords, and author.
  • Local filtering for accuracy and compliance: Applies keyword/author filtering locally after downloading date-range metadata, with strong guidance to keep ranges narrow to avoid timeouts.
  • Context control: Strips abstracts by default to reduce output size, with an option to include abstracts when needed.
  • Use case: Build a curated set of preprints (e.g., “infectious_diseases” from a 2-week window) and export the filtered JSON list for analysis.

Quick Start

Use the literature-search-biorxiv skill to fetch metadata for a known DOI by asking it to run a DOI lookup and return the resulting JSON.

Frequently Asked Questions about literature-search-biorxiv

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

FAQPage Schema
How do I search bioRxiv preprints by DOI to get metadata?

Search bioRxiv preprints by DOI by running a DOI lookup to fetch complete JSON metadata for a single paper. This targeted discovery workflow returns the exact metadata needed for preprint-to-citation matching.

What is the best way to filter medRxiv papers by date range and keywords?

Filter medRxiv papers by specifying an explicit start and end date window, then apply local filtering for category, keywords, and author. The system downloads date-range metadata first, then applies AND/OR keyword logic locally to ensure accuracy.

Can I include abstracts when fetching bioRxiv metadata for a literature review?

You can include abstracts when fetching bioRxiv metadata by enabling the context control option. Abstracts are stripped by default to reduce output size, but can be optionally included when needed for deeper evidence scoping.

Why does my bioRxiv date range search timeout when filtering keywords?

bioRxiv date range searches timeout when the specified window is too broad. Keep date ranges narrow, such as a two-week window, to avoid timeouts during the local keyword and author filtering process.

Does the bioRxiv literature search validate life-science categories?

The bioRxiv literature search enforces strict category validation for life-science preprints. This ensures only valid bioRxiv or medRxiv categories are processed, preventing errors during metadata retrieval and local filtering.

How do I export filtered bioRxiv preprint metadata to a JSON file?

Export filtered bioRxiv preprint metadata to a JSON file by using standard output redirection. The skill emits filtered JSON suitable for file redirection, allowing you to build a curated set of preprints for downstream analysis.