agentsclimarketplace

Gdkd

Skill BioTender-max/awesome-bio-agent-skills/skills/drugclaw/gdkd

A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.

Install
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill gdkd

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Query the Gene-Drug Knowledge Database (GDKD) for variant-specific gene–drug associations in oncology. Use when the user asks about cancer genomic biomarkers, drug sensitivity/resistance by gene or variant, targetable mutations, or clinical evidence for cancer therapeutics.

SKILL.md

1.4 KB, as published. Nobody here has run it

GDKD Query Skill

Search canonical GDKD rows by drug or gene entity. Auto-detects input type by pattern:

Input PatternDetected AsMatch Logic
ABL1, EGFRGene symbolsubstring on gene
imatinib, erlotinibDrug namesubstring on drug
anything elseFree textsubstring on drug OR gene

API

FunctionInputReturns
load_gdkd(path)CSV pathlist[dict]
search(rows, entity)single entity stringlist[dict]
search_batch(rows, entities)list of entity stringsdict[str, list[dict]]
summarize(hits, entity)rows + labelcompact text
to_json(hits)rowslist[dict]

Usage

See if __name__ == "__main__" block in example.py for runnable examples.

Data

  • Source: GDKD normalized full-package output
  • Paper: Dienstmann et al., Cancer Discovery 2015;5(2):118-123
  • Format: CSV
  • Columns: drug, gene, score, source
  • Path: resources_metadata/dti/GDKD/gdkd.csv (default DATA_PATH in example.py)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.