用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ComeOnOliver/skillshub --skill recombinator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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 | recombinator |
| description | Produce offspring genomes from parent pairs via meiotic recombination, mutation, and clinical evaluation |
| version | 0.1.0 |
| author | Manuel Corpas |
| license | MIT |
| tags | ["genomebook","recombination","meiosis","mutation","offspring","clinical-genetics"] |
| metadata | {"openclaw":{"requires":{"bins":["python3"],"env":[],"config":[]},"always":false,"emoji":"🧪","homepage":"https://github.com/ClawBio/ClawBio","os":["darwin","linux"],"install":[],"trigger_keywords":["recombinator","recombination","offspring","breed","meiosis","genomebook breed","next generation"]}} |
Produce offspring genomes from selected parent pairs via simulated meiotic recombination. Models Mendelian segregation, de novo mutation, sex determination, and clinical evaluation against a disease registry.
.genome.json files (one Male, one Female)GENOMEBOOK/DATA/trait_registry.jsonGENOMEBOOK/DATA/disease_registry.json.genome.json with:
# Demo: breed Einstein x Anning, produce 3 offspring
python skills/recombinator/recombinator.py --demo
# Breed specific parents
python skills/recombinator/recombinator.py \
--father einstein-g0 --mother anning-g0 --offspring 3
# Custom generation number
python skills/recombinator/recombinator.py \
--father einstein-g0 --mother curie-g0 --offspring 2 --generation 1
ID: g1-001-a3f2c1
Sex: Female (XX)
Health: 0.9500
Mutations: 1
- COMT_Val158Met: G->A (neutral, from mother)
Conditions: 0
Top traits:
- curiosity: 0.92
- analytical_thinking: 0.88
- persistence: 0.85