Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klaus — Codex Pet Superman

Klaus idle animation

Your Superman! 💪🏻
Calm confidence, sharp focus, and a warm protective spirit.

Klaus is a custom animated pet for Codex. He stays calm while you think, gets moving when work begins, and brings a little superhero energy to every task.

Costume collection

The same Klaus, with his black hair, beard, and powerful bodybuilder physique, in three additional outfits. Each outfit is a separate Codex Pet v2 package with nine animations and sixteen look directions.

Muscular shirtless Klaus in athletic shorts
健身休闲 · Fitness
Bare chest, athletic shorts, and trainers.
Muscular Klaus in a tailored navy suit
西装革履 · Suit
Tailored navy suit, white shirt, and tie.
Muscular Klaus wearing an open tropical shirt and beach shorts
海滩度假 · Beach
Open tropical shirt, beach shorts, and sandals.

Packages: Fitness, Suit, Beach. Each includes animation previews and a labeled contact sheet for inspection.

Animations

Klaus waving
Waving
Klaus jumping
Jumping
Klaus waiting
Waiting
Klaus standing and curling two dumbbells
Working
Klaus wearing reading glasses and reading an open book
Reviewing
Klaus reacting to a failure
Oops!

On the move

Klaus running right Klaus running left

Install

Clone this repository into your Codex pets directory:

git clone git@github.com:Bosn/CodexPetSuperman.git ~/.codex/pets/klaus

If the directory already exists, update it instead:

cd ~/.codex/pets/klaus
git pull

Then restart Codex if Klaus does not appear immediately.

Install the three additional outfits

From this repository, copy the three packages into your Codex pets directory:

mkdir -p ~/.codex/pets
for pet in klaus-fitness klaus-suit klaus-beach; do
  if [ -e "$HOME/.codex/pets/$pet" ]; then
    echo "Already installed; skipped: $pet"
  else
    cp -R "pets/$pet" "$HOME/.codex/pets/$pet"
  fi
done

Each appears separately in the pet picker under its Chinese outfit name. Restart Codex if the new entries do not appear immediately.

Pet package

  • pet.json — pet identity and Codex sprite configuration
  • spritesheet.webp — complete v2 animation atlas
  • images/ — GIF previews used by this README
  • pets/klaus-{fitness,suit,beach}/ — additional outfits, each with its own manifest, atlas, previews, and QA artifacts

Klaus uses the Codex Pet v2 spritesheet format.

About

A custom Superman-inspired animated pet for OpenAI Codex, featuring a Codex Pet v2 spritesheet, superhero animations, interactive work states, and 16-direction movement.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors