fda-database

Query openFDA APIs for drug, device, food, and substance regulatory data.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill fda-database-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fda-database
Source: https://github.com/yf8578/clawomics/tree/main/skills/fda-database
Command: npx skills add https://github.com/yf8578/clawomics --skill fda-database-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides programmatic access to comprehensive FDA regulatory data, enabling detailed analysis of drug, device, food, and substance safety and compliance.

Core Features & Use Cases

  • Query FDA APIs: Access data on drugs, devices, food recalls, adverse events, and substance information.
  • Safety Research: Analyze drug side effects, device malfunctions, food recalls, and chemical substance properties.
  • Use Case: A researcher needs to understand the post-market safety profile of a specific drug. They can use this Skill to query adverse event reports, check for recalls, and analyze common side effects, providing a comprehensive safety overview.

Quick Start

Use the fda-database skill to query drug adverse events for 'aspirin' and retrieve the top 100 results.

Frequently Asked Questions about fda-database

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

FAQPage Schema
How do I query FDA regulatory data for drug adverse events?

You can query FDA adverse event data by running Python scripts that call openFDA APIs to retrieve and analyze safety reports for specific drugs like aspirin.

What is openFDA API data used for in safety research?

openFDA API data is used for safety research to analyze post-market drug side effects, device malfunctions, and food recalls for pharmacovigilance and regulatory compliance.

Can I retrieve food safety recalls and substance data using Python?

Yes, you can retrieve food safety recalls and substance data using Python scripts that query openFDA APIs for comprehensive regulatory data across food and chemical substances.

Does this Skill require the requests library to access device recalls?

Yes, this Skill requires the requests library to access device recalls. Python scripts use requests to query openFDA APIs for regulatory data on device malfunctions and safety events.

What is the best way to analyze post-market safety profiles of drugs?

The best way to analyze post-market safety profiles is querying openFDA APIs for adverse event reports and recalls using Python scripts to retrieve and analyze regulatory data.

What limitations exist when querying openFDA APIs for regulatory compliance analysis?

Limitations include requiring Python scripts for data retrieval and analysis. This Skill facilitates regulatory compliance analysis by providing structured access to openFDA APIs but needs explicit script execution.