AI SummaryThis booster lets developers select and install character personalities from the G*BOY universe to customize their OpenCLAW agent's behavior, tone, and presentation. It's useful for teams wanting themed or role-playing agent personalities.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "gboy-character-selector" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/gboy-character-selector && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gboy-character-selector/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/gboy-character-selector/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gboy-character-selector/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/gboy-character-selector/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Select characters from the G*BOY universe for your OpenCLAW agent personality.
What It Does
Each character includes: • SOUL.md — Internal values, tone, and behavioral principles • IDENTITY.md — External presentation: name, emoji, vibe, avatar path • Avatar image — Rendered in OpenCLAW's Control UI When you select a character, this skill: • Backs up your current SOUL.md, IDENTITY.md, and avatar • Installs the selected character's personality files • Updates the avatar path for OpenCLAW's workspace
Usage
`bash node dist/index.js select # Interactive character selection node dist/index.js list # List all characters node dist/index.js restore # Restore from backup `
G*BOY Character Selector
Browse and install characters from the G*BOY universe as your OpenCLAW agent personality.
Commands
• select — Interactively pick a character and install their personality • list — Show all available G*BOY universe characters • restore — Revert to a previous character from backup
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster