Clawd Modifier
Modify Clawd, the Claude Code mascot. Use this skill when users want to customize Clawd's appearance in their Claude Code CLI, including changing colors (blue Clawd, green Clawd, holiday themes), addi
Modify Clawd, the Claude Code mascot. Use this skill when users want to customize Clawd's appearance in their Claude Code CLI, including changing colors (blue Clawd, green Clawd, holiday themes), addi
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Customize the Claude Code mascot's appearance by modifying colors and ASCII art.
CLI location:
/opt/node22/lib/node_modules/@anthropic-ai/claude-code/cli.js
Clawd colors:
rgb(215,119,87) / ansi:redBrightrgb(0,0,0) / ansi:blackSmall Clawd (prompt):
▐▛███▜▌ ▝▜█████▛▘ ▘▘ ▝▝
Use
scripts/patch_color.py:
# List available colors python scripts/patch_color.py --listApply preset
python scripts/patch_color.py blue
Custom RGB
python scripts/patch_color.py --rgb 100,200,150
Restore original
python scripts/patch_color.py --restore
Use
scripts/patch_art.py:
# List variants python scripts/patch_art.py --listAdd arms
python scripts/patch_art.py --variant with-arms
Individual modifications
python scripts/patch_art.py --add-left-arm python scripts/patch_art.py --add-right-arm
Restore original
python scripts/patch_art.py --restore
Use
scripts/extract_clawd.py to see current state:
python scripts/extract_clawd.py
For custom changes not covered by scripts, edit cli.js directly:
cp cli.js cli.js.bakclaudePattern examples:
# Find color definitions grep -o 'clawd_body:"[^"]*"' cli.js | head -5Replace color
sed -i 's/rgb(215,119,87)/rgb(100,149,237)/g' cli.js
references/unicode-blocks.md for block charactersreferences/clawd-anatomy.md for rendering internalsassets/clawd-variants.txt for inspirationnpm updateclaude --version after changesNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.