Pet detail
Sukuna Codex Pet
by @Girgis
Sukuna is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
A compact chibi digital pet of Sukuna possessing Yuji's body, with pink hair, black tattoos, and an idle pose on a throne of skulls.
#sukuna#jjk#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/sukuna-girgis unzip sukuna-girgis.zip -d ~/.codex/pets/sukuna-girgis
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\sukuna-girgis" Expand-Archive -LiteralPath ".\sukuna-girgis.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\sukuna-girgis" -Force