← Blog
explainx / blog

OpenAI Codex adds animated pets: /pet, /hatch, and the hatch-pet skill

Codex’s desktop app gains Tamagotchi-style companions: slash /pet for built-in sprites, /hatch plus the curated hatch-pet skill for custom atlases—ambient UX, not a model upgrade.

4 min readExplainX Team
OpenAICodexDeveloper toolsAgent skillsmacOS

Includes frontmatter plus an attribution block so copies credit explainx.ai and the canonical URL.

OpenAI Codex adds animated pets: /pet, /hatch, and the hatch-pet skill

OpenAI’s Codex is already a command center for agentic coding—parallel threads, skills, and long-running automation. In May 2026, the product’s public developer channels added a deliberately playful layer: animated pets you summon from the composer, with a /hatch path into custom sprites wired through OpenAI’s skills system.

This post separates what shipped (commands, skills, intent) from social hype (memes, rival product reactions). It is not a review of model quality.

TL;DR

TopicTakeaway
Commands/pet — wake or surface the pet UI; /hatch — customization path per @OpenAIDevs announcement thread.
Custom assetsCurated hatch-pet skill in openai/skills — sprite atlases, packaging, QA helpers.
Why bother?Ambient status and emotional affordance—similar to dynamic-island-style cues—so you notice when Codex is idle, thinking, or blocked without tab-hopping.
Official backdropIntroducing the Codex app — multi-agent desktop framing; Codex changelog — verify versioned details.
EcosystemNot every coding agent vendor chases parity (Theo — t3.gg publicly ruled it out for T3 Code); that is a product-positioning choice, not a technical judgment.

Pets as instrumentation, not ornament only

Agent UIs struggle with slow feedback loops. A diff can take minutes; a multi-step plan may stall on permissions. A small, persistent character that reacts to state beats yet another toast if it answers: Is something running? Did the last turn fail? Should I check the thread?

Sam Altman’s public thread frames the feature as more useful than it sounds—a fair hypothesis for anyone who ships status surfaces for operators. Treat that as product intuition, not measured UX research.

What OpenAI announced in-channel

The @OpenAIDevs account posted Pets. Now in Codex with /pet, followed by guidance to customize with /hatch. That pairing matters: built-ins first, creator path second.

For binding version notes (exact build numbers, platform coverage, rollback policy), default to:

Social summaries (including third-party recaps) can drift from production behavior within hours.

The hatch-pet skill: skills are the extension layer

Custom pets are not “secret OpenGL hooks”—they ride the same skills mechanism ExplainX readers already encounter with agent skills.

The hatch-pet skill in openai/skills documents workflows to create, validate, and package Codex-style animated sprite sheets (grid atlases, transparency rules, previews). Practically:

  1. Install or refresh the skill using the documented installer scripts in your Codex skills layout.
  2. Follow the skill’s prompts for art sources (references, generated stills, etc.).
  3. Emit pet.json (and related assets) consistent with Codex expectations—don’t hand-edit unless you enjoy debugging loaders.

If you are evaluating supply-chain risk, apply the same discipline as any other skill: read the SKILL.md, pin revisions, and audit network calls from image-generation helper skills.

Platform scope

OpenAI’s Codex app story now spans macOS and Windows per the Introducing post’s updates. Pet fidelity (animations, dock overlays, GPU paths) may still differ by OS—verify on your machine before filming a demo.

Competitive color without fan wars

Anthropic’s Claude Code shipped its own terminal companion meme (/buddy) around the same era of agent-tool whimsy. OpenAI’s take is desktop-native sprites plus a skills-backed hatch. The lesson for teams is broader than either mascot: developer tools compete on personality and latency—pets are one answer, not the only one.

Related on ExplainX

Sources

Third-party hands-on: 9to5Mac — Codex pets / Tidbits (May 1, 2026).


Pets, slash commands, and skill paths change with each Codex release. Treat this article as May 2, 2026 context and re-check the changelog before you train teammates or document internal runbooks.

Related posts