Query canonical DrugCombDB combination records. Use when the user asks about drug pairs, synergy values, or cell-line-specific combination evidence.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill drugcombdb --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Drugcombdb?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/biotender-max-drugcombdb)More formats (shields.io, HTML) on the badges page.
---
name: drugcombdb-query
description: >
Query canonical DrugCombDB combination records. Use when the user asks about
drug pairs, synergy values, or cell-line-specific combination evidence.
---
# DrugCombDB Query Skill
Query canonical packaged DrugCombDB CSV rows.
## Data
- Path: `resources_metadata/drug_combination/DrugCombDB/drugcombdb.csv`
- Columns: `Drug1`, `Drug2`, `Cell`, `Synergy`, `SynergyType`, `PMID`
## API
| Function | Input | Returns |
|---|---|---|
| `load_data(path)` | CSV path | `list[dict]` |
| `search_drug(drug_name, limit)` | drug name | `list[dict]` |
| `search_cell_line(cell, limit)` | cell line | `list[dict]` |
| `search_drug_pair(drug1, drug2, limit)` | drug pair | `list[dict]` |
| `search(entity, limit)` | free text | `list[dict]` |
| `search_batch(entities, limit)` | list of strings | `dict[str, list[dict]]` |
| `summarize(results, entity)` | rows + label | compact text |
## Usage
Run `example.py` directly for canonical-path demos.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.