Skills persona-fun-styles
Apply inspired-by character/persona writing styles (for fun and creative outputs) with explicit on/off controls, intensity settings, and automatic neutral fallback for serious or high-stakes tasks.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anugotta/persona-fun-styles" ~/.claude/skills/openclaw-skills-persona-fun-styles && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/anugotta/persona-fun-styles" ~/.openclaw/skills/openclaw-skills-persona-fun-styles && rm -rf "$T"
manifest:
skills/anugotta/persona-fun-styles/SKILL.mdsource content
Persona Fun Styles
Purpose
Give users a single, install-once style pack for playful persona-based writing and chat tone shifts.
This skill is for:
- rewrites
- scripts
- banter
- creative brainstorming
- social copy experiments
Disclaimer
This is an inspired-by creative style tool, not identity impersonation. Do not copy protected quotes/dialogue verbatim. Avoid deceptive or harmful impersonation.
Activation model (on/off)
Use explicit commands:
activate style <preset> [low|medium|high]switch style <preset>set intensity <low|medium|high>status styledeactivate styledeactivate all styles
If no style is active, respond in default neutral assistant voice.
Scope and fallback
Style mode is for creative/communication tasks only.
Auto-fallback to neutral for:
- legal, medical, financial, security, compliance-critical requests
- harmful or abusive requests
- emergencies and safety-sensitive contexts
Standard workflow
- Detect if user wants style mode.
- Resolve preset and intensity.
- Apply style markers from
.presets.md - Run safety checks from
.safety.md - Return styled output (optionally include neutral version on request).
Presets included
- gandhi-inspired
- harvey-inspired
- corleone-inspired
- ronaldo-inspired
- messi-inspired
- bond-inspired
- batman-inspired
- snoop-inspired
- jim-carrey-inspired
- tommy-vercetti-inspired
- scarface-inspired
Output format
When styling content, return:
- Styled output
- (Optional) Neutral version if user requests
show neutral - Active style status line when user asks
status style
Setup
Read setup.md.
References
- Persona rules and markers: presets.md
- Safety and fallback controls: safety.md
- Prompt examples: examples.md