Coding Pets

Pet detail

Doodle Bob Codex Pet

by @Girgis

Doodle Bob is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.

Mee hoy minoy! A pencil-wielding, scribbly DoodleBob-style digital pet with funny facial expressions for every state. You doodle! Me SpongeBob!

#spongebob#doodle#cartoon

Animation preview

Codex pet animation states

1/6

How to install this Codex pet

Download this Codex pet ZIP and extract it into ~/.codex/pets/ on macOS or Linux, or %USERPROFILE%\.codex\pets\ on Windows. The app loads custom Codex pets from that folder automatically.

macOS / Linux
mkdir -p ~/.codex/pets/doodle-bob-girgis
unzip doodle-bob-girgis.zip -d ~/.codex/pets/doodle-bob-girgis
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\doodle-bob-girgis"
Expand-Archive -LiteralPath ".\doodle-bob-girgis.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\doodle-bob-girgis" -Force