Token导航 LogoToken导航TokenDH.com
开发external-serviceclawhub未标认证来源可访问clear审计通过

genomicsgenomics 开发

Agent Skill

genomics 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,816

周安装

837

GitHub Stars

公开资料未说明

下载量

6,592
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:genomics(genomics 开发)
来源仓库:https://github.com/ivangdavila/genomics
安装命令:
openclaw skills install genomics
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install genomics

简介

使用 ACMG 分类、药物基因组学以及 ClinVar 和 gnomAD 的临床注释来解释基因组变异。

SKILL.md

name
Genomics
slug
genomics
version
1.0.0
homepage
https://clawic.com/skills/genomics
description
Interpret genomic variants with ACMG classification, pharmacogenomics, and clinical annotation from ClinVar and gnomAD.
metadata
{"clawdbot":{"emoji":"🧬","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

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)

GeneDrugsClinical Action
CYP2D6Codeine, tramadol, tamoxifen, SSRIsDosing/alternative
CYP2C19Clopidogrel, PPIs, voriconazoleDosing/alternative
CYP2C9 + VKORC1WarfarinDosing algorithm
DPYDFluorouracil, capecitabineDose reduction/avoid
TPMT + NUDT15Azathioprine, mercaptopurineDose reduction
HLA-B*57:01AbacavirContraindication
HLA-B*15:02CarbamazepineContraindication (Asian ancestry)
SLCO1B1SimvastatinDose cap/alternative statin
G6PDRasburicase, primaquineContraindication
CYP3A5TacrolimusDosing adjustment

Phenotype Interpretation

Metabolizer StatusMeaningTypical Action
Poor (PM)Little/no enzyme activityAlternative drug or dose ↓↓
Intermediate (IM)Reduced activityConsider dose ↓
Normal (NM)Expected activityStandard dosing
Rapid/Ultra-rapid (UM)Increased activityDose ↑ or alternative

Annotation Resources

ResourceURLContent
ClinVarncbi.nlm.nih.gov/clinvarClinical variant classifications
gnomADgnomad.broadinstitute.orgPopulation frequencies
OMIMomim.orgGene-disease relationships
PharmGKBpharmgkb.orgDrug-gene annotations
CPICcpicpgx.orgPharmacogenomics guidelines
ClinGenclinicalgenome.orgGene-disease validity
Franklinfranklin.genoox.comVariant interpretation aid
VarSomevarsome.comACMG auto-classification

Common Interpretation Traps

  • Ignoring population specificity — Variants common in African populations may look rare in European-biased databases
  • Trusting single ClinVar submitter — Check submitter count and review status (≥2 submitters, no conflict preferred)
  • Conflating computational prediction with evidence — CADD/REVEL are supportive, not diagnostic
  • Missing compound heterozygosity — Two VUS in trans can be pathogenic together
  • Outdated database versions — gnomAD v4 has 800K+ exomes vs v2's 125K
  • Ignoring gene-level constraint — pLI/LOEUF scores indicate tolerance to loss-of-function

External Endpoints

This skill does NOT automatically call external APIs. All database references are for manual lookup:

ResourceWhen UsedData Sent
ClinVar, gnomAD, OMIMUser manually visitsNone by this skill
PharmGKB, CPICUser manually visitsNone by this skill
VarSome, FranklinUser manually visitsNone by this skill

No automatic network requests. The skill provides URLs and guidance for manual lookup only.

Security & Privacy

Data that stays local:

  • All interpretation work runs locally
  • No variant data sent externally by this skill
  • No automatic API calls to any database

This skill does NOT:

  • Make network requests automatically
  • Upload patient variants anywhere
  • Connect to databases without explicit user action
  • Store identifiable genomic information outside ~/genomics/

Related Skills

Install with clawhub install <slug> if user confirms:

  • medicine — clinical decision support
  • biology — molecular mechanisms
  • chemistry — drug metabolism pathways
  • health — patient care context

Feedback

  • If useful: clawhub star genomics
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.77%
按下载量换算6,049

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills