用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ComeOnOliver/skillshub --skill genome-match命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review product and feature risk before an AI coding agent starts implementation.
Use Xquik for X data and confirmation-gated X actions: tweet search, user lookup, follower export, media download, monitors, webhooks, MCP, and SDK workflows.
Canton Network open-source ecosystem guide covering DAML SDK, Canton runtime, and Splice applications. Use when working with Canton Network, DAML smart contracts, or building decentralized applications.
基于 SOC 职业分类
正在显示 SKILL.md
| name | genome-match |
| description | Score genetic compatibility across all male-female pairings in a Genomebook generation |
| version | 0.1.0 |
| author | Manuel Corpas |
| license | MIT |
| tags | ["genomebook","compatibility","heterozygosity","disease-risk","mating-selection"] |
| metadata | {"openclaw":{"requires":{"bins":["python3"],"env":[],"config":[]},"always":false,"emoji":"💞","homepage":"https://github.com/ClawBio/ClawBio","os":["darwin","linux"],"install":[],"trigger_keywords":["genome match","compatibility","mating pairs","genomebook match","heterozygosity score","breeding pairs"]}} |
Score genetic compatibility between all male-female pairings in a Genomebook generation. The engine evaluates heterozygosity advantage, disease carrier risk, and trait complementarity to rank optimal mating pairs for the next generation.
GENOMEBOOK/DATA/GENOMES/.GENOMEBOOK/DATA/GENOMES/*.genome.jsonGENOMEBOOK/DATA/disease_registry.json# Score all pairings for generation 0
python skills/genome-match/genome_match.py
# Score a specific generation
python skills/genome-match/genome_match.py --generation 1
# Demo mode
python skills/genome-match/genome_match.py --demo
# Limit output to top N pairings
python skills/genome-match/genome_match.py --top 10
Rank Male x Female Score Het Comp Risk Flags
1 einstein-g0 x curie-g0 0.8234 0.650 0.821 0.000 --
2 darwin-g0 x franklin-g0 0.7891 0.600 0.790 0.000 --
...
SELECTED MATING PAIRS (generation 0 -> 1):
Albert Einstein x Marie Curie (compat: 0.8234)
Charles Darwin x Rosalind Franklin (compat: 0.7891)