Stats
Links
Categories
Customize your Claude Code mascot with seasonal themes
npx claudepluginhub TaylorWatson/clawd-themeCustomize Clawd mascot appearance with seasonal themes
Customize your Claude Code mascot with seasonal themes!
/clawd command to switch themes/plugin marketplace add twatson/clawd-theme
/plugin install clawd-theme
Or install locally:
cd ~/.claude/plugins/clawd-theme
npm install
npm run build
/clawd normal # Classic orange Clawd
/clawd winter # Blue Clawd with snowflakes
/clawd halloween # Spooky orange/purple with bats and pumpkins
/clawd valentines # Pink Clawd with hearts
/clawd spring # Green Clawd with flowers
/clawd summer # Yellow/cyan Clawd with sun and waves
Enable auto-seasonal mode to automatically switch themes based on the date:
/clawd auto
Season schedule:
/clawd
▐▛███▜▌
▝▜█████▛▘
▘▘ ▝▝
* ▐▛███▜▌ *
* ▝▜█████▛▘ *
* ▘▘ ▝▝ *
🦇 ▐▛███▜▌ 🎃
🦇 ▝▜█████▛▘ 🎃
🦇 ▘▘ ▝▝ 🎃
Settings are stored in ~/.claude/settings.json:
{
"clawdTheme": {
"theme": "winter",
"autoSeasonal": false
}
}
MIT