claude-pet

claude-pet is a skill for Claude Code from wangkuan100-cell/claude-pet. It costs 45 tokens per session (270 once invoked), scanned A, original, MIT.

A virtual desktop pet that grows based on coding activity and shows project-related reminders.

In plain words
What is it for?
Use it to view the pet’s status, rename it, record shipped milestones, or start and stop its desktop widget. It does not change project files.
Why use it?
It provides a small visual way to track coding progress and notice issues such as high context use or uncommitted changes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the claude-pet plugin — 1 skill, 1 command, 3 hooks shipped together

Good fit Use it to view the pet’s status, rename it, record shipped milestones, or start and stop its desktop widget. It does not change project files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wangkuan100-cell/claude-pet/claude-pet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wangkuan100-cell/claude-pet --skill claude-pet
Clone the repo
git clone --depth 1 https://github.com/wangkuan100-cell/claude-pet

Made for: Claude Code.

Or install claude-pet, the plugin that ships this one along with the rest of its 1 skill, 1 command, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-pet

README.md
[![agentmods](https://agentmods.dev/badge/skills/wangkuan100-cell/claude-pet/claude-pet/github.svg)](https://agentmods.dev/skills/wangkuan100-cell/claude-pet/claude-pet)
Your own site
<a href="https://agentmods.dev/skills/wangkuan100-cell/claude-pet/claude-pet"><img src="https://agentmods.dev/badge/skills/wangkuan100-cell/claude-pet/claude-pet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for claude-pet

Your own site · 80×15
<a href="https://agentmods.dev/skills/wangkuan100-cell/claude-pet/claude-pet"><img src="https://agentmods.dev/badge/skills/wangkuan100-cell/claude-pet/claude-pet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 270 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00270
Opus 5 $0.00023 $0.00135
Sonnet 5 $0.00009 $0.00054
Haiku 4.5 $0.00005 $0.00027

Measured 11d ago against content hash deae30e6afc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

claude-pet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/claude-pet/SKILL.md · 22 lines

What it actually says

claude-pet

A virtual desktop pet that grows from the user's coding activity. State lives in ~/.claude-pet/ (never in the project). Drive it via the CLI:

  • node bin/pet.js status — level, stage, mood, achievements, current project status
  • node bin/pet.js rename <name>
  • node bin/pet.js milestone "<what shipped>" — +300 XP and a milestone achievement
  • node bin/pet.js start / stop — show/hide the floating Electron widget

Everyone starts as an egg; it hatches into a RANDOM creature (the user does not choose) once it grows past level 1. The pet grows from observed activity (lines, tokens, conventional-commit types, passing tests, milestones); it shows reminder bubbles for high context usage, uncommitted changes, and long coding stretches. It is read-only with respect to the user's project. To regenerate art: OPENAI_API_KEY=... npm run gen-art.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 22 lines · 45 tokens per session scan A deae30e6afc5

Subscribe to this mod's changes

claude-pet is a skill published in the GitHub repository wangkuan100-cell/claude-pet (3 stars, last pushed 3mo ago), licensed MIT. It adds 45 tokens to every session and 270 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

i-have-adhd

Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".

ayghri/i-have-adhd · 62 tokens

sitrep-panel

Keep a live local HTML report updated as you work on a task — a status board, a running "what's happening now" narrative, screenshots, and a newest-first log — served on localhost so the user can watch progress in a browser tab instead of reading the transcript. Use when the user invokes /sitrep-panel, asks for a…

dbl8005/sitrep-panel · 101 tokens

git-workflow

Use when starting feature work that needs a branch, creating worktrees for isolation, making atomic commits during development, or completing a development branch via merge, PR, preserve, or discard. Also use when the user says "set up worktree", "create PR", "finish this branch", "start feature", or when you need an…

lgbarn/shipyard · 76 tokens

parallel-dispatch

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Also use when multiple test files fail with different root causes, multiple subsystems are broken independently, or you want agents to work concurrently on separate problem domains. If tasks touch different…

lgbarn/shipyard · 69 tokens

sitrep

Situational awareness — where am I, what was I doing, what's next. Context recovery after compression, confusion, or mid-session reorientation.

martineserios/thebrana · 32 tokens

herdr

Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDRENV=1).

atman-33/workhub · 62 tokens