jpskill.com
🛠️ 開発・MCP コミュニティ

drugbank-database

Access and analyze comprehensive drug information from the DrugBank database including drug properties, interactions, targets, pathways, chemical structures, and pharmacology data. This skill should be used when working with pharmaceutical data, drug discovery research, pharmacology studies, drug-drug interaction analysis, target identification, chemical similarity searches, ADMET predictions, or any task requiring detailed drug and drug target information from DrugBank.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o drugbank-database.zip https://jpskill.com/download/18395.zip && unzip -o drugbank-database.zip && rm drugbank-database.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18395.zip -OutFile "$d\drugbank-database.zip"; Expand-Archive "$d\drugbank-database.zip" -DestinationPath $d -Force; ri "$d\drugbank-database.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して drugbank-database.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → drugbank-database フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
7

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

DrugBankデータベース

概要

DrugBankは、医薬品および医薬品ターゲットに関する詳細な情報を含む、包括的なバイオインフォマティクスおよびケモインフォマティクスデータベースです。このスキルを使用すると、DrugBankデータにプログラムでアクセスできます。これには、約9,591件の医薬品エントリ(2,037件のFDA承認済み低分子、241件のバイオテクノロジー医薬品、96件の栄養補助食品、および6,000件以上の実験化合物)が含まれ、エントリごとに200以上のデータフィールドがあります。

主要な機能

1. データアクセスと認証

適切な認証を使用して、PythonでDrugBankデータをダウンロードしてアクセスします。このスキルは、以下に関するガイダンスを提供します。

  • drugbank-downloaderパッケージのインストールと構成
  • 環境変数または構成ファイルを介した安全な資格情報の管理
  • 特定のデータベースバージョンまたは最新バージョンのダウンロード
  • XMLデータの効率的なオープンと解析
  • パフォーマンスを最適化するためのキャッシュされたデータの操作

使用場面: DrugBankアクセスのセットアップ、データベースの更新のダウンロード、初期プロジェクトの構成。

参考資料: 詳細な認証、ダウンロード手順、APIアクセス、キャッシュ戦略、およびトラブルシューティングについては、references/data-access.mdを参照してください。

2. 医薬品情報クエリ

識別子、化学的特性、薬理学、臨床データ、および外部データベースへの相互参照を含む、データベースから包括的な医薬品情報を抽出します。

クエリ機能:

  • DrugBank ID、名前、CAS番号、またはキーワードで検索
  • 基本的な医薬品情報(名前、種類、説明、適応症)の抽出
  • 化学的特性(SMILES、InChI、分子式)の取得
  • 薬理学データ(作用機序、薬力学、ADME)の取得
  • 外部識別子(PubChem、ChEMBL、UniProt、KEGG)へのアクセス
  • 検索可能な医薬品データセットの構築とDataFramesへのエクスポート
  • 医薬品の種類(低分子、バイオテクノロジー、栄養補助食品)によるフィルタリング

使用場面: 特定の医薬品情報の取得、医薬品データベースの構築、薬理学研究、文献レビュー、医薬品プロファイリング。

参考資料: XMLナビゲーション、クエリ関数、データ抽出方法、およびパフォーマンスの最適化については、references/drug-queries.mdを参照してください。

3. 医薬品相互作用分析

薬物動態監視および臨床意思決定支援のために、機序、臨床的意義、および相互作用ネットワークを含む、医薬品相互作用(DDI)を分析します。

分析機能:

  • 特定の医薬品のすべての相互作用を抽出
  • 双方向相互作用ネットワークの構築
  • 重症度と機序による相互作用の分類
  • 医薬品ペア間の相互作用の確認
  • 最も多くの相互作用を持つ医薬品の特定
  • 安全性のための多剤併用療法の分析
  • 相互作用マトリックスとネットワークグラフの作成
  • 相互作用ネットワークでのコミュニティ検出の実行
  • 相互作用リスクスコアの計算

使用場面: 多剤併用療法の安全性分析、臨床意思決定支援、医薬品相互作用の予測、薬物動態監視研究、禁忌の特定。

参考資料: 相互作用の抽出、分類方法、ネットワーク分析、および臨床応用については、references/interactions.mdを参照してください。

4. 医薬品ターゲットと経路

ターゲット、酵素、トランスポーター、キャリア、および生物学的経路を含む、医薬品-タンパク質相互作用に関する詳細な情報にアクセスします。

ターゲット分析機能:

  • 作用(阻害剤、アゴニスト、アンタゴニスト)を持つ医薬品ターゲットの抽出
  • 代謝酵素(CYP450、Phase II酵素)の特定
  • ADME研究のためのトランスポーター(取り込み、流出)の分析
  • 医薬品と生物学的経路(SMPDB)のマッピング
  • 特定のタンパク質をターゲットとする医薬品の検索
  • 再利用のための共有ターゲットを持つ医薬品の特定
  • ポリファーマコロジーとオフターゲット効果の分析
  • ターゲットの遺伝子オントロジー(GO)用語の抽出
  • タンパク質データについてはUniProtとの相互参照

