Biomedical Skills

A collection of Claude Skills for querying public biomedical APIs without paywalls.

Biomedical Skills

Claude Skills for querying public FDA, NIH, and NLM APIs. Every skill uses a free public API. No subscriptions, no paywalls. MIT licensed.

Disclaimer

These skills were built by a federal contracting officer, not a biomedical professional. They query public APIs and return raw data. They do not provide clinical, diagnostic, therapeutic, regulatory, or research advice. Anyone using this data for clinical, pharmacovigilance, regulatory, or research purposes must verify all findings with domain experts and follow applicable standards of practice.

See AI-BOUNDARIES.md for what these tools will not do.

Skills

SkillVersionKeyDescription
openFDA APIv1.1No keyFDA public data across drugs, devices, food, and tobacco. 17 endpoints including FAERS, MAUDE, CAERS, Drugs@FDA, NDC, 510(k), PMA, UDI, recall enforcement.
openFDA Referencev1.1No keyEndpoint field details, composite workflows, pagination, response schemas. Install alongside the main skill.
PubMed eUtilsv1.0OptionalPubMed and NCBI literature search via E-utilities. Article summaries, abstracts, citations, MeSH terms, related articles. Optional NCBI API key for higher rate limits.
ClinicalTrials.gov APIv1.0No keyClinicalTrials.gov API v2. Search 575K+ studies by condition, intervention, sponsor, status, phase. Full study details by NCT ID.
DailyMed APIv1.0No keyFDA-approved drug labeling (SPL). Drug names, RXCUI mappings, UNII identifiers, drug classes, NDC packaging, label version history.
RxNorm APIv1.0No keyNormalized drug naming. NDC-to-RXCUI mapping, brand/generic/ingredient relationships, drug classes, spelling suggestions.
PubChem PUG-RESTv1.0No keyChemical compound data. Molecular properties, structures, synonyms, safety/hazard data, bioassay results, cross-references.

API Keys

Six of the seven skills require no API key. PubMed eUtils accepts an optional NCBI key for higher rate limits (10 requests/sec with a key, 3 requests/sec without). Register at ncbi.nlm.nih.gov/account.

Install

  1. Download the SKILL.md file for whichever skill you want
  2. In Claude: Customize > Skills > + > Create skill > Upload a skill > drag in the SKILL.md file
  3. For openFDA, install both openfda-api and openfda-api-reference together
  4. Ask a question naturally. Claude reads the instructions and makes the API call.

License

MIT. See LICENSE.