Agent skill
drug-interaction
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/drug-interaction
SKILL.md
---name: drug-interaction-checker description: Checks for potential drug-drug interactions (DDIs) between a list of medications. license: MIT metadata: author: BioKernel Team version: "1.0.0" compatibility:
- system: Python 3.9+ allowed-tools:
- run_shell_command
keywords:
- drug-interaction
- automation
- biomedical measurable_outcome: execute task with >95% success rate. ---"
Drug-Drug Interaction (DDI) Checker
This skill analyzes a list of medications to identify known interactions, focusing on safety and contraindications.
When to Use This Skill
- Reviewing patient medication lists.
- Prescribing new medications.
- Pharmacovigilance monitoring.
Core Capabilities
- Interaction Detection: Identifies pairs of drugs with known interactions.
- Severity Grading: Classifies interactions as Minor, Moderate, or Major.
- Clinical Recommendations: Provides actionable advice (e.g., "Monitor K+ levels").
Workflow
- Input: List of drug names (e.g., "Warfarin, Aspirin").
- Analysis: Queries internal interaction database.
- Output: Interaction report with severity and mechanisms.
Example Usage
User: "Check interactions for Warfarin and Aspirin."
Agent Action:
python3 Skills/Pharma/Drug_Interaction/impl.py --drugs "Warfarin, Aspirin"
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?