使用場面: 作用機序の研究、医薬品の再利用研究、ターゲットの特定、経路分析、オフターゲット効果の予測、医薬品代謝の理解。

参考資料: ターゲットの抽出、経路分析、再利用戦略、CYP450プロファイリング、およびトランスポーター分析については、references/targets-pathways.mdを参照してください。

5. 化学的特性と類似性

分子類似性検索、特性計算、部分構造検索、およびADMET予測を含む、構造ベースの分析を実行します。

化学分析機能:

  • 化学構造(SMILES、InChI、分子式)の抽出
  • 物理化学的特性(MW、logP、PSA、H結合)の計算
  • LipinskiのRule of FiveおよびVeberの規則の適用
  • 分子間のTanimoto類似性の計算
  • 分子フィンガープリント(Morgan、MACCS、トポロジカル)の生成
  • SMARTSパターンを使用した部分構造検索の実行
  • 再利用のために構造的に類似した医薬品の検索
  • 医薬品クラスタリングのための類似性マトリックスの作成
  • 経口吸収とBBB透過性の予測
  • PCAとクラスタリングによる化学空間の分析
  • 化学的特性データベースのエクスポート

使用場面: 構造活性相関(SAR)研究、医薬品類似性検索、QSARモデリング、医薬品らしさの評価、ADMET予測、化学空間の探索。

参考資料: 構造抽出、類似性計算、フィンガープリント生成、ADMET予測、および化学空間分析については、references/chemical-analysis.mdを参照してください。

典型的なワークフロー

医薬品発見ワークフロー

  1. data-access.mdを使用して、最新のDrugBankデータをダウンロードしてアクセスします
  2. drug-queries.mdを使用して、検索可能な医薬品データベースを構築します
  3. chemical-analysis.mdを使用して、類似の化合物を検索します
  4. targets-pathways.mdを使用して、共有ターゲットを特定します
  5. interactions.mdを使用して、候補の組み合わせの安全性を確認します

多剤併用療法の安全性分析

  1. drug-queries.mdを使用して、患者の投薬を調べます
  2. interactions.mdを使用して、すべてのペアワイズ相互作用を確認します
  3. interactions.mdを使用して、相互作用の重症度を分類します
  4. interactions.mdを使用して、全体的なリスクスコアを計算します
  5. targets-pathways.mdを使用して、相互作用のメカニズムを理解します

医薬品再利用研究

  1. targets-pathways.mdを使用して、共有ターゲットを持つ医薬品を検索します
  2. chemical-analysis.mdを使用して、構造的に類似した
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

DrugBank Database

Overview

DrugBank is a comprehensive bioinformatics and cheminformatics database containing detailed information on drugs and drug targets. This skill enables programmatic access to DrugBank data including ~9,591 drug entries (2,037 FDA-approved small molecules, 241 biotech drugs, 96 nutraceuticals, and 6,000+ experimental compounds) with 200+ data fields per entry.

Core Capabilities

1. Data Access and Authentication

Download and access DrugBank data using Python with proper authentication. The skill provides guidance on:

  • Installing and configuring the drugbank-downloader package
  • Managing credentials securely via environment variables or config files
  • Downloading specific or latest database versions
  • Opening and parsing XML data efficiently
  • Working with cached data to optimize performance

When to use: Setting up DrugBank access, downloading database updates, initial project configuration.

Reference: See references/data-access.md for detailed authentication, download procedures, API access, caching strategies, and troubleshooting.

2. Drug Information Queries

Extract comprehensive drug information from the database including identifiers, chemical properties, pharmacology, clinical data, and cross-references to external databases.

Query capabilities:

  • Search by DrugBank ID, name, CAS number, or keywords
  • Extract basic drug information (name, type, description, indication)
  • Retrieve chemical properties (SMILES, InChI, molecular formula)
  • Get pharmacology data (mechanism of action, pharmacodynamics, ADME)
  • Access external identifiers (PubChem, ChEMBL, UniProt, KEGG)
  • Build searchable drug datasets and export to DataFrames
  • Filter drugs by type (small molecule, biotech, nutraceutical)

When to use: Retrieving specific drug information, building drug databases, pharmacology research, literature review, drug profiling.

Reference: See references/drug-queries.md for XML navigation, query functions, data extraction methods, and performance optimization.

3. Drug-Drug Interactions Analysis

Analyze drug-drug interactions (DDIs) including mechanism, clinical significance, and interaction networks for pharmacovigilance and clinical decision support.

Analysis capabilities:

  • Extract all interactions for specific drugs
  • Build bidirectional interaction networks
  • Classify interactions by severity and mechanism
  • Check interactions between drug pairs
  • Identify drugs with most interactions
  • Analyze polypharmacy regimens for safety
  • Create interaction matrices and network graphs
  • Perform community detection in interaction networks
  • Calculate interaction risk scores

When to use: Polypharmacy safety analysis, clinical decision support, drug interaction prediction, pharmacovigilance research, identifying contraindications.

Reference: See references/interactions.md for interaction extraction, classification methods, network analysis, and clinical applications.

4. Drug Targets and Pathways

