Pet detail
Alien X Pet Codex Pet
by @NazmusSayad
Alien X Pet is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
A tiny cosmic alien pet inspired by Alien X, with a starry black body and bright green eyes.
#ben10#cartoon#alien
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/alien-x-pet-nazmussayad unzip alien-x-pet-nazmussayad.zip -d ~/.codex/pets/alien-x-pet-nazmussayad
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\alien-x-pet-nazmussayad" Expand-Archive -LiteralPath ".\alien-x-pet-nazmussayad.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\alien-x-pet-nazmussayad" -Force