TTD

Retrieves target, drug, and disease relationships from local TTD flat files.

130|4|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/QSong-github/DrugClaw --skill ttd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTD
Source: https://github.com/QSong-github/DrugClaw/tree/main/skills/dti/ttd
Command: npx skills add https://github.com/QSong-github/DrugClaw --skill ttd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TTDSkill provides rapid access to therapeutic target data by mapping drugs to targets and disease associations from the Therapeutic Target Database (TTD), enabling researchers to reason with evidence-backed relationships without manual data wrangling.

Core Features & Use Cases

  • Local, data-driven querying: fetches target↔drug links with clinical status from pre-downloaded TTD flat files.
  • Disease associations and context: retrieves diseases linked to targets and their drug connections for pharmacology insights.
  • Evidence-ready outputs: returns structured results suitable for downstream analysis and decision making.

Quick Start

Query TTDSkill with a drug name, target, or disease to fetch linked targets, drugs, and disease associations from your local TTD dataset.

Frequently Asked Questions about TTD

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

FAQPage Schema
How do I retrieve drug-target relationships with clinical status from the Therapeutic Target Database?

To retrieve drug-target relationships with clinical status from the Therapeutic Target Database, you can query a local dataset of TTD flat files to fetch structured target and drug links without manual data engineering.

What is the best way to find diseases linked to specific drug targets for pharmacology research?

Finding diseases linked to specific drug targets for pharmacology research involves querying local TTD flat files to retrieve disease associations and their connected drug metadata for evidence-backed insights.

Can I look up drug repurposing opportunities using a local dataset without manual data wrangling?

Yes, you can look up drug repurposing opportunities using a local dataset without manual data wrangling by querying pre-downloaded TTD flat files that map target, drug, disease, and clinical status.

Does TTD data retrieval provide evidence-ready outputs for downstream analysis?

TTD data retrieval does provide evidence-ready outputs for downstream analysis by returning a structured retrieval schema that includes target, drug, disease, status, and evidence-ready metadata.

How do I query drug-target-disease relationships by supplying a drug name or target?

You query drug-target-disease relationships by supplying a drug name, target, or disease as input to fetch linked targets, drugs, and disease associations from your local TTD dataset.

What are the limitations of using local flat files for therapeutic target data retrieval?

Limitations of using local flat files for therapeutic target data retrieval include relying on a simple index and pre-downloaded static data, which means you must manage local data updates manually to stay current.