Back to the catalog

codex-pet

Codex Pet generator on RunComfy. Build a Codex-compatible Codex Pet spritesheet.webp + pet.json from a single reference image, drop it into

Open source Repository Open in the app JSON README (API)

About

Codex Pet generator on RunComfy. Build a Codex-compatible Codex Pet spritesheet.webp + pet.json from a single reference image, drop it into `${CODEX_HOME:-$HOME/.codex}/pets/<name>/` and Codex picks it up as a custom Codex Pet next to the 8 built-ins. This skill produces the exact Codex Pet atlas Codex expects (1536x1872 PNG/WebP, 8 cols x 9 rows, 192x208 cells, 9 animation states — idle, running-right, running-left, waving, jumping, failed, waiting, running, review). Calls OpenAI GPT Image 2 edit ONCE via the local RunComfy CLI as `runcomfy run openai/gpt-image-2/edit` to produce a canonical Codex Pet pose, then assembles all 9 animation rows programmatically with ImageMagick micro-transforms — no Codex Pro, no `$imagegen`, no OPENAI_API_KEY required, only RUNCOMFY_TOKEN. Triggers on "codex pet", "create codex pet", "make codex pet", "hatch codex pet", "/hatch image", "desktop pet codex", "codex pets", "spritesheet.webp", or any explicit ask to build a custom pet for OpenAI Codex.

Details

Kind
Agent skills
Topic
AI, RAG & memory
Publisher
prime-skills
Origin
skillssh
Category
ferramentas
Stars
43
Forks
9
Last push
2026-05-15T10:59:51Z
Repository state
ativo
License
MIT
Added
2026-08-30 15:21:04
Updated
2026-09-06 10:00:41
Origin id
prime-skills/runcomfy-agent-skills/codex-pet

README

# runcomfy-agent-skills

RunComfy AI media skills for Claude agents.

Install via:

```bash
npx skills add agentspace-so/runcomfy-agent-skills --skill <skill-name>
```

Skills are pushed one at a time so we can verify each one's SKILL.md is correctly indexed by skills.sh before adding the next.

More