dailymed-query

Fetch official DailyMed drug labels and NDC information via REST API.

130|4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/QSong-github/DrugClaw --skill dailymed-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dailymed-query
Source: https://github.com/QSong-github/DrugClaw/tree/main/skills/drug_labeling/dailymed
Command: npx skills add https://github.com/QSong-github/DrugClaw --skill dailymed-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DailyMed provides public access to official FDA drug labeling data; this skill enables quick retrieval of drug labels, SPL details, NDC info, and package insert data to support evidence-based drug queries.

Core Features & Use Cases

  • Retrieve official DailyMed labels by drug name or NDC.
  • Retrieve detailed SPL label information by setid.
  • Batch search for multiple drugs and generate concise summaries for each.
  • No API key required; public REST endpoints.

Quick Start

Query DailyMed using the provided functions to fetch label summaries for a drug, then inspect the retrieved detail when needed.

Frequently Asked Questions about dailymed-query

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

FAQPage Schema
How do I retrieve official FDA drug labeling data using an API?

You can retrieve official FDA drug labeling data by querying public DailyMed REST endpoints. This fetches drug label summaries, SPL details, and NDC info directly without requiring an API key.

Can I look up DailyMed drug labels using an NDC code?

Yes, you can look up DailyMed drug labels by NDC code. The query supports both drug names and NDC numbers to fetch official package insert data and label details.

Do I need an API key to fetch SPL label information from DailyMed?

No, you do not need an API key to fetch SPL label information. The system accesses public DailyMed REST endpoints directly to retrieve detailed labeling data by setid.

What is the best way to search for multiple drug labels and get summaries?

The best way to search multiple drug labels is using batch search functionality. It fetches DailyMed data for several drugs simultaneously and generates concise text summaries for each.

What happens if the DailyMed REST API is not working during a label lookup?

If the DailyMed REST API is not working, the system uses offline fallbacks for reliability. This ensures label retrieval processes remain stable during temporary endpoint connection failures.