skills/us-medications/docs/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 - **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
npx skillsauth add Eir-Space/eir-open skills/us-medications/docsInstall 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
us-medications "lisinopril"
# Search for medications
us-medications --search "blood pressure"
# Look up drug interactions
us-medications --interactions "warfarin"
# Show database statistics
us-medications --stats
const { lookupMedication, searchMedications } = require('us-medications');
const med = await lookupMedication('metformin');
console.log(med.uses, med.warnings);
npm install -g us-medications
This tool provides FDA label information for educational purposes. Always consult a healthcare professional for medical advice.
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 - **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
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.