personas
Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
Profile →npx skills add majiayu000/claude-skill-registry --skill personas-broedkrummen-openclaw-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Personas 🎭 Use one of 20 built-in personas for specialized help (coding, writing, fitness, medical education, legal orientation, and more). ## Usage **Activate** - "Use Dev" - "Switch to Chef Marco" - "Activate Dr. Med" **List personas** - "List all personas" - "/persona list" - "/personas" **Exit persona mode** - "Exit persona mode" - "/persona exit" ## CLI Handler (`scripts/persona.py`) This script manages the built-in personas and local active-persona state. ```bash # 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 ``` - State file: `~/.openclaw/persona-state.json` - Alias support exists for common names (e.g., `chef` → `chef-marco`, `dr` → `dr-med`). - The CLI does **not** create new persona files. ## Built-in Personas (20) ### Core (5) Cami, Chameleon Agent, Professor Stein, Dev, Flash ### Creative
- Usage
- CLI Handler (scripts/persona.py)
- Built-in Personas (20)
- Core (5)
- Creative (2)
- Curator (1)
- Learning (3)
- Lifestyle (3)
- Professional (6)
- Notes
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
What does the personas skill do?
Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill personas-broedkrummen-openclaw-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.