Agent skill
fda-green-book
Query the FDA Green Book database of approved animal drug products. Use when checking whether a veterinary drug is FDA-approved, finding approved indications, or looking up NADA/ANADA numbers.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/fda-green-book
SKILL.md
FDA Green Book
Overview
Access the FDA Center for Veterinary Medicine (CVM) Green Book, the official database of FDA-approved animal drug products. This is the veterinary equivalent of the FDA Orange Book for human drugs. Use it to verify approval status, find approved species and indications, identify generic equivalents, and look up regulatory details.
When to Use
- User asks whether a drug is FDA-approved for use in animals
- User asks about approved indications for an animal drug
- User asks about generic equivalents of a veterinary drug
- User needs NADA (New Animal Drug Application) or ANADA numbers
- User asks about drug withdrawal times for food animals
- Keywords: FDA approved, Green Book, NADA, ANADA, animal drug approval, CVM, veterinary drug label
Key Resources
- FDA Green Book (https://www.fda.gov/animal-veterinary/products/approved-animal-drug-products-green-book): Searchable database
- Animal Drugs@FDA (https://animaldrugsatfda.fda.gov): Complete product information
- FDA CVM FOIA resources for supplemental approvals
Workflow
- Search the Green Book by drug name (generic or brand), active ingredient, or NADA number.
- Identify the approved species and indications.
- Note whether the product is approved for food animals (withdrawal times apply) or companion animals.
- Distinguish between pioneer (NADA) and generic (ANADA) products.
- Check for any recent FDA safety communications or label changes via CVM updates.
Important Context
- Many drugs used in veterinary medicine are used off-label (not FDA-approved for that species or indication). Off-label use is legal under the Animal Medicinal Drug Use Clarification Act (AMDUCA) when prescribed by a veterinarian within a valid VCPR.
- Food animal drugs have mandatory withdrawal times. Using a drug not approved for food animals requires FARAD consultation and extended withdrawal periods.
- FDA CVM regulates animal drugs under a different regulatory framework than FDA CDER (human drugs).
Output Format
## FDA Green Book: [Drug Name]
**Brand Name(s):** [List]
**Active Ingredient:** [Generic name]
**NADA/ANADA:** [Number]
**Sponsor:** [Company]
**Approved Species:** [List]
**Approved Indication(s):** [List]
**Dosage Form/Route:** [Details]
**Food Animal Withdrawal:** [Time if applicable, or "Not approved for food animals"]
**Status:** [Approved / Withdrawn / Conditional approval]
Limitations
- The Green Book covers FDA-approved products only. Many veterinary drugs are used off-label.
- Compounded medications are not in the Green Book.
- International approvals (EMA, APVMA) are separate regulatory systems.
- The Green Book does not include dosing recommendations beyond what is on the approved label.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?