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.
npx agentmods add instructions/dropdevrahul/campy/agents-mdgit clone --depth 1 https://github.com/dropdevrahul/campyWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00509 | $0.00509 |
| Opus 5 | $0.00254 | $0.00254 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
campy AGENTS.md 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 yesterday.
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.
What it actually says
campy - OpenCode Pets Plugin
Project Overview
campy is an animated terminal pets plugin for OpenCode and Claude Code featuring 4 ASCII pet types that react to coding events.
| Aspect | Details |
|---|---|
| Type | OpenCode TUI Plugin (Solid.js) |
| Main File | .opencode/plugins/pets.tsx |
| Config | .opencode/tui.json |
Available Pets
| Pet | States | Emoji |
|---|---|---|
| Cat | idle, happy, sad, sleeping, eating, playing, excited | 🐱 |
| Hamster | 7 states | 🐹 |
| Ghost | 7 states | 👻 |
| Robot | 7 states | 🤖 |
File Structure
.opencode/
├── plugins/pets.tsx # Main plugin (4 pets)
├── tui.json # Configuration
├── themes/pets-theme.json # Theme colors
└── tui.dog.json, tui.ghost.json # Alternative configs
ghost-pet/ # Claude Code plugin
├── commands/ # /ghost-pet:* commands
└── hooks/ # Event hooks
docs/superpowers/ # Design specs & plans
Commands
OpenCode slash commands available:
/pet feed - Feed pet (+15 happiness)
/pet play - Play with pet (+20 happiness)
/pet pet - Pet pet (+10 happiness)
/pet sleep - Put pet to sleep
/pet wake - Wake pet
/pet status - Check mood & happiness
/pet cat - Switch to cat
/pet hamster - Switch to hamster
/pet ghost - Switch to ghost
/pet robot - Switch to robot
Configuration
Edit .opencode/tui.json:
{
"plugin": ["./plugins/pets.tsx", {
"name": "Whiskers",
"animations": { "fps": 3 }
}]
}
Development
npm run dev # Start plugin dev server
Documentation
README.md- Full feature overviewSPEC.md- Technical specification (622 lines)COMMANDS.md- Commands & interactionsQUICKSTART.md- Getting startedTROUBLESHOOTING.md- Common issues
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.
- yesterday First seen · 83 lines · 509 tokens per session scan A 365a7235f703
campy AGENTS.md is an instructions file published in the GitHub repository dropdevrahul/campy (10 stars, last pushed 2mo ago), licensed MIT. It adds 509 tokens to every session, about $0.0025 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.
Other instructions, from other repositories
opencode-cache-hit AGENTS.md
Instructions for zhumengzhu/opencode-cache-hit, covering agents.md — maintainer & ai assistant guide, project purpose, documentation map, commands and code conventions.
FlowDeck AGENTS.md
Instructions for DVNghiem/FlowDeck, covering agents.md, 0. non-negotiables, 1. before writing code, 2. writing code: simplicity first and 3. surgical changes.
FlowDeck CLAUDE.md
Instructions for DVNghiem/FlowDeck, covering 1. think before coding, 2. simplicity first, 3. surgical changes, 4. goal-driven execution and agent skills.
super-backlog CLAUDE.md
Instructions for adam-s-k-i/super-backlog: This project uses the combined Backlog.md + Superpowers workflow. Read the integration block in AGENTS.md (section between SUPER-BACKLOG markers) and follow it. Tasks are managed exclusively through the backlog CLI.
opencode-claude-code-memory AGENTS.md
AGENTS.md instructions for ngvoicu/opencode-claude-code-memory, covering claude.md — opencode-claude-code-memory and conventions.
spotme AGENTS.md
AGENTS.md instructions for wtfzambo/spotme, covering rules, task management, before opening a pr, spotme flow and instructions for the usage of backlog.md cli tool.