Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install personas或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install personas⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/personas/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: personas version: 2.2.6 description: Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona. metadata: {"openclaw":{"requires":{"bins":["python3"],"note":"No API keys needed."}}} triggers: - /persona
Use 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.安装 Personas 后,可以对 AI 说这些话来触发它
Help me get started with Personas
Explains what Personas does, walks through the setup, and runs a quick demo based on your current project
Use Personas to transform into 20 specialized AI personalities on demand
Invokes Personas with the right parameters and returns the result directly in the conversation
What can I do with Personas in my developer & devops workflow?
Lists the top use cases for Personas, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/personas/ 目录(个人级,所有项目可用),或 .claude/skills/personas/(项目级)。重启 AI 客户端后,用 /personas 主动调用,或让 AI 根据上下文自动发现并使用。
Personas 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Personas 可免费安装使用。请查阅仓库了解许可证信息。
Transform into 20 specialized AI personalities on demand. Switch mid-conversation and load only the active persona.
Personas 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Personas
Identifies repetitive steps in your workflow and sets up Personas to handle them automatically