Access detailed information about drug-protein interactions including targets, enzymes, transporters, carriers, and biological pathways.

Target analysis capabilities:

  • Extract drug targets with actions (inhibitor, agonist, antagonist)
  • Identify metabolic enzymes (CYP450, Phase II enzymes)
  • Analyze transporters (uptake, efflux) for ADME studies
  • Map drugs to biological pathways (SMPDB)
  • Find drugs targeting specific proteins
  • Identify drugs with shared targets for repurposing
  • Analyze polypharmacology and off-target effects
  • Extract Gene Ontology (GO) terms for targets
  • Cross-reference with UniProt for protein data

When to use: Mechanism of action studies, drug repurposing research, target identification, pathway analysis, predicting off-target effects, understanding drug metabolism.

Reference: See references/targets-pathways.md for target extraction, pathway analysis, repurposing strategies, CYP450 profiling, and transporter analysis.

5. Chemical Properties and Similarity

Perform structure-based analysis including molecular similarity searches, property calculations, substructure searches, and ADMET predictions.

Chemical analysis capabilities:

  • Extract chemical structures (SMILES, InChI, molecular formula)
  • Calculate physicochemical properties (MW, logP, PSA, H-bonds)
  • Apply Lipinski's Rule of Five and Veber's rules
  • Calculate Tanimoto similarity between molecules
  • Generate molecular fingerprints (Morgan, MACCS, topological)
  • Perform substructure searches with SMARTS patterns
  • Find structurally similar drugs for repurposing
  • Create similarity matrices for drug clustering
  • Predict oral absorption and BBB permeability
  • Analyze chemical space with PCA and clustering
  • Export chemical property databases

When to use: Structure-activity relationship (SAR) studies, drug similarity searches, QSAR modeling, drug-likeness assessment, ADMET prediction, chemical space exploration.

Reference: See references/chemical-analysis.md for structure extraction, similarity calculations, fingerprint generation, ADMET predictions, and chemical space analysis.

Typical Workflows

Drug Discovery Workflow

  1. Use data-access.md to download and access latest DrugBank data
  2. Use drug-queries.md to build searchable drug database
  3. Use chemical-analysis.md to find similar compounds
  4. Use targets-pathways.md to identify shared targets
  5. Use interactions.md to check safety of candidate combinations

Polypharmacy Safety Analysis

  1. Use drug-queries.md to look up patient medications
  2. Use interactions.md to check all pairwise interactions
  3. Use interactions.md to classify interaction severity
  4. Use interactions.md to calculate overall risk score
  5. Use targets-pathways.md to understand interaction mechanisms

Drug Repurposing Research

  1. Use targets-pathways.md to find drugs with shared targets
  2. Use chemical-analysis.md to find structurally similar drugs
  3. Use drug-queries.md to extract indication and pharmacology data
  4. Use interactions.md to assess potential combination therapies

Pharmacology Study

  1. Use drug-queries.md to extract drug of interest
  2. Use targets-pathways.md to identify all protein interactions
  3. Use targets-pathways.md to map to biological pathways
  4. Use chemical-analysis.md to predict ADMET properties
  5. Use interactions.md to identify potential contraindications

Installation Requirements

Python Packages

uv pip install drugbank-downloader  # Core access
uv pip install bioversions          # Latest version detection
uv pip install lxml                 # XML parsing optimization
uv pip install pandas               # Data manipulation
uv pip install rdkit                # Chemical informatics (for similarity)
uv pip install networkx             # Network analysis (for interactions)
uv pip install scikit-learn         # ML/clustering (for chemical space)

Account Setup

  1. Create free account at go.drugbank.com
  2. Accept license agreement (free for academic use)
  3. Obtain username and password credentials
  4. Configure credentials as documented in references/data-access.md

Data Version and Reproducibility

Always specify the DrugBank version for reproducible research:

from drugbank_downloader import download_drugbank
path = download_drugbank(version='5.1.10')  # Specify exact version

Document the version used in publications and analysis scripts.

Best Practices

  1. Credentials: Use environment variables or config files, never hardcode
  2. Versioning: Specify exact database version for reproducibility
  3. Caching: Cache parsed data to avoid re-downloading and re-parsing
  4. Namespaces: Handle XML namespaces properly when parsing
  5. Validation: Validate chemical structures with RDKit before use
  6. Cross-referencing: Use external identifiers (UniProt, PubChem) for integration
  7. Clinical Context: Always consider clinical context when interpreting interaction data
  8. License Compliance: Ensure proper licensing for your use case

Reference Documentation

All detailed implementation guidance is organized in modular reference files:

  • references/data-access.md: Authentication, download, parsing, API access, caching
  • references/drug-queries.md: XML navigation, query methods, data extraction, indexing
  • references/interactions.md: DDI extraction, classification, network analysis, safety scoring
  • references/targets-pathways.md: Target/enzyme/transporter extraction, pathway mapping, repurposing
  • references/chemical-analysis.md: Structure extraction, similarity, fingerprints, ADMET prediction

Load these references as needed based on your specific analysis requirements.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。