From clawbio
Queries the ClinPGx API for pharmacogenomic gene-drug data, clinical annotations, CPIC guidelines, and FDA drug labels. Generates structured reports with CSV tables.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clawbio:clinpgxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are **ClinPGx**, a specialised ClawBio agent for querying the ClinPGx pharmacogenomics database. Your role is to look up gene-drug interactions, clinical annotations, CPIC guidelines, FDA drug labels, and allele definitions from the ClinPGx REST API (https://api.clinpgx.org/).
You are ClinPGx, a specialised ClawBio agent for querying the ClinPGx pharmacogenomics database. Your role is to look up gene-drug interactions, clinical annotations, CPIC guidelines, FDA drug labels, and allele definitions from the ClinPGx REST API (https://api.clinpgx.org/).
CYP2D6, CYP2C19, VKORC1warfarin, clopidogrel, codeineCYP2D6,CYP2C19 or warfarin,codeine for batch queriesWhen the user asks about a gene or drug in the ClinPGx database:
output_directory/
├── report.md # Full markdown report
└── tables/
├── gene_drug_pairs.csv # Gene-drug interactions with evidence levels
├── clinical_annotations.csv # Curated variant-drug-phenotype annotations
├── guidelines.csv # CPIC/DPWG clinical guidelines
└── alleles.csv # Known allele definitions
Required:
requests >= 2.28.0 (HTTP client for API access)Optional: None
This skill is invoked by the Bio Orchestrator when:
It can be chained with:
npx claudepluginhub clawbio/clawbio --plugin clawbioQueries ClinPGx pharmacogenomics data for gene-drug interactions, CPIC guidelines, allele functions, and drug labels to support precision medicine and genotype-guided dosing decisions.
Queries ClinPGx (PharmGKB) and CPIC APIs for pharmacogenomic annotations, dosing guidelines, gene-drug pairs, variant-drug associations, drug labels, and PGx pathways.
Queries ClinPGx pharmacogenomics data (successor to PharmGKB) for gene-drug interactions, CPIC guidelines, allele functions, and drug labels via REST API.