Loading...
Loading...
Browse, filter, and download life sciences, biology, and medical preprints from bioRxiv and medRxiv. Supports fetching paper metadata by DOI, and browsing by date range with category and keyword filters. Keyword filtering is local, so date ranges MUST be narrow (1-4 weeks) with a category to prevent timeouts.
npx skill4agent add google-deepmind/science-skills literature-search-biorxivuvuvuvsearch_by_doi.pysearch_by_dates.py--categoryCRITICAL ANTI-PATTERN — Do NOT do this: Do NOT attempt to search broad date ranges (months or years) withhoping to find a specific paper. The bioRxiv API does not support server-side keyword search. The script must download ALL metadata for the entire date range and filter locally in Python. Broad ranges will result in thousands of API calls, timeouts, and your request being blocked for API abuse. This is the #1 reason this skill fails.--keywords
--category--keywords--author--keywords--include_abstracts> results.jsoncurlsearch_by_dates.py[Page 2] Fetched 200/543 papers...search_by_dates.py# Broad category search over a 2-week period
uv run scripts/search_by_dates.py --server biorxiv \
--start_date 2024-01-01 --end_date 2024-01-14 \
--category neuroscience > results.json
# Deep keyword filtering using OR logic and including abstracts
uv run scripts/search_by_dates.py --server medrxiv \
--start_date 2023-11-01 --end_date 2023-11-30 \
--category infectious_diseases \
--keywords "covid" "sars-cov-2" --match_logic OR \
--include_abstracts > covid_papers.json
# Finding papers by a specific author in a narrow window
uv run scripts/search_by_dates.py \
--start_date 2024-05-01 --end_date 2024-05-14 \
--author "Smith" > smith_papers.json--start_date--end_date--serverbiorxivmedrxiv--category--keywords--match_logicANDOR--author--include_abstractssearch_by_doi.pyuv run scripts/search_by_doi.py --server biorxiv \
--doi "10.1101/2023.08.15.551388" \
--include_abstracts > paper_info.jsonThis skill does NOT support PDF downloads. To download the full-text PDF of a bioRxiv or medRxiv preprint, use theskill. First, use the paper's DOI to look up its PMCID via EuropePMC, then use EuropePMC's PDF retrieval to download the document.literature-search-europepmc
--categorysearch_by_dates.pyanimal_behavior_and_cognitionbiochemistrybioengineeringbioinformaticsbiophysicscancer_biologycell_biologyclinical_trialsdevelopmental_biologyecologyepidemiologyevolutionary_biologygeneticsgenomicsimmunologymicrobiologymolecular_biologyneurosciencepaleontologypathologypharmacology_and_toxicologyphysiologyplant_biologyscientific_communication_and_educationsynthetic_biologysystems_biologyzoologyaddiction_medicineallergy_and_immunologyanesthesiacardiovascular_medicinedentistry_and_oral_medicinedermatologyemergency_medicineendocrinologyepidemiologyforensic_medicinegastroenterologygenetic_and_genomic_medicinehealth_informaticshealth_economics_and_outcomes_researchhealth_policyhealth_systems_and_quality_improvementhematologyhiv_aidsinfectious_diseasesintensive_care_and_critical_care_medicinemedical_educationmedical_ethicsnephrologyneurologynursingnutritionobstetrics_and_gynecologyoccupational_and_environmental_healthoncologyophthalmologyorthopedicsotolaryngologypain_medicinepalliative_carepathologypediatricspharmacology_and_therapeuticsprimary_care_researchpsychiatry_and_clinical_psychologypublic_and_global_healthradiology_and_imagingrehabilitation_medicine_and_physical_therapyrespiratory_medicinerheumatologysexual_and_reproductive_healthsports_medicinesurgerytoxicologytransplantationurology