drugbank-database
Access DrugBank drug database information
Also available from: davila7
DrugBank is a comprehensive bioinformatics database containing detailed drug information. This skill enables programmatic access to drug properties, interactions, targets, pathways, and chemical structures for pharmacology research and drug discovery.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "drugbank-database". Get information for ibuprofen including its drug-drug interactions
Expected outcome:
- Ibuprofen (DB01050) - FDA-approved small molecule NSAID
- Indication: Treatment of pain, inflammation, and fever
- Mechanism of action: Cyclooxygenase inhibitor
- Drug-drug interactions found: 267
- Major interactions: Warfarin (increased bleeding risk), Aspirin (reduced cardioprotection), Lithium (increased levels)
- Targets: Prostaglandin G/H synthases 1 and 2 (COX-1, COX-2)
Using "drugbank-database". Find targets for warfarin including their gene names
Expected outcome:
- Target 1: Vitamin K epoxide reductase complex subunit 1 (VKORC1) - Gene: VKORC1
- Target 2: Cytochrome P450 2C9 (CYP2C9) - Gene: CYP2C9
- Target 3: Cytochrome P450 3A4 (CYP3A4) - Gene: CYP3A4
- Target 4: Prothrombin (F2) - Gene: F2
- Enzymes: CYP2C9, CYP3A4, CYP1A2, CYP2C19 (metabolism)
Security Audit
SafeThis is a legitimate scientific skill for accessing the DrugBank bioinformatics database. All 353 static findings are FALSE POSITIVES caused by the analyzer misinterpreting Markdown code block syntax and bioinformatics terminology. The skill uses the official drugbank-downloader package for authenticated access to a recognized public database. No actual security risks were identified after manual evaluation.
Risk Factors
⚙️ External commands (3)
🌐 Network access (2)
📁 Filesystem access (2)
🔑 Env variables (1)
Quality Score
What You Can Build
Drug mechanism research
Extract mechanism of action, pharmacodynamics, and ADME data for drug candidates
Interaction safety analysis
Check drug-drug interactions for polypharmacy regimens and identify contraindications
Similarity-based repurposing
Find structurally similar drugs to identify potential repurposing candidates
Try These Prompts
Get information for drug DB00001 including name, type, indication, and mechanism of action
Check if aspirin (DB00945) and warfarin (DB00682) have any known drug-drug interactions
Find all protein targets for metformin (DB00331) and their UniProt IDs
Find 5 drugs structurally similar to aspirin based on Tanimoto similarity
Best Practices
- Use environment variables for DrugBank credentials, never hardcode them
- Specify exact DrugBank version for reproducible research
- Cache parsed XML data to avoid repeated downloads and parsing
Avoid
- Using outdated DrugBank versions without version specification
- Ignoring interaction severity classifications in safety analysis
- Trusting predicted ADMET properties without experimental validation
Frequently Asked Questions
How do I get DrugBank access credentials?
Is commercial use allowed?
What Python packages do I need?
Can I search drugs by name?
How do I check multiple drug interactions?
What chemical properties are available?
Developer Details
Author
K-Dense-AILicense
MIT
Repository
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/drugbank-databaseRef
main
File structure