Pet detail
KyoKit Codex Pet
by @reeucq
KyoKit is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
A cute orange cat-eared chibi pet inspired by a fiery tsundere anime cat spirit.
#fruitsbasket#kyosohma#kyo
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/kyokit-reeucq unzip kyokit-reeucq.zip -d ~/.codex/pets/kyokit-reeucq
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\kyokit-reeucq" Expand-Archive -LiteralPath ".\kyokit-reeucq.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\kyokit-reeucq" -Force