/install genome-report
Genome Report
Analyze 23andMe v5 raw data files and generate health/trait reports with risk scoring.
Usage
python3 skills/genome-report/scripts/genome_report.py \x3Cgenome_file.txt> [options]
Options
| Flag | Values | Default | Description |
|---|---|---|---|
--category |
all|cardio|cognitive|metabolic|pharma|athletic|traits |
all |
Category filter |
--output |
text|json|html |
text |
Output format |
--output-path |
filepath | auto | HTML output path |
--family DIR |
directory path | — | Family comparison mode |
Examples
# Full report to console
python3 skills/genome-report/scripts/genome_report.py ~/my_genome.txt
# HTML report for one category
python3 skills/genome-report/scripts/genome_report.py ~/my_genome.txt --category cardio --output html
# Family comparison
python3 skills/genome-report/scripts/genome_report.py --family ~/genomes/ --output html
Input Format
23andMe v5 raw data (tab-separated): rsid chromosome position genotype
Lines starting with # are skipped. Genotypes marked -- (no-call) are excluded.
Output
- Text: Console output with risk bars and color-coded SNP details
- JSON: Structured data with scores and per-SNP results
- HTML: Styled report with risk score cards and color-coded tables
Categories & Coverage
~55 curated SNPs across 6 categories:
- Cardiovascular — blood pressure, cholesterol, cardiac rhythm, CAD risk
- Cognitive — memory, dopamine, BDNF, social cognition, brain volume
- Metabolic — diabetes risk, MTHFR, lactose, alcohol, iron metabolism
- Pharmacogenomics — warfarin, clopidogrel, CYP2D6, CYP2C19 drug metabolism
- Athletic — muscle fiber type, endurance, recovery, injury risk
- Traits — eye color, hair color, earwax, bitter taste, asparagus smell
SNP Database
The SNP reference data lives in references/snp_database.json. Edit this file to add/update SNPs without changing the script. Each entry has: rsid, gene, category, trait, risk_allele, and genotype-specific effect descriptions.
Constraints
- Pure Python 3.9+ — no external dependencies
- Not medical advice — educational/informational only
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install genome-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/genome-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Genome Report 是什么?
Analyze 23andMe raw genome data to generate comprehensive health, trait, and family comparison reports. Supports cardiovascular, cognitive, metabolic, pharma... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Genome Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install genome-report」即可一键安装,无需额外配置。
Genome Report 是免费的吗?
是的,Genome Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Genome Report 支持哪些平台?
Genome Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Genome Report?
由 NomadRex(@nomadrex)开发并维护,当前版本 v1.0.0。