Persona Manager

Create, list, read, and delete AI agent personas in markdown or JSON files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill persona-manager-wangk0221
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Persona Manager
Source: https://github.com/WangK0221/OpenClaw_Shrimp/tree/main/skills/persona-manager
Command: npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill persona-manager-wangk0221

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of AI agent personas, allowing for easy creation, listing, reading, and deletion of different personality profiles.

Core Features & Use Cases

  • Persona Management: Create new personas from a template, list existing ones, read their content, and delete them.
  • Use Case: A developer needs to quickly set up a new AI assistant with a specific tone and thinking process. They can use this skill to create a 'planning_assistant' persona from a template, customize it, and then easily list or read it later.

Quick Start

Use the persona manager to list all available personas.

Frequently Asked Questions about Persona Manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AI agent personas using markdown or JSON files?▼

You can manage AI agent personas by creating, listing, reading, and deleting personality profiles stored as markdown or JSON files. This ensures directory existence for persona storage and allows quick modifications to specific agent tones or thinking processes.

Can I create a new AI persona from a predefined template?▼

Yes, you can create a new AI persona from a predefined template. This allows developers to quickly set up a new assistant with a specific tone and customize its thinking process without starting from scratch.

What is the best way to list available personas for my AI assistant?▼

The best way to list available personas is to use a management tool that reads the dedicated persona storage directory. It will parse the markdown or JSON files and return a list of all existing personality profiles currently saved.

Do I need to manually set up a directory for AI persona storage?▼

No, you do not need to manually set up a directory for persona storage. The management process ensures directory existence automatically, allowing you to directly create and save new markdown or JSON persona definitions.

When should I use JSON or markdown files for AI agent persona definitions?▼

You should use JSON or markdown files for AI agent persona definitions when you need lightweight, easily editable personality profiles. Both formats are supported for storing the specific tone and thinking process of your planning or assistant agents.