target-intelligence-tools

Query public bioinformatics APIs to generate drug-target intelligence dossiers.

126|8|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/DrugClaw/DrugClaw --skill target-intelligence-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: target-intelligence-tools
Source: https://github.com/DrugClaw/DrugClaw/tree/main/skills/research/target-intelligence-tools
Command: npx skills add https://github.com/DrugClaw/DrugClaw --skill target-intelligence-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of gathering essential information about a drug target, consolidating data into a single, easy-to-understand report.

Core Features & Use Cases

  • Integrated Target Briefs: Generates comprehensive dossiers for genes or proteins.
  • Data Consolidation: Pulls together disease associations, known drugs, interaction partners, and pathway information.
  • Use Case: When exploring a new therapeutic target like 'EGFR', use this Skill to quickly generate a summary report including its known associated diseases, any existing drugs targeting it, and its key interaction partners.

Quick Start

Use the target-intelligence-tools skill to build a dossier for the target EGFR, saving the output to targets/egfr_dossier.md.

Frequently Asked Questions about target-intelligence-tools

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

FAQPage Schema
How do I compile a drug target dossier with disease associations and known drugs?

To build a drug target dossier, you can automate querying public bioinformatics APIs to resolve target identifiers and retrieve disease associations, known drugs, interaction partners, and pathway information into a consolidated report.

What is the best way to gather variant constraint signals and pathway data for a protein target?

Gathering variant constraint signals and pathway data for a protein target involves querying gnomAD and ClinVar alongside other bioinformatics APIs to consolidate genetic constraints and biological pathways into a unified intelligence brief.

Can I retrieve protein interaction partners and gene information using Python requests?

Yes, you can retrieve protein interaction partners and gene information by using Python scripts that leverage the requests library to automate network communication with public drug discovery APIs for target intelligence generation.

Does this drug discovery approach work for exploring new therapeutic targets like EGFR?

Yes, this drug discovery approach works for exploring new therapeutic targets like EGFR by resolving target identifiers and generating a summary report of associated diseases, known drugs, and key interaction partners.

How do I generate a markdown summary report for a gene target's associated diseases and drugs?

You can generate a markdown summary report for a gene target by running an automated script that queries drug discovery APIs for disease associations and known drugs, saving the consolidated output directly to a markdown file.

Do I need the requests library to retrieve disease associations and known drugs for target intelligence?

Yes, you need the requests Python library for network communication to query public bioinformatics APIs and retrieve disease associations, known drugs, and pathway information for target intelligence dossiers.