Agent skill · AI & Agents

fda-orange-book-query

Query or inspect the FDA Orange Book - FDA-Approved Drug Products Listing resource for drug-centric tasks with emphasis on drug knowledgebase Use whenever Codex needs the calling pattern, downloadable entrypoint, or example query flow from this skill example script.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill fda_orange_book --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/drugclaw/fda_orange_book/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FDA Orange Book - FDA-Approved Drug Products Listing Use this file as the compact operator guide for the paired `skillexamples` script. Prefer reading the Python example itself for exact request parameters, field names, and response handling. ## Paired Example - Script: `65_FDA_Orange_Book.py` - Category: `Drug-centric` - Type: `DB` - Subcategory: `Drug Knowledgebase` ## API Surface | Function | Purpose | |---|---| | `download_orange_book()` | See `65_FDA_Orange_Book.py` for exact input/output behavior. | | `search_approved_drugs()` | See `65_FDA_Orange_Book.py` for exact input/output behavior. | | `get_drug_approval_info()` | See `65_FDA_Orange_Book.py` for exact input/output behavior. | | `preview_products_file()` | See `65_FDA_Orange_Book.py` for exact input/output behavior. | ## Usage Read `65_FDA_Orange_Book.py` and copy its call pattern when writing Code Agent query code. Keep network timeouts short and preserve the script's native access method (REST, direct download, local file scan, or HTML scraping). ## Validation - Validation script: `maintainers/smoke/65_FDA_Orange_Book_smoke_test.py` - Run: `python maintainers/smoke/65_FDA_Orange_Book_smoke_test.py` ## Notes - Review

What's inside
Steps it walks through
  1. Paired Example
  2. API Surface
  3. Usage
  4. Validation
  5. Notes
  6. Data Source
Ships with 5 files
  • README.md
  • __init__.py
  • example.py
  • fda_orange_book_skill.py
  • retrieve.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the fda-orange-book-query skill do?

Query or inspect the FDA Orange Book - FDA-Approved Drug Products Listing resource for drug-centric tasks with emphasis on drug knowledgebase Use whenever Codex needs the calling pattern, downloadable entrypoint, or example query flow from this skill example script.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill fda_orange_book --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going