A framework for defining the identity, voice, and operational boundaries of AI agents to ensure authentic user interactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent skill focuses on the psychological and behavioral design of AI assistants. Instead of generic responses, it allows developers to define a specific identity triad—purpose, values, and perspective—ensuring the agent feels like a distinct entity rather than a bland interface. By using the Openclaw Skills framework, you can move beyond simple adjectives and define specific behaviors that dictate how an agent communicates and interacts with users.
This system moves the agent from a subservient tool to a purposeful collaborator. It provides a structured way to handle disagreement, establish boundaries, and choose a specific vibe—such as a peer-level colleague or a guiding mentor—that aligns perfectly with the target audience's expectations.
To implement this within your environment, create the following directory structure and markdown files to define your agent's persona:
# Create the identity configuration structure
mkdir -p skills/agent-persona
touch skills/agent-persona/voice.md \
skills/agent-persona/boundaries.md \
skills/agent-persona/adaptation.md \
skills/agent-persona/templates.md
The skill organizes identity data into specific markdown documents to be consumed by the agent's context window:
| Component | Description | Key Files |
|---|---|---|
| Voice Profile | Defines behavioral rules and anti-voice patterns. | voice.md |
| Boundaries | Outlines autonomy levels and escalation paths. | boundaries.md |
| Adaptation | Logic for mirroring user energy and learning preferences. | adaptation.md |
| Templates | Pre-defined identity structures (e.g., Colleague, Mentor). | templates.md |
Loading
A comprehensive framework to build and operate a service-based agency including client management, project tracking, and automated pricing.

A personal mindset reinforcement system that builds and tracks custom daily affirmations.

A comprehensive toolkit for designing, managing, and scaling high-performance affiliate marketing programs with built-in fraud prevention and economic modeling.

A strategic framework for managing paid acquisition, budget allocation, and advertising performance across major digital platforms.

A professional workflow for shipping reviewer-ready production code through AI agents using strict contracts and the PACT protocol.

A tactical framework for maximizing productivity by orchestrating multiple AI coding agents through parallel workflows and pragmatic tool selection.








































