personasTransform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
Install via ClawdBot CLI:
clawdbot 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
data/*.md and can be edited manually by maintainers.Generated Mar 1, 2026
Teachers and instructional designers can use specialized personas like Professor Stein or Herr Müller to generate age-appropriate explanations, lesson plans, and learning materials across different subjects. The Scholar persona helps create research summaries and study guides for academic purposes.
Career professionals can leverage personas like Career Coach for interview preparation and resume optimization, Legal Guide for understanding basic contract terms, and Startup Sam for business planning guidance. This provides on-demand professional development without hiring multiple specialists.
Content creators and marketers can use Luna for artistic inspiration and creative brainstorming, Wordsmith for copywriting and editing assistance, and Chef Marco for recipe development and food content creation. The Vibe persona helps curate aesthetic content for social media and branding.
Software developers can activate the Dev persona for coding assistance, debugging help, and technical documentation. CyberGuard provides cybersecurity guidance for secure development practices, while DataViz helps with data analysis and visualization projects.
Individuals can use the Fit persona for exercise routines and fitness tracking, Zen for meditation guidance and stress management techniques, and Dr. Med for general health education and symptom understanding. This provides accessible wellness support for daily lifestyle management.
Offer basic persona access for free with limited daily switches, then charge monthly subscriptions for unlimited persona switching, priority support, and advanced features like custom persona creation. Enterprise plans could include team management and API access for integration into business workflows.
License the persona technology to corporations for internal training, customer service, and specialized departmental support. Customize personas for specific industries like healthcare (with HIPAA-compliant medical personas) or legal firms (with jurisdiction-specific legal guidance personas).
Create a platform where users can access premium personas for specific content creation tasks, with revenue sharing for persona creators. Offer specialized personas for niche industries like technical writing, academic research, or creative storytelling, with pay-per-use or subscription access.
💬 Integration Tip
Integrate persona switching into existing chat interfaces using the CLI handler for state management, and consider adding webhook support to trigger persona changes based on user context or conversation topics.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection