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 skills add srwang0506/HatchPet-CapybaraLulu --skill hatch-petgit clone --depth 1 https://github.com/srwang0506/HatchPet-CapybaraLuluWrote 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.
[](https://agentmods.dev/skills/srwang0506/hatchpet-capybaralulu/hatch-pet)<a href="https://agentmods.dev/skills/srwang0506/hatchpet-capybaralulu/hatch-pet"><img src="https://agentmods.dev/badge/skills/srwang0506/hatchpet-capybaralulu/hatch-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.
<a href="https://agentmods.dev/skills/srwang0506/hatchpet-capybaralulu/hatch-pet"><img src="https://agentmods.dev/badge/skills/srwang0506/hatchpet-capybaralulu/hatch-pet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00135 | $0.20097 |
| Opus 5 | $0.00068 | $0.10049 |
| Sonnet 5 | $0.00027 | $0.04019 |
| Haiku 4.5 | $0.00014 | $0.02010 |
Grade A, and why
hatch-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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 956 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hatch Pet
Overview
Create a Codex-compatible v2 animated pet from a concept, brand cue, company/prospect name, one or more reference images, or any combination of those inputs. Every newly hatched pet is an 8x11 atlas with the 9 standard animation rows plus 16 clockwise look directions and is packaged with spriteVersionNumber: 2. The intermediate 8x9 atlas exists only to assemble and review rows 0-8; never package it as a new pet.
User-facing inputs are optional. If the user omits a pet name, infer one from the concept, brand, company, or reference filenames; if that is not possible, choose a short friendly name. If the user omits a description, infer one from the concept or references. If the user omits reference images, generate the base pet from text first, then use that base as the canonical reference for every animation row.
Existing Inputs And Upgrades
Treat character art, generated images, standard or v2 atlases, contact sheets, and built-in pet art as first-class grounding inputs.
- Preserve user-provided art as a generation reference; do not assume it already has final cell geometry.
- For an existing valid 8x9 atlas, use it as the rows
0-8intermediate after deterministic and visual validation, then generate rows9-10and package the result as v2. - For an existing 8x11 atlas, preserve approved standard rows. If a look cell fails, correct the complete containing 8-frame row before deterministic reassembly. Never package a newly generated one-off repair cell beside cells from another generation.
- For a built-in pet, extract and use its atlas or neutral/idle cell as the canonical identity reference.
- Include every image that defines head shape, face, palette, markings, material, flame/ears/hair, props, or look mechanics in look-direction generation.
- When a renderer or source provides a dedicated neutral/front frame, pass it through
--neutral-cell; otherwise use the approved idle/default frame. The 16 directional cells never treat000as neutral.
What ships with it
46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 216 B
- LICENSE 11 KB
- references/animation-rows.md 2.5 KB
- references/codex-pet-contract.md 1.3 KB
- references/desktop-smooth-idle.md 10 KB
- references/desktop-smooth-state.md 7.8 KB
- references/qa-rubric.md 2.5 KB
- scripts/assemble_extended_atlas.py 21 KB runs code
- scripts/combine_direction_blind_verdicts.py 1.9 KB runs code
- scripts/compose_atlas.py 5.6 KB runs code
- scripts/compose_cardinal_anchor_strip.py 1.4 KB runs code
- scripts/derive_running_left_from_running_right.py 5.1 KB runs code
- scripts/despill_chroma_edges.py 11 KB runs code
- scripts/extract_cardinal_anchors.py 4.9 KB runs code
- scripts/extract_motion_phase_strips.py 3.8 KB runs code
- scripts/extract_registered_row_frames.py 2.1 KB runs code
- scripts/extract_strip_frames.py 14 KB runs code
- scripts/inspect_frames.py 9.2 KB runs code
- scripts/make_contact_sheet.py 3.6 KB runs code
- scripts/make_direction_blind_qa_sheet.py 5.2 KB runs code
- scripts/make_direction_qa_sheet.py 4.8 KB runs code
- scripts/measure_direction_continuity.py 6.5 KB runs code
- scripts/measure_motion_phase_continuity.py 6.2 KB runs code
- scripts/mirror_motion_phase_directory.py 4.3 KB runs code
- scripts/package_smooth_idle_webp.py 16 KB runs code
- scripts/package_smooth_state_webp.py 16 KB runs code
- scripts/patch_codex_pet_playback.mjs 13 KB runs code
- scripts/prepare_pet_run.py 50 KB runs code
- scripts/render_animation_previews.py 2.5 KB runs code
- scripts/render_smooth_idle_preview.py 2.6 KB runs code
- scripts/render_smooth_state_previews.py 3.6 KB runs code
- scripts/replace_v2_atlas_row.py 2.9 KB runs code
- scripts/validate_atlas.py 12 KB runs code
- scripts/validate_direction_blind_verdicts.py 3.7 KB runs code
- scripts/validate_smooth_idle_webp.py 2.2 KB runs code
- scripts/validate_smooth_state_webp.py 2.1 KB runs code
- tests/test_assemble_extended_atlas.py 9.4 KB runs code
- tests/test_chroma_matte_decontamination.py 7.1 KB runs code
- tests/test_direction_acceptance_policy.py 7.6 KB runs code
- tests/test_direction_blind_consensus.py 1.5 KB runs code
- tests/test_extract_registered_row_frames.py 1.3 KB runs code
- tests/test_look_row_safe_box_prompt.py 4.2 KB runs code
- tests/test_mirror_motion_phase_directory.py 2.0 KB runs code
- tests/test_single_final_chroma_pass.py 634 B runs code
- tests/test_smooth_idle_webp.py 5.3 KB runs code
- tests/test_smooth_state_webp.py 5.6 KB runs code
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.
- 12d ago First seen · 956 lines · 135 tokens per session scan A b25d43cf3726
hatch-pet is a skill published in the GitHub repository srwang0506/HatchPet-CapybaraLulu (21 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 135 tokens to every session and 20,097 once invoked, about $0.0007 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-30.
Other skills, from other repositories
threebrowser-studio-mcp
Author, inspect, render, validate, animate, and save Three.js WebGPU projects in the native ThreeBrowser Studio through its real threestudio MCP tools. Use whenever Codex is asked to build or edit a ThreeBrowser Studio scene, material, Blender-style shader or texture graph, animation, lighting setup, camera, or…
chatgpt-imagegen
Generate new raster images and looping GIF/WebP animations with the user's ChatGPT subscription through the local one-file chatgpt-imagegen CLI, without an API key or daemon. Use for photos, illustrations, icons, hero banners, mockups, sprites, concept art, animation loops, and figures for documents, proposals, blog…
better-slides
Build a presentation that performs — a self-contained HTML keynote with big type, timed reveals, sound design, and a "one more thing" finale, plus a built-in methodology for what to say. Use when the user wants a talk, keynote, pitch, or conference deck that should feel like an experience, not a document — or wants to…
xiaohei-code-decoder
A tool that turns a codebase or GitHub repository into a bilingual Chinese-and-English illustrated explanation. It saves the explanation as a single HTML slide deck in a hand-drawn Xiaohei style.
p5js
Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.
audiocraft-audio-generation
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.