db-fda

Query openFDA API for drug, device, and adverse event data via Python scripts.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/biomaps-infra/blender-opencode --skill db-fda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-fda
Source: https://github.com/biomaps-infra/blender-opencode/tree/main/.opencode/skills/db-fda
Command: npx skills add https://github.com/biomaps-infra/blender-opencode --skill db-fda

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides programmatic access to comprehensive FDA regulatory data, enabling efficient analysis of drugs, devices, adverse events, and more.

Core Features & Use Cases

  • Query FDA Databases: Access data on drugs, devices, foods, animal health, and substances.
  • Safety Research: Analyze adverse events, recalls, and regulatory submissions.
  • Use Case: Quickly retrieve all reported adverse events for a specific drug, analyze common reactions, and check for any associated recalls.

Quick Start

Use the db-fda skill to query drug adverse events for 'aspirin' and limit results to 100.

Frequently Asked Questions about db-fda

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

FAQPage Schema
How do I query FDA adverse events for a specific drug using Python?

Query FDA adverse events by executing Python scripts that call the openFDA API to retrieve structured regulatory data on drug reactions and safety reports. This enables comprehensive drug safety research and analysis.

What FDA regulatory data can I access through the openFDA API?

The openFDA API provides comprehensive regulatory data covering drugs, medical devices, foods, animal health, substances, adverse events, recalls, and regulatory submissions. You retrieve this data via structured Python scripts.

How do I check for FDA recalls associated with a specific medical device?

You check medical device recalls by querying the openFDA API through Python scripts that retrieve structured recall datasets. This facilitates regulatory data analysis and safety research for specific devices.

Can I retrieve all reported adverse events for aspirin and limit the results?

Yes, you can query drug adverse events for aspirin through the openFDA API and limit results to a specified count like 100. Python scripts facilitate this structured access to FDA datasets for analysis.

What is the best way to analyze common reactions from FDA adverse event reports?

The best way to analyze common reactions is querying the openFDA API for adverse event datasets using Python scripts. This provides structured access to FDA regulatory data for comprehensive safety research and reaction analysis.

Do I need any external dependencies to access FDA regulatory data with this Skill?

No external dependencies are required to access FDA regulatory data. The Skill uses Python scripts to query the openFDA API directly, enabling retrieval of drug, device, and adverse event data without additional library installations.