Design & Frontend ✓ OpenAI · Official animated-spritesspritesheetmascot-designimage-generationvisual-qacodex-compatible

Hatch Pet Animation Workshop

Turn character or brand cues into validated, packageable Codex animated pets.

FollowSkills review · FSRS-2.0
Not recommended
51/ 100 5-point scale 2.6 / 5
Trust18 / 25 · 3.6/5

The evidence constrains the image-generation path, requires grounded inputs for row generation, and requires explicit approval before mirror derivation; it also discloses web search for brand discovery and local cleanup of generated files. Points are deducted because web search, image generation, and file deletion still create external or persistent effects without a uniform confirmation model, least-privilege boundary, rollback plan, or sensitive-data policy; license metadata is also unknown.

Reliability8 / 20 · 2.0/5

The workflow specifies dependencies, retries, stop conditions, mirror prerequisites, and deterministic scripts, with failures generally tied to a state or prompt file. Points are deducted because key paths were not executed during this static review, no skill-local test suite or comprehensive CI evidence is shown, and availability of $imagegen, Pillow, jq, and the runtime environment is assumed rather than verified.

Adaptability9 / 15 · 3.0/5

The evidence clearly describes users, input types, supported styles, nine animation states, brand and non-brand scenarios, and relatively precise triggering language. Points are deducted because non-fit boundaries are incomplete, Chinese-language support is not documented, and reliance on web search or image-generation services may reduce reachability for mainland-China users.

Convention6 / 15 · 2.0/5

The skill includes layered documentation through SKILL.md, agent interface metadata, animation-row references, a contract, and a QA rubric, with substantial command examples. Points are deducted because the license is unknown and no explicit versioning policy, changelog, maintenance owner, or update path is shown; several install and dependency assumptions remain implicit in environment variables and preinstalled skills.

Effectiveness6 / 15 · 2.0/5

The evidence covers an end-to-end goal from concept or reference image through spritesheet, pet.json, QA media, and validation, supported by deterministic assembly and checking scripts. Points are deducted because no representative artifact or third-party execution evidence is supplied, so generation quality, animation readability, and direct package usability remain unverified.

Verifiability4 / 10 · 2.0/5

The scripts, fixed atlas contract, frame counts, validation rules, and manifest structure are auditable and provide some traceability. Points are deducted because committed tests, real CI results, and independent corroboration are not shown, while the core image-generation behavior depends on unavailable runtime outputs.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 49f948faa925
Before you use it
  • Bare brand-name input triggers web search; confirm the permitted external-access scope and avoid sending sensitive brand or project context to external services.
  • The workflow includes deletion of generated source files; confirm successful copying and retain backups because no unified rollback mechanism is documented.
  • Verify $imagegen, Pillow, jq, network services, and local Codex paths in the target environment; mainland-China reachability is unproven.
  • License, versioning, maintenance ownership, and update channels are unclear, so the skill should not be treated as a fully governed long-term production dependency.
See the full review method →

What it does & when to use it

Hatch Pet is a Codex workflow for creating animated pets and spritesheets from character concepts, reference images, or brand cues. It calls the installed $imagegen skill for base art and animation rows, then uses Python scripts for extraction, assembly, validation, and visual QA. A normal run produces a 9-state 8×9 atlas, contact sheet, motion previews, and a pet.json package. It depends on Codex-specific workflow and packaging conventions, so other clients require adaptation.

Reads user descriptions, reference images, or brand cues; performs lightweight web-based brand discovery when only a brand name is supplied; calls $imagegen for base art and animation rows; uses layout guides, Python scripts, and jq to process 192×208 frames, derive running-left when appropriate, extract frames, compose a 1536×1872 atlas, validate transparency and unused cells, and produce contact sheets, GIF previews, review JSON, spritesheet.webp, and pet.json.

  1. A designer needs to turn a character concept or reference image into a Codex pet.
  2. A team needs a mascot pet based on company or prospect cues without copying trademarked text or logos.
  3. A product or frontend team needs a non-pixel character converted into a nine-state animated atlas.
  4. An engineer needs deterministic checks for transparency, frame layout, motion semantics, and visual identity consistency.

Pros & cons

Pros
  • Covers generation, repair, validation, visual QA, and packaging in one workflow.
  • Supports pixel, plush, clay, sticker, flat-vector, 3d-toy, painterly, brand-inspired, and auto styles.
  • Defines detailed constraints for transparency, motion semantics, identity consistency, frame layout, and unused cells.
  • Separates visual generation from deterministic image processing and provides a clear output structure.
Limitations
  • Explicitly depends on Codex's $imagegen skill, pet packaging paths, and application state contract.
  • A full run may require one base generation plus up to nine animation-generation jobs, increasing time and cost.
  • Brand-only requests trigger web search, while the source does not document search permissions, cost, or platform coverage.
  • No test suite, individual license text, or cross-platform validation evidence is supplied.

