molecular-targets-query

Query CCDI Molecular Targets Platform GraphQL API for targets, diseases, and drugs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast, auto-detected lookups of targets, diseases, and drugs from the CCDI Molecular Targets Platform for pediatric oncology, returning structured data and enabling rapid evidence synthesis.

Core Features & Use Cases

  • Auto-detects entity type from input (target by Ensembl ID, disease by ontology IDs, or drug by ChEMBL ID) and queries the appropriate GraphQL endpoints.
  • Retrieves rich details such as target biotype, disease descriptions and therapeutic areas, and drug mechanisms and indications, plus cross-entity associations.
  • Supports single and batch lookups, with simple summarization of results for downstream RAG pipelines.

Quick Start

Query the CCDI Molecular Targets Platform to look up a target, disease, or drug and retrieve structured results.

Frequently Asked Questions about molecular-targets-query

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

FAQPage Schema
How do I query pediatric oncology molecular targets from the CCDI platform?

The skill performs batch lookups of molecular targets, diseases, and drugs from the CCDI Molecular Targets Platform using a public GraphQL API. It auto-detects entity types from Ensembl, ontology, or ChEMBL IDs to return structured data for pediatric oncology research.

Can I retrieve drug mechanisms and disease associations for pediatric oncology targets in batch?

Yes, you can perform batch lookups to retrieve drug mechanisms, indications, and disease associations for pediatric oncology targets. The skill processes multiple identifiers simultaneously and returns structured data with simple summarization for downstream use.

What identifiers do I need to look up targets, diseases, and drugs via the CCDI GraphQL API?

You need Ensembl IDs for targets, ontology IDs for diseases, and ChEMBL IDs for drugs. The skill auto-detects these identifier types from your input and routes queries to the appropriate CCDI GraphQL endpoints for data retrieval.

How do I integrate CCDI molecular targets data into a RAG pipeline?

You can integrate CCDI molecular targets data into a RAG pipeline by using the structured data and simple summarization provided by the lookup results. The skill outputs formatted target, disease, and drug association details ready for rapid evidence synthesis and downstream retrieval.

Does the molecular targets query tool support single lookups or is it limited to batch processing?

The molecular targets query tool supports both single and batch lookups. You can query individual targets, diseases, or drugs by their specific IDs, or submit multiple identifiers at once to retrieve structured pediatric oncology data from the CCDI platform.