Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
moeyui1 avatar

Claude Status Pet

  • 2 repo stars
  • Updated July 1, 2026
  • moeyui1/claude-status-pet

A desktop pet that shows your AI assistant's working status in real time

About

claude-status-pet is a Claude Code skill in the AI & Agent Building category. A desktop pet that shows your AI assistant's working status in real time

  • claude-status-pet
  • AI & Agent Building
  • AI-coding skill

Claude Status Pet by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add moeyui1/claude-status-pet
/plugin install claude-status-pet@claude-status-pet

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars2
Last updatedJuly 1, 2026
Repositorymoeyui1/claude-status-pet

What it does

A desktop pet that shows your AI assistant's working status in real time

README.md

Claude Status Pet

English | 中文

Build and Release Latest Release Downloads License Platform Made with Rust

A desktop pet that shows what your AI coding assistant is doing — in real time. 🦀

Ferris demo Mona demo Gopher demo ASCII demo
📸 More screenshots
Ferris in action

Quick Start

Claude Code — Plugin install:

/plugin marketplace add moeyui1/claude-status-pet
/plugin install claude-status-pet

GitHub Copilot CLI — Run inside a Copilot CLI session:

/plugin marketplace add moeyui1/claude-status-pet
/plugin install claude-status-pet-copilot@claude-status-pet-copilot

VS Code Copilot — Plugin install:

Open Command Palette → Chat: Install Plugin From Source → enter https://github.com/moeyui1/claude-status-pet

Then run /pet update to download the binary and assets.

Or ask your AI agent (any of the above):

Read https://raw.githubusercontent.com/moeyui1/claude-status-pet/main/docs/INSTALL.md and install it for me

⚠️ After first installation, restart your agent session for the hooks and skill to take effect.

That's it! A pet will appear on your next session. 🎉

Features

  • 🔴 Real-time status — watch your pet react as the assistant reads, edits, searches, thinks
  • 🎭 15+ characters — Ferris (SVG), Mona & Kuromi (GIF), Go Gopher (SVG), Fluent Emoji & Cat (PNG), and 6 ASCII art buddies
  • 💃 Animated — unique animations per state (floating, wiggling, bouncing, sleeping)
  • 🪟 Multi-session — each session gets its own pet window
  • 🎨 Customizable — right-click to change character, colors, font size
  • Lightweight — ~5MB binary, ~20MB RAM (built with Tauri)

Usage

Right-click the pet to open the menu:

  • Switch character (Ferris, Go Gopher, Mona, Kuromi, Fluent Emoji, Fluent Cat, Chonk, Cat, Ghost, Robot, Duck, Axolotl, Snail)
  • Customize colors, background, font size
  • Exit the pet

/pet commands (in Claude Code, Copilot CLI, or VS Code Copilot):

Command Action
/pet or /pet on Launch the pet
/pet update Update binary, hooks, skill, and assets
/pet status Show config and active sessions

Tip: Switch characters and customize colors via the right-click menu.

Create Your Own Character

Ask your AI assistant:

Read https://raw.githubusercontent.com/moeyui1/claude-status-pet/main/docs/CUSTOM-CHARACTERS.md and create a custom character pack for me

Compatibility

AI Agent Plugin Install Status
Claude Code (CLI) Fully supported
GitHub Copilot CLI Fully supported
VS Code Copilot (Agent Mode) Fully supported
Cursor Not supported yet
OpenCode Not supported yet

Want to add support for another agent? See Adding a New Adapter.

💡 Multiple agents can run simultaneously — each gets its own pet window.

Other Installation Methods

🔧 Build from source

Prerequisites: Rust, Node.js

git clone https://github.com/moeyui1/claude-status-pet.git
cd claude-status-pet/pet-app
npm install
npx tauri build

Binary output: pet-app/src-tauri/target/release/claude-status-pet(.exe)

Uninstall

The easiest way — run in your AI assistant:

/pet uninstall

This stops the pet, removes all data, scripts, and assets. Then uninstall the plugin:

  • Claude Code: /plugin uninstall claude-status-pet
  • Copilot CLI: /plugin uninstall claude-status-pet-copilot@claude-status-pet-copilot (inside Copilot CLI session)
  • VS Code: Command Palette → Chat: Uninstall Plugin

How It Works

🤖 AI Assistant ──hook event──▶ 📝 write-status ──JSON──▶ 🦀 Desktop Pet (Tauri)
(Claude / Copilot)              status-{id}.json          file watcher → UI update

The pet is decoupled from any specific tool — it just watches a JSON status file. See docs/HOOKS.md for the full hook event → status mapping and how to add support for other assistants.

Credits

License

AGPL-3.0-only

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.