drugcombdb-query

Retrieve DrugCombDB drug combination data from local CSV files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DrugCombDB Query Skill makes it easy to access canonical drug-combination data stored locally, enabling researchers and developers to quickly obtain evidence-backed information without manual data curation.

Core Features & Use Cases

  • Local access to DrugCombDB records packaged with the skill.
  • Search capabilities include retrieval by drug names, drug pairs, and cell lines with tolerance for synonyms and partial matches.
  • Use Case: A data analyst needs to identify known synergistic or antagonistic drug pairs for a specific cell line and fetch corresponding PMID references for citation.

Quick Start

Try querying a pair like imatinib + dasatinib to retrieve matching rows and their synergy scores.

Frequently Asked Questions about drugcombdb-query

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

FAQPage Schema
How do I retrieve drug combination synergy scores for a specific cell line?

To retrieve drug combination synergy scores for a specific cell line, query the local DrugCombDB data by providing the cell line name. The Skill matches your query against local records and returns concise evidence-backed results including synergy scores.

What is the best way to look up known drug pair interactions locally without manual data curation?

The best way to look up drug pair interactions locally is to query the pre-packaged DrugCombDB CSV resource. It assembles canonical drug combination data instantly, eliminating the need for manual data curation or external API calls.

Can I search for drug combinations using partial names or synonyms?

Yes, you can search for drug combinations using partial names or synonyms. The Skill features search capabilities with tolerance for synonyms and partial matches, allowing flexible retrieval of drug pairs and cell-line-specific evidence.

Does the DrugCombDB query tool handle missing data or unmatched drug pairs?

Yes, the DrugCombDB query tool handles missing data gracefully. If a queried drug pair or cell line is not found in the local CSV resource, it manages the missing information without errors and returns concise available evidence.

Do I need an internet connection to access DrugCombDB evidence and PMID references?

No, you do not need an internet connection to access DrugCombDB evidence. The Skill enforces strict local file access on a packaged CSV resource, allowing you to fetch synergy scores and PMID references completely offline.