Install
openclaw skills install @robbyczgw-cla/personasTransform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona. Triggers on "persona list", "use persona", "switch to", "activate", "exit persona".
openclaw skills install @robbyczgw-cla/personasUse one of 20 built-in personas for specialized help (coding, writing, fitness, medical education, legal orientation, and more).
Activate
List personas
Exit persona mode
scripts/persona.py)This script manages the built-in personas and local active-persona state.
# List all personas
python3 scripts/persona.py --list
# Show one persona markdown file
python3 scripts/persona.py --show dev
python3 scripts/persona.py --show "chef-marco"
# Activate a persona (prints persona prompt and saves active state)
python3 scripts/persona.py --activate luna
# Show current active persona from state file
python3 scripts/persona.py --current
# Reset/deactivate persona mode
python3 scripts/persona.py --reset
~/.openclaw/persona-state.jsonchef → chef-marco, dr → dr-med).Cami, Chameleon Agent, Professor Stein, Dev, Flash
Luna, Wordsmith
Vibe
Herr Müller, Scholar, Lingua
Chef Marco, Fit, Zen
CyberGuard, DataViz, Career Coach, Legal Guide, Startup Sam, Dr. Med
/personas (derived from the name field). /persona does not exist.description field, where they are now listed. OpenClaw 2.0 has no triggers:, categories:, or personas: frontmatter fields — they are ignored, and no separate trigger list registers commands.data/*.md and can be edited manually by maintainers.