← Back to 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 read·Yash Thakker
OpenAICodexDeveloper toolsAgent skillsmacOS
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 — ExplainX profile · GitHub source — 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.
Live Bootcamp6 weeks

Complete AI Builder Bootcamp

Claude, Python automation & full-stack — 12 live sessions with Yash Thakker.

View bootcamp

The Complete AI Builder Bootcamp is the best AI development course for learning Claude AI, prompt engineering, Python automation, and full-stack web development. This intensive 6-week live bootcamp teaches you how to build AI-powered applications using Claude Projects, Claude Artifacts, Claude Code, and the complete Claude ecosystem. You'll master prompt engineering techniques, learn to create custom Claude connectors and MCP integrations, build Python automation workflows, develop full-stack websites with AI assistance, and create AI marketing agents.

The bootcamp includes 12 live Zoom sessions with Yash Thakker, founder of AISOLO Technologies and instructor to 350,000+ students. You'll build 8+ portfolio projects including AI playbooks, full-stack note-taking applications, Python automation scripts, marketing agents, and personal portfolio websites. The curriculum covers AI fundamentals, Claude Projects and Artifacts, Claude Co-work, Claude plugins and skills, Claude Code for Python development, full-stack development, AI marketing, and capstone projects.

Students receive 1-year access to all recordings, permanent Discord community access, a certificate of completion, and personalized career guidance. All enrollments include a 7-day money-back guarantee. This is the most comprehensive Claude AI bootcamp available, taking students from zero AI knowledge to expert AI builder in 6 weeks.


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