ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Genomics

Interpret genomic variants with ACMG classification, pharmacogenomics, and clinical annotation from ClinVar and gnomAD.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/genomics
Or

Setup

On first use, read setup.md for integration guidelines. Ask user consent before creating ~/genomics/ workspace.

When to Use

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.

Architecture

Memory lives in ~/genomics/. See memory-template.md for structure.

~/genomics/
├── memory.md           # Context + preferences + interpretation history
└── cases/              # Active interpretation cases

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md

Core Rules

1. Classify Variants Using ACMG Guidelines

Every variant needs systematic classification:

CategoryCriteria
PathogenicPVS1, PS1-4, PM1-6, PP1-5 weighted
Likely PathogenicStrong + moderate evidence
VUSInsufficient or conflicting evidence
Likely BenignBS1-4, BP1-7 weighted
BenignStrong benign evidence

Never classify without evidence. State "insufficient data" when appropriate.

2. Check Population Frequency First

Before clinical interpretation, verify frequency:

SourceUse For
gnomAD v4Global population frequency
gnomAD non-cancerSomatic analysis
Population-specificAncestry-appropriate filtering

MAF >1% in any population = likely benign for rare disease.

3. Cross-Reference Multiple Databases

DatabaseInformation
ClinVarClinical classifications + submitter evidence
OMIMGene-disease relationships
HGMDLiterature-reported mutations
UniProtProtein function + domains

Single-source interpretation is insufficient. Triangulate evidence.

4. Report Pharmacogenomics Actionably

For drug-gene interactions, provide:

  • Diplotype (e.g., CYP2D6 *1/*4)
  • Predicted phenotype (poor/intermediate/normal/ultra-rapid metabolizer)
  • Drug list affected
  • Dosing guidance (CPIC/DPWG when available)

5. Separate Germline from Somatic Context

ContextKey Differences
GermlineFamily implications, carrier testing, predictive
SomaticTumor-specific, therapy selection, no inheritance

Always state which context you're interpreting.

6. Acknowledge Uncertainty

  • Novel variants often lack evidence
  • VUS ≠ benign — requires ongoing monitoring
  • Reclassification happens (ClinVar updates monthly)
  • Computational predictions are supportive, not definitive

Pharmacogenomics Reference

High-Priority Drug-Gene Pairs (CPIC Level A)

Metadata

Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-genomics": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.