drugbank-database

Query and analyze DrugBank XML/JSON data with a structured Python interface.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Org-GAgent/result-interpreter --skill drugbank-database-org-gagent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: drugbank-database
Source: https://github.com/Org-GAgent/result-interpreter/tree/main/.skills/scientific-skills/drugbank-database
Command: npx skills add https://github.com/Org-GAgent/result-interpreter --skill drugbank-database-org-gagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The DrugBank database is a comprehensive resource with 200+ fields per entry; this skill provides programmatic access to query, retrieve, and analyze drug data for research and pipeline tasks.

Core Features & Use Cases

  • Data access and authentication guidance to download and parse DrugBank XML/JSON data.
  • Drug information queries, cross-references, and property extraction for hard-to-compile datasets.
  • Drug-targets, interactions, and pathway mapping analyses to support pharmacology research and repurposing.
  • Build reproducible drug datasets, dashboards, and reports via Python helpers and references.

Quick Start

Install the drugbank-downloader, download a version, and run a small example to fetch a drug's info.

Frequently Asked Questions about drugbank-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I programmatically query DrugBank data for drug interactions and targets in Python?▼

Programmatic DrugBank data access is achieved via a structured Python interface that parses XML/JSON data to extract drug properties, interactions, targets, and pathways for pharmacology research and large-scale analyses.

What is the best way to extract hard-to-compile drug properties and cross-references from DrugBank?▼

The best way to extract drug properties and cross-references is using built-in Python helpers that support robust parsing, caching, and cross-database linkage to compile comprehensive drug datasets from 200+ fields per entry.

Does this DrugBank data access approach require any specific authentication or external dependencies?▼

No external dependencies are required to use the skill itself, but data access requires authentication guidance to download and parse the specific DrugBank XML or JSON data versions needed for your research workflows.

Can I use Python helpers to build reproducible drug datasets and dashboards from DrugBank data?▼

Yes, you can build reproducible drug datasets, dashboards, and reports by integrating the Python helpers and references into your data science workflows to support drug discovery and repurposing tasks.

How do I download and parse DrugBank XML or JSON files for large-scale drug discovery analyses?▼

To download and parse DrugBank data, install the drugbank-downloader, retrieve a specific version, and run the provided Python examples to fetch drug info and map targets, interactions, and pathways.

What are the limitations of using programmatic DrugBank data access for pharmacology research?▼

Limitations include needing proper authentication credentials to access the source database, and the complexity of parsing 200+ fields per entry, which requires robust caching and structured Python helpers to manage effectively.