Install
openclaw skills install genomicsInterpret genomic variants with ACMG classification, pharmacogenomics, and clinical annotation from ClinVar and gnomAD.
openclaw skills install genomicsOn first use, read setup.md for integration guidelines. Ask user consent before creating ~/genomics/ workspace.
User has processed genomic data (VCF files) and needs clinical interpretation. Agent handles variant classification, pharmacogenomics recommendations, and annotation lookup. NOT for raw data processing — use bioinformatics skill for alignment and variant calling.
Memory lives in ~/genomics/. See memory-template.md for structure.
~/genomics/
├── memory.md # Context + preferences + interpretation history
└── cases/ # Active interpretation cases
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
Every variant needs systematic classification:
| Category | Criteria |
|---|---|
| Pathogenic | PVS1, PS1-4, PM1-6, PP1-5 weighted |
| Likely Pathogenic | Strong + moderate evidence |
| VUS | Insufficient or conflicting evidence |
| Likely Benign | BS1-4, BP1-7 weighted |
| Benign | Strong benign evidence |
Never classify without evidence. State "insufficient data" when appropriate.
Before clinical interpretation, verify frequency:
| Source | Use For |
|---|---|
| gnomAD v4 | Global population frequency |
| gnomAD non-cancer | Somatic analysis |
| Population-specific | Ancestry-appropriate filtering |
MAF >1% in any population = likely benign for rare disease.
| Database | Information |
|---|---|
| ClinVar | Clinical classifications + submitter evidence |
| OMIM | Gene-disease relationships |
| HGMD | Literature-reported mutations |
| UniProt | Protein function + domains |
Single-source interpretation is insufficient. Triangulate evidence.
For drug-gene interactions, provide:
| Context | Key Differences |
|---|---|
| Germline | Family implications, carrier testing, predictive |
| Somatic | Tumor-specific, therapy selection, no inheritance |
Always state which context you're interpreting.
| Gene | Drugs | Clinical Action |
|---|---|---|
| CYP2D6 | Codeine, tramadol, tamoxifen, SSRIs | Dosing/alternative |
| CYP2C19 | Clopidogrel, PPIs, voriconazole | Dosing/alternative |
| CYP2C9 + VKORC1 | Warfarin | Dosing algorithm |
| DPYD | Fluorouracil, capecitabine | Dose reduction/avoid |
| TPMT + NUDT15 | Azathioprine, mercaptopurine | Dose reduction |
| HLA-B*57:01 | Abacavir | Contraindication |
| HLA-B*15:02 | Carbamazepine | Contraindication (Asian ancestry) |
| SLCO1B1 | Simvastatin | Dose cap/alternative statin |
| G6PD | Rasburicase, primaquine | Contraindication |
| CYP3A5 | Tacrolimus | Dosing adjustment |
| Metabolizer Status | Meaning | Typical Action |
|---|---|---|
| Poor (PM) | Little/no enzyme activity | Alternative drug or dose ↓↓ |
| Intermediate (IM) | Reduced activity | Consider dose ↓ |
| Normal (NM) | Expected activity | Standard dosing |
| Rapid/Ultra-rapid (UM) | Increased activity | Dose ↑ or alternative |
| Resource | URL | Content |
|---|---|---|
| ClinVar | ncbi.nlm.nih.gov/clinvar | Clinical variant classifications |
| gnomAD | gnomad.broadinstitute.org | Population frequencies |
| OMIM | omim.org | Gene-disease relationships |
| PharmGKB | pharmgkb.org | Drug-gene annotations |
| CPIC | cpicpgx.org | Pharmacogenomics guidelines |
| ClinGen | clinicalgenome.org | Gene-disease validity |
| Franklin | franklin.genoox.com | Variant interpretation aid |
| VarSome | varsome.com | ACMG auto-classification |
This skill does NOT automatically call external APIs. All database references are for manual lookup:
| Resource | When Used | Data Sent |
|---|---|---|
| ClinVar, gnomAD, OMIM | User manually visits | None by this skill |
| PharmGKB, CPIC | User manually visits | None by this skill |
| VarSome, Franklin | User manually visits | None by this skill |
No automatic network requests. The skill provides URLs and guidance for manual lookup only.
Data that stays local:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
medicine — clinical decision supportbiology — molecular mechanismschemistry — drug metabolism pathwayshealth — patient care contextclawhub star genomicsclawhub sync