A creative customization toolkit for personalizing the Claude Code mascot's appearance and color schemes within your terminal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawd-modifier
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
| 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 |
Loading
A self-supervising manager for long-running AI agent tasks with progress tracking and periodic reporting.

A background service that distills raw OpenClaw conversation logs into structured, theme-based, and searchable Markdown memory cards.

A powerful tool for programmatically managing Cloudflare DNS records to automate domain configuration and email authentication.

An automated, restic-powered backup system that provides hourly incremental snapshots for your OpenClaw instance to prevent data loss or agent errors.

A comprehensive toolkit for AI agents to deploy contracts, bridge assets, and interact with the Abstract ZK Stack Layer 2 network.

A powerful productivity engine that synchronizes Slack, Strava, and Harvest data into automated daily notes and a local SQLite database.








































