This skill integrates TooToo with OpenClaw to give your AI agent a personality grounded in your real values and beliefs.
- Codex Sync: Fetches your curated codex from TooToo and converts it into
SOUL.md(for the agent's core personality) andUSER.md(for deep context). - Alignment Monitoring: Checks every agent response against your axiomatic beliefs and principles.
- Drift Detection: Periodically analyzes conversation history to ensure the agent stays true to your evolving codex.
-
Install the skill Copy this folder to your OpenClaw skills directory or install via ClawHub (coming soon).
-
Configure Username Add your TooToo username to your
openclaw.jsonorconfig.json:{ "skills": { "entries": { "tootoo": { "username": "your-username" } } } } -
Initialize Run the setup command in OpenClaw:
/tootoo setup your-usernameThis will:
- download your public codex
- replace your
SOUL.mdwith the TooToo version - set up the alignment monitoring hooks
/tootoo sync- Manually update if you've changed your beliefs on TooToo./tootoo status- See when you last synced and alignment stats.