How we tested
The Codex Pets maintainers ran these reproducible checks against the production Codex Pets deployment on July 30, 2026. Each one uses only public read-only routes, so any agent or human can repeat them verbatim.What we did not test: we did not run the VS Code Pets extension again for this update. Every competitor claim below comes from its official marketplace page, README, or docs, each linked in Sources.curl -s https://pets.ydb-qdrant.tech/api/manifest
{
"generatedAt": "2026-07-30T08:55:38.316Z",
"total": 146,
"pets": [
{
"slug": "kesha",
"displayName": "Kesha",
"petJsonUrl": "/api/assets/asset_c4f97b4b4981/pet.json",
"spritesheetUrl": "/api/assets/asset_c4f97b4b4981/spritesheet.webp",
"zipUrl": "/api/assets/asset_c4f97b4b4981/pet.zip"
},
"… 145 more approved pets …"
]
}
Returned 146 approved pets when we ran it on July 30, 2026. Each entry carries the petJsonUrl, spritesheetUrl, and zipUrl a pack needs. (Run on July 30, 2026.)curl -s https://pets.ydb-qdrant.tech/api/pets/anime-girl-3/install
{
"slug": "anime-girl-3",
"name": "Anime Girl",
"install": {
"command": "npx @astandrik/codex-pets install anime-girl-3",
"codex": {
"mcpServer": {
"addCommand": "codex mcp add codexPets --url https://pets.ydb-qdrant.tech/mcp"
}
},
"cursor": {
"command": "npx @astandrik/codex-pets install anime-girl-3",
"note": "…"
},
"claudeCode": {
"command": "npx @astandrik/codex-pets install anime-girl-3",
"note": "…"
},
"manual": { "steps": ["…"] }
}
}
Returned install commands for Codex, Cursor, Claude Code, and a manual pet.json plus spritesheet flow. (Run on July 30, 2026.)curl -s "https://pets.ydb-qdrant.tech/api/pets?q=cat&pageSize=3"
{
"total": 3,
"pets": [
{
"slug": "pink-catgirl",
"displayName": "Pink Catgirl",
"tags": ["anime", "catgirl", "pink", "chibi"],
"downloadCount": 47
},
{ "slug": "neko-samurai-5", "displayName": "Neko Samurai" },
{ "slug": "carmine-2", "displayName": "Carmine" }
]
}
Top matches on July 30, 2026: Pink Catgirl, Neko Samurai, and Carmine. The MCP search_pets tool returns the same approved registry data. (Run on July 30, 2026.)curl -s https://pets.ydb-qdrant.tech/api/pets/kesha/share
{
"markdownBadge": "[](https://pets.ydb-qdrant.tech/pets/kesha)",
"markdownCard": "[](https://pets.ydb-qdrant.tech/pets/kesha)",
"iframe": "<iframe title=\"Codex pet: Kesha\" src=\"https://pets.ydb-qdrant.tech/embed/kesha?mode=sprite&scale=2&state=idle\" width=\"360\" height=\"420\" loading=\"lazy\"></iframe>",
"installCommand": "npx @astandrik/codex-pets install kesha",
"installPrompt": "Install the Kesha Codex pet from https://pets.ydb-qdrant.tech/pets/kesha"
}
Returned ready-to-paste markdown badge, animated markdown card, iframe embed, and an install prompt for agent chats. (Run on July 30, 2026.)