skills/us-medications/SKILL.md
# US Medications Skill Look up US FDA medication information including uses, warnings, and drug interactions. ## Data Source - **FDA Drug Labels**: Official medication information from the US Food and Drug Administration - **81,212 medications** in the full database - **100 curated** common medications with instant access (no download needed) ## Usage ### Command Line ```bash # Look up a medication (uses curated data, falls back to full database) us-medications "lisinopril" # Search for m
npx skillsauth add Eir-Space/eir-open skills/us-medicationsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Look up US FDA medication information including uses, warnings, and drug interactions.
# Look up a medication (uses curated data, falls back to full database)
us-medications "lisinopril"
# Search for medications (partial match)
us-medications --search "blood pressure"
# Look up drug interactions
us-medications --interactions "warfarin"
# Show database statistics
us-medications --stats
# Download full database (happens automatically on first full lookup)
us-medications --download
# List common curated medications
us-medications --list
# Help
us-medications --help
const {
lookupMedication,
searchMedications,
lookupInteractions,
downloadDatabase,
getDatabaseStats,
CURATED_MEDICATIONS,
} = require('us-medications');
// Look up a specific medication
const med = await lookupMedication('metformin');
console.log(med.uses, med.warnings);
// Search for medications
const results = await searchMedications('diabetes');
results.forEach((m) => console.log(m.name));
// Get drug interactions
const interactions = await lookupInteractions('lisinopril');
// Check if full database is available
const stats = await getDatabaseStats();
console.log(`${stats.totalMedications} medications available`);
npm install -g us-medications
The full database (~7.5MB compressed) downloads automatically on first use.
https://birgermoell.github.io/us-medications/skill.md
Each medication includes:
The full database is stored in ~/.us-medications/:
medications.json - Main medication databaseinteractions.json - Drug interaction dataTo refresh data:
us-medications --download --force
This tool provides FDA label information for educational purposes. Always consult a healthcare professional for medical advice. Do not use this tool for self-diagnosis or treatment decisions.
data-ai
Understand hydration, alcohol, caffeine, tea, sugary drinks, and how beverages affect energy, sleep, mood, and wellbeing. Use when the user wants to improve hydration, drink more mindfully, reduce caffeine or alcohol, or understand how different drinks affect the body.
development
# US Medications Skill Look up US FDA medication information including uses, warnings, and drug interactions. ## Data Source - **FDA Drug Labels**: Official medication information from the US Food and Drug Administration - **81,212 medications** in the full database - **99 curated** common medications with instant access (no download needed) ## Usage ### Command Line ```bash # Look up a medication us-medications "lisinopril" # Search for medications us-medications --search "blood pressure
tools
Find Swedish clinics that have verified 1177 self-referral support (Egen vårdbegäran / egen remiss). Use when an agent needs to identify clinics a user can contact directly in Sweden, filter by county or municipality, match specialty or condition keywords, rank nearby options, and return 1177 profile links with evidence.
development
Look up Swedish medication information from FASS (Farmaceutiska Specialiteter i Sverige). Use when users ask about medications, drugs, läkemedel, dosages, side effects (biverkningar), interactions, or need to understand prescriptions in Sweden. Covers all medications approved for use in Sweden.