How to install

The skill is located at skills/.curated/hatch-pet/ in openai/skills. The README gives this installation command for Codex: $skill-installer hatch-pet; restart Codex afterward. The README also says the repository is deprecated and points to the OpenAI Plugins repository for current plugin examples. The supplied source does not include an individual LICENSE.txt.

How to use

In Codex, request an animated pet from a character description, reference image, or brand cue. The workflow prepares a run directory, generates base art and animation rows, performs deterministic atlas processing and validation, and packages pet.json with spritesheet.webp after visual QA. A bare brand name triggers brand discovery first; generation requires $imagegen and the referenced local scripts to be available.

Compared to similar skills

The README marks this repository as deprecated and recommends the OpenAI Plugins repository for current plugin examples. Teams building new skills or skill-only plugins should therefore evaluate that repository and its build guide; Hatch Pet remains the repository's specific workflow for animated pets.

FAQ

Can it create a pet from text alone?
Yes. The SKILL.md says reference images may be omitted: the workflow generates base art from text and uses that base as the canonical reference for later animation rows.
Is it limited to pixel art?
No. The documentation explicitly accepts plush, clay, sticker, vector, 3D-toy, painterly, and brand-inspired styles when they remain readable at pet size.
Will it copy a brand's logo or trademark text?
It should not. The brand-discovery and generation rules call for broad visual and personality cues while avoiding logos, readable marks, UI screenshots, and slogans.
What happens when a run fails?
A row generation Bad Request may be retried once with its retry prompt. Frame inspection or final visual QA failures should trigger repair of the smallest failing scope rather than automatically regenerating the whole atlas.

More skills from this repository

All from openai/skills

Productivity & Collaboration ✓ OpenAI · Official

Goal Definition Assistant

Turn vague intentions into measurable, verifiable goals with clear scope and stopping conditions.

Dev & Engineering ✓ OpenAI · Official

Codex CLI Builder

Turn APIs, scripts, and existing tools into durable, composable command-line interfaces.

Design & Frontend ✓ OpenAI · Official

Codex Image Studio

Generate and edit production-ready raster assets for projects.

Dev & Engineering ✓ OpenAI · Official

OpenAI Developer Docs Assistant

Current, official guidance for building with OpenAI products, APIs, and Codex.

Dev & Engineering ✓ OpenAI · Official

Skill Creator Guide

A practical guide to designing, writing, validating, and iterating reusable Codex skills.

Dev & Engineering ✓ OpenAI · Official

ASP.NET Core Engineering Guide

Guides developers through building, reviewing, and upgrading ASP.NET Core apps.

Dev & Engineering ✓ OpenAI · Official

ChatGPT Apps Builder

Build documented ChatGPT apps that pair an MCP server with a widget UI.

Design & Frontend ✓ OpenAI · Official

Figma Code Connect Mapper

Link Figma components to their code implementations for traceable design-code consistency.

Design & Frontend ✓ OpenAI · Official

Figma Blank File Creator

Create a blank Figma Design or FigJam file in the selected drafts folder.

Design & Frontend ✓ OpenAI · Official

Figma Design Implementer

Turn Figma specifications into production-ready frontend code with verifiable visual fidelity.

Dev & Engineering ✓ OpenAI · Official

Playwright Browser Automation Skill

Drive a real browser from the terminal for web interaction, extraction, and UI debugging.

Automation & Ops ✓ OpenAI · Official

Security Best Practices Review

Security review and secure-by-default guidance for Python, JavaScript/TypeScript, and Go projects.

Productivity & Collaboration ✓ OpenAI · Official

Linear Workflow Manager

Manage Linear tickets, projects, and team workflows directly through Codex.

Automation & Ops ✓ OpenAI · Official

Repository Threat Modeler

Builds evidence-grounded, actionable AppSec threat models for code repositories.

Automation & Ops ✓ OpenAI · Official

Sentry Production Error Explorer

Inspect Sentry issues, events, and basic production health through the Sentry CLI.

Design & Frontend ✓ OpenAI · Official

Figma Design System Rules Builder

Generates project-specific rules for consistent Figma-to-code implementation.

Writing & Content ✓ OpenAI · Official

Audio Transcribe

Turn audio or video speech into text with optional speaker labels.

Design & Frontend ✓ OpenAI · Official

Figma Design System Builder

Build and validate a professional Figma design system from code.

Design & Frontend ✓ OpenAI · Official

Figma Design-to-Code Assistant

Fetch Figma design context and turn selected nodes into production code.

Data & Analysis ✓ OpenAI · Official

Jupyter Notebook Workflow Assistant

Create, refactor, and validate reproducible Jupyter notebooks with templates and a scaffold script.

Related skills