open-persona — OpenClaw Skill | clawskills.sh
Back to Skills

open-persona

Meta-skill for building and managing agent persona skill packs.

0
648 downloads
0 installs
by @neiljo-gy

Setup & Installation

clawhub install neiljo-gy/open-persona

If the CLI is not installed:

npx clawhub@latest install neiljo-gy/open-persona

Or install with OpenClaw CLI:

openclaw skills install neiljo-gy/open-persona
or paste the repo link into your assistant's chat
https://github.com/openclaw/skills/tree/main/skills/neiljo-gy/open-persona

Version History

v0.16.1Mar 8, 2026 - Version note by skill developer:

v0.16.1: assets structure, Living Canvas fixes, ClawHub scan compliance

What This Skill Does

OpenPersona is a meta-skill for designing, installing, and managing agent persona skill packs. Each persona bundles identity, voice, capabilities, and ethical constraints into a four-layer structure (Soul, Body, Faculty, Skill). Personas can be versioned, forked, evolved over time, and published to ClawHub.

Persona identity, capabilities, and ethical boundaries are packaged into a portable, versioned skill pack that works with any SKILL.md-compatible agent, not just a single platform.

When to use it

  • Creating a custom AI companion with a specific personality and backstory
  • Switching between multiple installed personas for different use contexts
  • Forking an existing persona to derive a variant with a shared constraint layer
  • Publishing a persona pack to ClawHub for others to install
  • Registering an agent persona with ACN for discovery and A2A communication

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a stoic mentor persona and install it

AGENT
  1. 1Gathers persona details through conversation: name, personality, background, role, and any desired faculties
  2. 2Writes collected information to a persona.json soul definition file
  3. 3Runs `npx openpersona create --config ./persona.json --install` to generate the four-layer pack and deploy it
  4. 4Confirms installation by running `npx openpersona list` and showing the active persona indicator
OUTPUT

A fully installed persona pack with soul definition, identity blocks, and manifest, ready to activate in the host agent environment

clawskills.sh— Independent index of public ClawHub/OpenClaw skills. Not affiliated with OpenClaw.