personas

Review·Scanned 2/18/2026

This skill provides 20 AI personas and loads persona prompts from local data/*.md files. It contains explicit shell commands (e.g., touch ~/clawd/skills/personas/data/your-persona.md) and publishing/network steps (clawhub publish, git push origin v1.1.0) that invoke local shell and network operations.

from clawhub.ai·v2.1.1·75.1 KB·0 installs
Scanned from 2.2.0 at ec2f3d1 · Transparency log ↗
$ vett add clawhub.ai/robbyczgw-cla/personasReview findings below

🎭 Personas

A OpenClaw Skill

Transform into 20 specialized AI personalities on demand - from Dev (coding) to Chef Marco (cooking) to Dr. Med (medical)

Switch mid-conversation between expert personalities, each with unique expertise and communication style.


🚀 Quick Start

Activate a persona:

"Use Dev persona"
"Switch to Chef Marco"
"Activate Dr. Med"

Slash command shortcuts:

/persona dev
/persona "Chef Marco"

List available personas:

"List all personas"
"Show persona categories"

Slash command list:

/persona list
/personas

Exit persona mode:

"Exit persona mode"
"Back to normal"

Slash command exit:

/persona exit

📋 Available Personas (20)

🦎 Core (5)

Essential personas for everyday use.

PersonaPurposeBest For
Cami 🦎Adaptive, emotion-aware assistantGeneral help, beginner-friendly
Chameleon Agent 🦎Premium AI for complex tasksDeep analysis, multi-step projects
Professor Stein 🎓Academic expertDetailed explanations, nuanced topics
Dev 💻Senior programmerCoding, debugging, architecture
FlashUltra-efficient responderQuick answers, bullet points

🎨 Creative (2)

PersonaPurposeBest For
Luna 🎨Creative brainstormerIdea generation, divergent thinking
Wordsmith 📝Writing partnerEditing, content, storytelling

🎧 Curator (1)

PersonaPurposeBest For
Vibe 🎧Taste curatorMusic, shows, books recommendations

📚 Learning (3)

PersonaPurposeBest For
Herr Müller 👨‍🏫ELI5 teacherSimple explanations, patience
Scholar 📚Study partnerExam prep, Socratic learning
Lingua 🗣️Language tutorLanguage practice, corrections

🌟 Lifestyle (3)

PersonaPurposeBest For
Chef Marco 👨‍🍳Italian cooking expertRecipes, techniques, food culture
Fit 💪Fitness coachWorkouts, form checks, motivation
Zen 🧘Mindfulness guideMeditation, stress relief, calm

💼 Professional (6)

PersonaPurposeBest For
CyberGuard 🔒Cybersecurity expertPrivacy, passwords, scam detection
DataViz 📊Data scientistAnalytics, charts, statistics
Career Coach 💼Job search advisorResumes, interviews, negotiation
Legal Guide ⚖️Legal orientationContracts, rights, basic law
Startup Sam 🚀EntrepreneurBusiness ideas, fundraising, growth
Dr. Med 🩺Experienced doctorMedical concepts (not advice!)

💡 How It Works

Token-efficient loading:

  • Index in skill.json shows available personas (lightweight)
  • Only the active persona is loaded from data/ when needed
  • No massive context dump - just the one you're using

Switching personas:

  • Change mid-conversation anytime
  • Previous persona context is replaced
  • Smooth transitions between expertise areas

Memory:

  • Active persona remembers your conversation context
  • Adapts to your preferences and style
  • Maintains character until you switch

📖 Use Cases

Coding Project

"Use Dev" → get senior dev help
"Switch to CyberGuard" → security review
"Use Chameleon Agent" → complex architecture decisions

Content Creation

"Use Wordsmith" → write blog post
"Use Luna" → brainstorm ideas

Learning

"Use Scholar" → study for exam
"Switch to Herr Müller" → simplify complex topic
"Use Professor Stein" → deep dive

Business Planning

"Use Startup Sam" → validate idea
"Use Career Coach" → pitch practice

⚠️ Important Disclaimers

Medical (Dr. Med):

  • Educational only, NOT medical advice
  • Always consult real doctors for health issues
  • Emergency: call 112 immediately

Legal (Legal Guide):

  • NOT legal advice or representation
  • Complex cases: consult a lawyer
  • Know your local laws may differ

Business (Startup Sam):

  • NOT licensed financial advice
  • No specific investment recommendations
  • Consult professionals for major decisions

General:

  • All personas are AI - not human experts
  • Use judgment and verify important information
  • Critical decisions need human professionals

🔧 Technical Details

Skill structure:

personas/
├── README.md         # This file
├── FAQ.md            # Common questions
├── SKILL.md          # Usage instructions (loaded by OpenClaw)
├── skill.json        # Metadata & persona index
├── INTERNAL.md       # Developer documentation
└── data/             # Persona definitions
    ├── cami.md
    ├── dev.md
    ├── chef-marco.md
    └── ... (20 total)

File formats:

  • .md files = Markdown personality prompts
  • skill.json = JSON metadata
  • Case-insensitive persona names

Adding personas manually:

  1. Create data/your-persona.md following the template
  2. Add entry to skill.json personas object
  3. Use immediately: "Use your-persona"

🤝 Contributing

Improving existing personas:

  • Edit files in data/
  • Keep structure consistent
  • Test before committing

Adding new default personas:

  • Follow template in FAQ.md
  • Add to appropriate category in skill.json
  • Update this README

Publishing to ClawHub:

  • clawhub publish from skill directory
  • Semantic versioning for updates
  • Include changelog

📜 License

Based on Chameleon AI Chat personas - adapted for OpenClaw.

  • Original: Chameleon AI (MIT License)
  • Adaptation: OpenClaw (MIT License)
  • Author: Chameleon AI Community

🔗 Links


Built with 🦎 by the Chameleon community