Awesome-omni-skill gboy-character-selector
Select characters from the G*BOY universe for your OpenCLAW agent personality.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/gboy-character-selector" ~/.claude/skills/diegosouzapw-awesome-omni-skill-gboy-character-selector && rm -rf "$T"
manifest:
skills/data-ai/gboy-character-selector/SKILL.mdsource content
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
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
node dist/index.js select # Interactive character selection node dist/index.js list # List all characters node dist/index.js restore # Restore from backup