Agent skill

personas

Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 2.2.6
Path: skills/agent/personas-broedkrummen-openclaw-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Usage
  2. CLI Handler (scripts/persona.py)
  3. Built-in Personas (20)
  4. Core (5)
  5. Creative (2)
  6. Curator (1)
  7. Learning (3)
  8. Lifestyle (3)
  9. Professional (6)
  10. Notes
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going