Persona Manager
Skill by autogame-17
Why use this skill?
Efficiently create, list, read, and delete agent personas with the Persona Manager skill for OpenClaw. Streamline your AI configuration workflows today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/persona-managerWhat This Skill Does
The Persona Manager skill, developed by autogame-17, serves as a centralized administration tool for managing agent personas within the OpenClaw ecosystem. At its core, this utility allows users to organize, instantiate, and modify the identity configurations that define how an agent behaves and interacts. By leveraging a standard directory-based system (memory/personas/), the skill provides a robust interface for CRUD operations—Create, Read, Update, and Delete—ensuring that users can maintain a library of distinct character profiles or task-specific operational modes.
Installation
To install this skill, use the ClawHub command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/persona-manager
Ensure that you have the required Node.js environment configured, as this skill relies on internal Node modules (fs and path) and requires no external dependencies.
Use Cases
This skill is ideal for users who need to swap between different communication styles or functional roles. Use it to:
- Manage distinct personas for role-playing scenarios.
- Switch between professional, technical, or casual writing styles.
- Develop template-based personas to standardize agent behavior across different projects.
- Clean up obsolete configurations by deleting unused persona files to keep your memory directory tidy.
Example Prompts
- "List all my current personas to see which ones are available for the current session."
- "Create a new persona called 'ProjectManager' using the standard template."
- "Delete the persona named 'Draft' so I can start fresh with a new configuration."
Tips & Limitations
- Tip: When creating a new persona, ensure your
template.mdis well-structured; this helps thepersona-enginecorrectly interpret your agent's instructions. - Tip: Keep your persona files in the designated
memory/personas/directory; the CLI tool expects this path by default. - Limitation: This skill currently performs file-level management and does not include advanced version control or git-like branching for personas.
- Limitation: It is a local file utility; it does not automatically sync changes to cloud repositories unless configured externally.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-persona-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17