Clawd Modifier for Openclaw

A creative customization toolkit for personalizing the Claude Code mascot's appearance and color schemes within your terminal.

masonc15
v1.0.0
Jan 10, 2026
2
3.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawd-modifier

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawd-modifier using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Clawd Modifier?

The Clawd Modifier is a specialized extension designed to help developers personalize their Claude Code terminal environment. As part of the Openclaw Skills ecosystem, this tool allows for the seamless modification of the Clawd mascot's ASCII art and color palette. Whether you are looking to align your terminal theme or add creative personality to your AI interactions, this skill provides the necessary scripts to safely patch the CLI source code without manual file editing.

By targeting specific RGB values and Unicode block characters, the skill allows users to transform the default mascot into various themed versions. It is an essential utility for developers who spend significant time in the Claude Code CLI and want a more tailored visual experience. This skill demonstrates the flexibility of Openclaw Skills in extending the aesthetics of developer tools.

Clawd Modifier Use Cases

  • Customizing the Claude Code mascot body and background colors to match terminal themes.
  • Adding new ASCII features such as arms or accessories to personalize the mascot.
  • Applying seasonal or holiday-themed visual updates to the CLI environment.
  • Managing mascot variations and restorations within a suite of Openclaw Skills for advanced users.

How Clawd Modifier Works

  1. Locates the Claude Code cli.js file within the local node_modules directory on the system.
  2. Executes specialized Python scripts to identify internal color definitions and ASCII block character patterns.
  3. Applies patches by replacing hardcoded RGB strings or Unicode sequences with user-specified variants.
  4. Validates the integrity of the modified file to ensure CLI functionality and versioning remains intact.
  5. Facilitates easy restoration of original mascot designs using Openclaw Skills backup protocols built into the patching scripts.

Clawd Modifier Setup

To begin using this tool from the Openclaw Skills library, navigate to the skill directory and use the provided Python utility scripts:

# List all available mascot color presets
python scripts/patch_color.py --list

# Apply a specific color theme, such as blue
python scripts/patch_color.py blue

# List and apply art variants like adding arms
python scripts/patch_art.py --list
python scripts/patch_art.py --variant with-arms

# To see the current state of Clawd
python scripts/extract_clawd.py

Clawd Modifier Data Schema & Taxonomy

File/Data Type Usage
scripts/patch_color.py Core logic for modifying ANSI and RGB color values in the JS source
scripts/patch_art.py Logic for modifying Unicode ASCII block characters for mascot features
assets/clawd-variants.txt A design gallery of supported mascot visual variations and inspiration
references/clawd-anatomy.md Technical documentation mapping the internal rendering structure of the mascot

Clawd Modifier Advanced Features

  • Custom RGB value injection for precise branding and terminal theme integration.
  • Multi-part art modifications including independent left and right arm controls for the mascot.
  • State extraction tools to audit current mascot configurations and troubleshoot rendering.
  • Manual pattern matching examples for advanced CLI modifications facilitated by Openclaw Skills scripts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*