OpenAI Codex 桌面寵物用 /pet 喚醒、/hatch 自訂。官方 hatch-pet 規格顯示 9 個動畫狀態全對應 app 執行狀態,等你批准時會擺出期待姿勢,做砸了就垮下來給你看。
⭐ 文章深度讀:影片講的是這 9 個動作怎麼對應 agent 狀態,文章版多了每一格的毫秒表、禁用效果清單的完整條目,還有鏡射那三道門的原文限制
→ https://heymaibao.com/openai-codex-pets-agent-states/
⚡ 章節重點
開場 00:00
先講它是什麼 00:25
內部人自己先擋了一句 01:18
9 個動作,就是 Codex app 的 9 種狀態 01:46
規格嚴到什麼程度 03:33
真正值得抄的三件事 05:34
想自己孵一隻的話,現況有點尷尬 06:57
我的判斷 07:55
📝 懶人包
∙ Pets 是 Codex app 的可選動畫夥伴,在「設定 > Pets」開啟,用 /pet 喚醒、/hatch 自訂,以浮動疊層的形式浮在畫面上
∙ OpenAI 官方的 hatch-pet 技能文件定義了一套死規格:8 欄 9 列、每格 192×208 像素的固定拼版圖,9 列直接對應 Codex app 的 9 個狀態,連每一格要停留幾毫秒都寫死
∙ 整條產製流程把圖像模型和確定性腳本切開,圖像模型只負責畫,幾何對齊與驗證交給 Python 腳本,而且機械驗證通過了還要再用眼睛看一遍才算過
∙ 我的觀察是,這份規格書的價值高過寵物本身,但成立條件很明確:你手上要真的有一條需要驗收 AI 生成素材的流程,否則它就只是一份寫得很好的文件
📚 參考資料
Codex app settings:Pets
→ https://developers.openai.com/codex/app/settings
Tibo (@thsottiaux) 的使用心得
→ https://x.com/thsottiaux/status/2050280111820406795
openai/skills 的 hatch-pet skill 目錄
→ https://github.com/openai/skills/tree/main/skills/.curated/hatch-pet
OpenAI Developers 的 /hatch 公告
→ https://x.com/openaidevs/status/2050275779452588309
Pets 官方說明文件
→ https://learn.chatgpt.com/codex/pets
hatch-pet SKILL.md 原始檔
→ https://github.com/openai/skills/blob/main/skills/.curated/hatch-pet/SKILL.md
openai/plugins:接班 repository
→ https://github.com/openai/plugins
Codex 官方 skills 文件
→ https://developers.openai.com/codex/skills
9to5Mac:Codex Pets 發佈當日實測
→ https://9to5mac.com/2026/05/01/i-think-i-just-vibe-coded-lil-finder-guy-onto-my-mac/
Agent Skills 格式規格
→ https://agentskills.io/specification