Persona Engine
Skill by autogame-17
Why use this skill?
Master your agent's tone with Persona Engine. Instantly switch between technical, emotional, and interactive modes for OpenClaw with one unified command interface.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/persona-engineWhat This Skill Does
The Persona Engine acts as a centralized orchestration layer for OpenClaw agents, replacing disparate and fragmented personality scripts with a unified, high-performance interface. By decoupling the 'what' (content) from the 'how' (style/persona), it allows developers and power users to swap communication tones dynamically. Whether you need the aggressive technical precision of a debugger in 'mad-dog' mode, the manipulative soft-touch of 'green-tea', or the structured, card-based informational output of the 'sage' persona, this engine manages all style enforcement, formatting, and emoji injection automatically. It ensures consistency across sessions, stripping unwanted punctuation in specific modes and strictly adhering to the stylistic constraints of the chosen persona.
Installation
To integrate the Persona Engine into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/autogame-17/persona-engine
Ensure that your OpenClaw runtime is updated to the latest version to support the interactive message type used by the Sage template engine.
Use Cases
- Technical Debugging: Utilize 'mad-dog' mode to review code changes with an aggressive, highly critical lens that highlights vulnerabilities and inefficient patterns.
- Agent Orchestration: Maintain consistent branding for a customer-facing bot by switching to 'little-fairy' for friendly interactions or 'standard' for professional inquiries.
- Structured Information Delivery: Use 'sage' mode to generate rich-media response cards for complex workflows, such as system logs or task summaries, which require high readability and structured data parsing.
- Social Simulations: Test agent resilience and conversational adaptability by engaging 'npd-queen' or 'green-tea' modes to simulate specific personality traits and user interaction boundaries.
Example Prompts
node skills/persona-engine/speak.js --mode mad-dog --text "Review this server initialization script for memory leaks." --target admin-01node skills/persona-engine/speak.js --mode sage --text "Generate a summary of the latest deployment metrics in a dashboard card." --target analyst-04node skills/persona-engine/speak.js --mode little-fairy --text "Please remind the team about the upcoming sprint planning meeting." --target team-general
Tips & Limitations
- Persona Consistency: Always define a target ID to allow the engine to apply context-aware behavioral adjustments; lacking a target may result in generic output.
- Sage Templates: The 'sage' mode relies on external JSON templates; ensure your template directory is correctly mapped to avoid rendering errors.
- Constraint Awareness: Some personas, such as 'green-tea', prioritize emotional affect over punctuation; be aware that these modes may sacrifice standard grammatical rigor for the sake of the requested 'addictive' aesthetic.
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-autogame-17-persona-engine": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17