biorxiv-database

Search bioRxiv preprints by keywords, authors, dates, or categories and output JSON metadata.

52|6|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/ovachiever/droid-tings --skill biorxiv-database-ovachiever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biorxiv-database
Source: https://github.com/ovachiever/droid-tings/tree/main/skills/biorxiv-database
Command: npx skills add https://github.com/ovachiever/droid-tings --skill biorxiv-database-ovachiever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Researchers need to quickly discover and retrieve metadata about bioRxiv preprints. This skill provides fast keyword, author, date-range, and category filtering, returning structured results and PDFs for in-depth analysis.

Core Features & Use Cases

  • Targeted search by keywords, authors, dates, and categories with structured JSON output.
  • Paper metadata & PDFs: Retrieve titles, abstracts, DOIs, authors, and download PDFs for offline review.
  • Literature reviews: Accelerate systematic reviews and trend analysis by programmatically collecting results.

Quick Start

Example: search for preprints on "CRISPR" from 2024 and save to "crispr_2024.json":

  • Command: python scripts/biorxiv_search.py --keywords "CRISPR" --start-date 2024-01-01 --end-date 2024-12-31 --output crispr_2024.json

Frequently Asked Questions about biorxiv-database

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

FAQPage Schema
How do I search bioRxiv preprints by keywords and date range?

Search bioRxiv preprints using the Python client with keyword and date-range filters to retrieve structured metadata. Run `python scripts/biorxiv_search.py --keywords "[term]" --start-date YYYY-MM-DD --end-date YYYY-MM-DD --output results.json` to return titles, abstracts, DOIs, authors, and publication dates in JSON format.

Can I download PDF files from bioRxiv search results?

Yes, the bioRxiv client supports batch PDF downloads alongside metadata retrieval. Results include downloadable PDFs for offline review and analysis, enabling researchers to access full preprint content programmatically through the same search workflow.

Does bioRxiv search support filtering by research category?

Category filtering is built into the bioRxiv search client, allowing you to narrow results by research domain. Combine category filters with keywords, authors, and date ranges to target specific subdisciplines within preprint collections.

How can I track preprints by specific authors on bioRxiv?

Use author search queries to retrieve all preprints from specific researchers. The client returns structured metadata for author-targeted literature tracking, supporting systematic author monitoring and co-authorship analysis.

What data format do bioRxiv search results return?

Search results return structured JSON metadata containing titles, abstracts, DOIs, authors, publication dates, license information, and categories. This format enables programmatic downstream processing, database ingestion, and systematic review workflows.

What prerequisites do I need to run bioRxiv preprint searches?

The skill requires Python and the requests library for API communication. Set up your environment with the dependency, then execute search commands with keyword, author, date, or category parameters to query the bioRxiv API and retrieve results.