medrxiv-search
Installation
SKILL.md
medRxiv Search
Search recent medRxiv preprints using the free Cold Spring Harbor Laboratory API (api.medrxiv.org). No API key, no signup, no cost.
Requirements
Node.js 18+ (uses built-in fetch). Zero external dependencies.
CRITICAL: Script Path Resolution
The scripts/search commands below are relative to this skill's installation directory.
Before running any command, locate the script:
MEDRXIV_SCRIPT=$(find ~/.claude -name "search" -path "*/medrxiv-search/*/scripts/search" -type f 2>/dev/null | head -1)
Then use $MEDRXIV_SCRIPT for all commands.