ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/persona-manager
Or

What 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.md is well-structured; this helps the persona-engine correctly 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

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-persona-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#persona#management#agent#configuration#automation
Safety Score: 4/5

Flags: file-write, file-read