Agent skill
veterinary-drug-lookup
Species-specific veterinary drug information including dosing, contraindications, and safety warnings. Use when asked about animal medications, drug doses, or veterinary pharmacology.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/veterinary-drug-lookup
SKILL.md
Veterinary Drug Lookup
Overview
Retrieve species-specific drug information for veterinary clinical use. Unlike human pharmacology, veterinary drug safety varies dramatically across species. This skill enforces mandatory species identification before returning any drug information and flags known lethal variance situations.
When to Use
- User asks about a drug dose for an animal
- User asks whether a drug is safe for a specific species
- User asks about veterinary drug formulations or routes of administration
- User mentions a brand name or generic drug in a veterinary context
- User asks about off-label drug use in animals
- Keywords: drug, dose, dosage, medication, prescribe, administer, mg/kg, PO, IV, IM, SC
Key Capabilities
- Species-specific dosing (canine, feline, equine, bovine, avian, exotic)
- Route of administration guidance (PO, IV, IM, SC, topical, ophthalmic)
- Frequency and duration recommendations
- Contraindication identification
- Breed-specific warnings (e.g., MDR1 mutation in herding breeds)
- Food animal withdrawal times
- Pregnancy and pediatric safety categories
Databases and Sources
- FDA Green Book (https://www.fda.gov/animal-veterinary/products/approved-animal-drug-products-green-book): Approved animal drug products
- openFDA Animal & Veterinary (https://open.fda.gov/apis/animalandveterinary/): Adverse event reports for animal drugs
- Plumb's Veterinary Drug Handbook: Industry-standard drug reference (cite edition)
- FARAD (Food Animal Residue Avoidance Databank): Withdrawal times for food animals
Workflow
-
Identify the drug. Resolve brand names to generic names. Handle common misspellings. If ambiguous (e.g., "metronidazole" could be oral or topical), ask for clarification.
-
Require species. MANDATORY. Never return drug information without confirming the target species. If the user says "my patient" without specifying species, ask: "What species is the patient? Drug safety varies significantly between species."
-
Check lethal variance. Before returning any dosing information, check whether this drug has known lethal variance across species. Flag these explicitly:
- Acetaminophen: Safe in dogs, LETHAL in cats (methemoglobinemia)
- Permethrin: Safe in dogs, LETHAL in cats (neurotoxicity)
- Ivermectin: Safe in most dogs, NEUROTOXIC in MDR1-mutant breeds (Collies, Australian Shepherds, Shelties)
- NSAIDs (meloxicam, carprofen): Species-specific dosing; feline doses are fraction of canine
- Xylazine: Dramatic species variation in sensitivity
- 5-Fluorouracil: Safe in humans, LETHAL in dogs and cats
-
Return structured drug information:
- Generic name and common brand names
- Approved indication(s) vs. off-label use
- Dose range (mg/kg), route, frequency
- Duration if applicable
- Key contraindications for this species
- Breed-specific warnings if relevant
- Monitoring recommendations
- Food animal withdrawal time if applicable
-
Cite sources. Every dose and safety claim must reference a specific source (textbook + edition, FDA Green Book listing, or peer-reviewed publication).
Output Format
## [Drug Name] - [Species]
**Status:** FDA-approved for this species / Off-label use
**Indication:** [What it treats]
**Dose:** [X-Y mg/kg] [route] [frequency]
**Duration:** [If applicable]
**Key Warnings:**
- [Species-specific warnings]
- [Breed-specific warnings if any]
**Contraindications:** [List]
**Monitoring:** [What to monitor]
**Source:** [Textbook/edition or FDA listing]
Limitations
- This skill provides reference information, not clinical recommendations. All drug decisions require veterinary professional judgment.
- Compounding pharmacy formulations may differ from standard preparations.
- Regional availability varies (some drugs approved in US may not be available in UK/EU/Australia and vice versa).
- This skill does not replace checking current formulary references for the most up-to-date information.
- Exotic species (reptiles, birds, small mammals) have limited pharmacokinetic data for many drugs.
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?