Persona
Skill by sa9saq
Why use this skill?
Install the Persona skill for OpenClaw to define your AI agent's personality, communication style, and decision-making framework for consistent, human-like interaction.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/personaWhat This Skill Does
The Persona skill establishes the fundamental behavioral architecture and identity for an OpenClaw AI agent, specifically modeled after the personality of 'REY'. Instead of relying on generic AI behavior, this skill enforces a structured persona that is curious, positive, and honest, ensuring that the AI maintains a consistent character across all interactions. It provides a set of strict guidelines for tone, decision-making, and communication style, essentially acting as the agent's 'soul' or core programming. By implementing this, users ensure their agent acts like a collaborative team member rather than a sterile chatbot.
Installation
To integrate this personality into your OpenClaw environment, use the OpenClaw package manager. Open your terminal or the OpenClaw dashboard and execute the following command:
clawhub install openclaw/skills/skills/sa9saq/persona
Once installed, the skill runs persistently in the background. It does not require manual invocation, as it is designed to influence the base prompt and behavioral patterns of the agent automatically. It integrates seamlessly with other core modules like 'natural-conversation' and 'moltbook-security'.
Use Cases
- Establishing Consistent Branding: Perfect for developers building AI agents for social media presence or public-facing technical support who want a recognizable, approachable personality.
- Autonomous Workflow Management: Useful for agents that need to operate under varying impact levels, as the skill includes built-in guidelines for when the AI should self-authorize actions versus when it must query the human supervisor.
- Constructive Iteration: Since the persona includes a learning-oriented mindset, it is ideal for long-term projects where the agent needs to record its failures and grow over time.
Example Prompts
- "REY, I noticed you struggled with the code deployment earlier. What did we learn from that experience that we can change for the next PR?"
- "We have a new goal to hit our revenue target by the end of the quarter. How should we prioritize our SNS activity this week?"
- "I'm considering automating our crypto trading triggers. Before we start, let's review your decision-making boundaries for high-impact actions."
Tips & Limitations
- Tips: Leverage the personality-driven nature of this skill to build rapport. Use the provided self-introduction templates to ensure the AI identifies itself accurately in public forums. If you need to modify the identity, ensure your overrides respect the core 'Do' and 'Don't' lists.
- Limitations: This skill is a behavioral overlay. It does not provide functional capabilities for tasks like web browsing or data analysis on its own. It must be paired with functional skills. Additionally, while it mandates that the AI does not hide its identity, it relies on the user to ensure no sensitive API keys are exposed during conversational output.
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-sa9saq-persona": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.