Agent skill

drug-interaction

Stars 163
Forks 31

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

  1. Interaction Detection: Identifies pairs of drugs with known interactions.
  2. Severity Grading: Classifies interactions as Minor, Moderate, or Major.
  3. Clinical Recommendations: Provides actionable advice (e.g., "Monitor K+ levels").

Workflow

  1. Input: List of drug names (e.g., "Warfarin, Aspirin").
  2. Analysis: Queries internal interaction database.
  3. Output: Interaction report with severity and mechanisms.

Example Usage

User: "Check interactions for Warfarin and Aspirin."

Agent Action:

bash
python3 Skills/Pharma/Drug_Interaction/impl.py --drugs "Warfarin, Aspirin"

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results