scientific-drugbank-resources

Fetch and structure DrugBank data for MOA, targets, and drug interactions.

3|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/nahisaho/satori --skill scientific-drugbank-resources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scientific-drugbank-resources
Source: https://github.com/nahisaho/satori/tree/main/src/.github/skills/scientific-drugbank-resources
Command: npx skills add https://github.com/nahisaho/satori --skill scientific-drugbank-resources

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a unified interface to fetch and organize DrugBank data, enabling rapid access to drug entries, pharmacology details, and interaction information for downstream analysis.

Core Features & Use Cases

  • Basic drug lookup: search DrugBank for a compound by name and retrieve identifiers, description, and classifications.
  • MOA and targets: obtain mechanism of action data and associated targets to map drug-target networks.
  • Drug interactions: fetch and summarize potential drug-drug interactions for safety assessments in pipelines.

Quick Start

Query DrugBank for a drug name to retrieve its basic information, MOA, targets, and interactions.

Frequently Asked Questions about scientific-drugbank-resources

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

FAQPage Schema
How do I retrieve drug mechanism of action and target data from DrugBank?

You retrieve drug MOA and target data by querying DrugBank for a compound name, which fetches and structures its mechanism of action details and associated pharmacological targets for downstream analysis.

What is the best way to fetch drug-drug interactions for safety assessments?

The best way to fetch drug-drug interactions for safety assessments is to use an API-based workflow that queries DrugBank endpoints to fetch and summarize potential interaction data for your pharmacology pipelines.

Can I search DrugBank for basic drug identifiers and classifications?

Yes, you can search DrugBank for basic drug identifiers and classifications by querying a compound name. This retrieves its entries, descriptions, and classification data for rapid pharmacology lookup.

Does this DrugBank data workflow require any specific API dependencies?

No specific API dependencies are required. The workflow operates as a modular, API-based interface that independently applies search, detail extraction, target mapping, and interaction aggregation across DrugBank endpoints.

How do I map drug-target networks using pharmacology data?

You map drug-target networks using pharmacology data by obtaining mechanism of action data and associated targets from DrugBank, structuring the results to visualize connections across your pharmacology pipelines.