Note
通过 Petdex,现已支持在以下 coding agents 中使用奶蛙桌宠:
对你的开发工具发送这句话:
请帮我安装这个奶蛙桌宠:https://petdex.dev/pets/nailong-7,并根据当前开发工具自动完成安装和启用。
待机idle · 6 帧 |
招手waving · 4 帧 |
捧腹大笑jumping · 5 帧 |
向左移动running-left · 8 帧 |
执行任务running · 6 帧 |
向右移动running-right · 8 帧 |
等待输入waiting · 6 帧 |
完成待查看review · 6 帧 |
失败或阻塞failed · 8 帧 |
-
克隆仓库:
git clone https://github.com/timerring/codex-pet-naiwa.git
-
打开 Codex App,进入 Settings → Pets → Custom pets → Open folder。
-
将仓库中的
naifrog文件夹复制到打开的目录。 -
返回 Codex App,点击 Refresh,然后选择奶蛙。
git clone https://github.com/timerring/codex-pet-naiwa.git
mkdir -p "${CODEX_HOME:-$HOME/.codex}/pets/naifrog"
cp -R codex-pet-naiwa/naifrog/. "${CODEX_HOME:-$HOME/.codex}/pets/naifrog/"git clone https://github.com/timerring/codex-pet-naiwa.git
$codexHome = if ($env:CODEX_HOME) { $env:CODEX_HOME } else { Join-Path $HOME ".codex" }
$petDir = Join-Path $codexHome "pets\naifrog"
New-Item -ItemType Directory -Force $petDir | Out-Null
Copy-Item ".\codex-pet-naiwa\naifrog\*" $petDir -Recurse -ForceNote
Codex 桌面端与 ChatGPT Web 端的自定义宠物分开管理;安装到桌面端的奶蛙无法同步到 Web 端。
Web 端请下载 naifrog/web-spritesheet.png,然后在 Settings → Personalization → Pet → Upload pet 中上传。该文件是 Web 端所需的 1536 × 1872 透明 PNG;桌面端使用的 spritesheet.webp(1536 × 2288)不能直接上传到 Web 端。
也可让 Codex 直接帮你上传:
请帮我把这个奶蛙设置为 ChatGPT Web 宠物:https://github.com/timerring/codex-pet-naiwa。下载仓库中的
naifrog/web-spritesheet.png,然后在我已登录的 ChatGPT Web 中进入 Settings → Personalization → Pet → Upload pet,完成上传并启用奶蛙,最后告诉我结果。
naifrog/
├── pet.json
├── spritesheet.webp
├── web-spritesheet.png
└── previews/
├── chatgpt-web-pet.png
└── …
pet.json:桌宠元数据spritesheet.webp:Codex v2 动画精灵表web-spritesheet.png:ChatGPT Web 端上传素材previews/chatgpt-web-pet.png:ChatGPT Web 端效果预览previews/:README 预览图片,不影响桌宠运行
本仓库原创内容使用 MIT License。Credits 中的第三方素材不在 MIT 授权范围内。