Install
openclaw skills install @xiaoba-dev/rotifer-geneThe Gene manual for Rotifer Protocol — write a Gene's express function and phenotype schema, run the four-layer security audit before publishing, and migrate a Gene's fidelity from Wrapped to Hybrid or Native. Invoke explicitly when building, auditing, or upgrading a Rotifer Gene. Do NOT use for general code review, dependency auditing, or framework migration — every procedure here operates on Rotifer Genes, their phenotype schemas, and the Rotifer CLI, and nothing else.
openclaw skills install @xiaoba-dev/rotifer-geneThree manuals, one per thing you might be doing. Read the one you need — they are long because they are references, not tutorials.
| What you are doing | Read |
|---|---|
| Writing a Gene: init, express, phenotype, test, compile, publish, Arena | modules/dev.md |
| Checking one before it ships: credential and artifact scanning, four layers | modules/audit.md |
| Upgrading fidelity: Wrapped → Hybrid → Native, and proving it still works | modules/migration.md |
Match what the reader is asking for:
| They say | Go to |
|---|---|
| create, write, initialize, compile, publish, Arena, fitness | modules/dev.md |
| audit, scan, security, credential, is this safe to publish | modules/audit.md |
| upgrade, Wrapped to Native, rewrite, fidelity, refactor | modules/migration.md |
If it is ambiguous, say so and offer the choice rather than guessing — these are long documents and loading the wrong one costs the reader more than a question does.
Nothing on its own. It describes commands — rotifer init, test, compile,
publish, arena submit — and you run them. The ones that reach the network are
publish, arena submit --cloud and login; the rest are local. Read
modules/audit.md before your first publish: it is the difference between
finding a leaked credential on your disk and finding it in a public registry.