Use one of 20 built-in personas for specialized help (coding, writing, fitness, medical education, legal orientation, and more).
Quality Overview
This visitor-facing snapshot helps you judge whether the Skill is clear, executable, and ready to reference or download.
SAFE-3
80+ strong · 60+ usableUse 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.Read more
[More in Knowledge](/skills?category=knowledge)
Downloads
Security audit [Pass](/robbyczgw-cla/skills/personas/security-audit)
Last updated 1mo ago
Current version v2.2.6
License MIT-0
Report
import: clawhub https://clawhub.ai/robbyczgw-cla/personas
Notes
Read-only mode. Sign in to comment.
No comments yet.
Agent Memory
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Fluid Memory
基于艾宾浩斯遗忘曲线和访问频率的衰减模型设计的遗忘和归档机制,完全依赖openclaw原生记忆系统的拟人化流体记忆系统
Evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
Evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap...
Capability Evolver
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Memory Evolver
记忆系统优化器 - 结合三层记忆与知识图谱的持续自我进化系统。自动诊断、优化、记录记忆系统状态,实现记忆的持续进化。