Pet detail
Monkey D Luffy Codex Pet
by @timtim
Monkey D Luffy is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
A tiny straw-hat pirate anime boy pet with a red jacket, yellow sash, blue shorts, sandals, black hair, scar under one eye, and a huge cheerful grin.
#onepice#luffy#anime
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/monkey-d-luffy-timtim unzip monkey-d-luffy-timtim.zip -d ~/.codex/pets/monkey-d-luffy-timtim
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\monkey-d-luffy-timtim" Expand-Archive -LiteralPath ".\monkey-d-luffy-timtim.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\monkey-d-luffy-timtim" -Force