pet

pet is a command for Claude Code from junoh-bg/claude-pokemon-pet. It costs 14 tokens per session (442 once invoked), scanned A, original, MIT.

A command for managing a Pokémon or Digimon companion that appears as an overlay on the screen. It can switch or select a companion, show its status or collection, start a duel, and render a trainer card.

In plain words
What is it for?
Use it to toggle the pet, choose a character, switch languages or franchises, view the collection, start a battle, or create a trainer card.
Why use it?
It gives you a small interactive companion while coding and centralizes its controls in one command.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-pokemon-pet plugin — 1 command, 6 hooks shipped together

Good fit Use it to toggle the pet, choose a character, switch languages or franchises, view the collection, start a battle, or create a trainer card.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add junoh-bg/claude-pokemon-pet
Claude Code
/plugin install claude-pokemon-pet

Made for: Claude Code.

Or install claude-pokemon-pet, the plugin that ships this one along with the rest of its 1 command, 6 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 pet

README.md
[![agentmods](https://agentmods.dev/badge/commands/junoh-bg/claude-pokemon-pet/pet/github.svg)](https://agentmods.dev/commands/junoh-bg/claude-pokemon-pet/pet)
Your own site
<a href="https://agentmods.dev/commands/junoh-bg/claude-pokemon-pet/pet"><img src="https://agentmods.dev/badge/commands/junoh-bg/claude-pokemon-pet/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 pet

Your own site · 80×15
<a href="https://agentmods.dev/commands/junoh-bg/claude-pokemon-pet/pet"><img src="https://agentmods.dev/badge/commands/junoh-bg/claude-pokemon-pet/pet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 442 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.00014 $0.00442
Opus 5 $0.00007 $0.00221
Sonnet 5 $0.00003 $0.00088
Haiku 4.5 $0.00001 $0.00044

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

Security

Grade A, and why

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 10d 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.

commands/pet.md · 28 lines

What it actually says

Manage the Pokémon pet overlay by running the bundled CLI:

${CLAUDE_PLUGIN_ROOT}/scripts/claude-pokemon-pet <subcommand>

Subcommands: toggle | on | off | random | digimon | pokemon | pet <name> | duel | dex | card | lang <ko|en|auto> | statusline | sprites | status.

Map the user's request ("$ARGUMENTS") to the right subcommand:

  • empty or "toggle" → toggle
  • "random", "roll", "new pokemon" → random
  • "digimon"/"디지몬" → digimon; "pokemon"/"포켓몬" → pokemon (switch franchise)
  • a pokémon or digimon name, English or Korean (e.g. "pikachu", "파이리", "agumon") → pet <name>
  • "korean"/"한국어" → lang ko; "english"/"영어" → lang en; "auto" → lang auto
  • "statusline" → statusline (prints setup instructions)
  • "duel", "battle", "대결", "배틀" → duel (starts a wild battle; the overlay/terminal pet plays it out — report the challenger it announces)
  • "dex", "collection", "도감" → dex (collection progress)
  • "card", "trainer card", "카드" → card (renders a shareable trainer card; report the printed file paths)
  • "status", "who is my pet" → status
  • "terminal" → do NOT run it (it is interactive); tell the user to run claude-pokemon-pet term in a separate terminal/tmux split
  • anything else → show usage

Run it with Bash and report the output to the user in one short sentence.

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. 10d ago First seen · 28 lines · 14 tokens per session scan A caea9d0a748a

Subscribe to this mod's changes

pet is a command published in the GitHub repository junoh-bg/claude-pokemon-pet (5 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 442 once invoked, about $0.0001 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.