LaunchKit · 2026
Back to Skills

clawd-modifier

Modify Clawd, the Claude Code mascot.

2
1.9k downloads
by @masonc15

Setup & Installation

openclaw skills install @masonc15/clawd-modifier

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawd-modifier

What This Skill Does

Clawd Modifier lets you customize the Claude Code CLI mascot by changing its colors, adding ASCII art features like arms, or creating custom variants. It works by patching the claude-code CLI's JavaScript bundle using provided Python scripts. Changes persist until the package is updated.

The provided scripts handle binary-safe patching of the minified CLI bundle, avoiding the manual grep-and-sed errors that come with editing cli.js directly.

When to use it

  • Changing Clawd to a blue or green color scheme
  • Adding arms to the mascot for a custom look
  • Applying holiday or seasonal themes to the terminal mascot
  • Restoring the original Clawd after experimenting
  • Extracting the current ASCII art state to inspect it

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: give Clawd blue arms

AGENT
  1. 1Run `python scripts/patch_color.py blue` to apply the blue color preset
  2. 2Verify color change with `python scripts/extract_clawd.py`
  3. 3Run `python scripts/patch_art.py --variant with-arms` to add arms
  4. 4Test the result by running `claude --version`
OUTPUT

Clawd appears in the terminal with a blue body and arms in the ASCII art