dailymed-database

Query DailyMed REST API for FDA drug labeling by name, NDC, or RxCUI.

298|27|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill dailymed-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dailymed-database
Source: https://github.com/jaechang-hits/SciAgent-Skills/tree/main/skills/structural-biology-drug-discovery/dailymed-database
Command: npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill dailymed-database

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, matplotlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides direct access to official FDA-approved drug labeling information from DailyMed, enabling users to quickly retrieve critical details about medications.

Core Features & Use Cases

  • Query Drug Labels: Search for drug labels by name, NDC code, or RxCUI.
  • Retrieve Specific Sections: Extract indications, dosage, warnings, and adverse reactions.
  • Packaging Information: Get details on available drug formulations and packaging.
  • Use Case: A researcher needs to find all approved indications for a specific statin to compare them across different formulations. This Skill can efficiently retrieve and present this information.

Quick Start

Search for drug labels for 'atorvastatin' and print the title and set ID of the first 10 results.

Frequently Asked Questions about dailymed-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve FDA drug labels using Python?

To retrieve FDA drug labels using Python, query the DailyMed REST API by drug name, NDC code, or RxCUI to fetch structured product labels. The requests library handles the HTTP calls to return labeling data.

What is the best way to extract specific sections like dosage from FDA drug labels?

The best way to extract specific sections from FDA drug labels is querying the DailyMed REST API to target structured product label segments. You can retrieve indications, dosage, warnings, and adverse reactions directly using endpoint parameters.

Can I search for drug labeling information using an NDC code?

Yes, you can search for drug labeling information using an NDC code. The DailyMed REST API supports querying structured product labels by NDC code, alongside drug name and RxCUI, to retrieve official FDA-approved formulation details.

Does pandas work with DailyMed API responses for drug data analysis?

Yes, pandas works with DailyMed API responses for drug data analysis. The Skill utilizes pandas for data handling, allowing you to structure retrieved FDA drug labeling information into DataFrames for comparison across different formulations.

How do I visualize FDA drug packaging information retrieved from DailyMed?

To visualize FDA drug packaging information retrieved from DailyMed, use the matplotlib library included in the Skill dependencies. It processes the REST API data handled by pandas to generate charts of available drug formulations and packaging details.