Back to gallery

Review Bot

A small terminal-shaped helper built for review, failed, and waiting state previews.

objectobjectterminalreviewutility

Review Bot live preview

Switch animation rows, tune scale, and test floating behavior before installing this Codex pet locally.

Floating mode uses viewport bounds.

Install Review Bot

Download the zip package, or copy a terminal command that installs this Codex pet into $HOME/.codex/pets/review-bot.

Download package
CODEX_PETS_API_BASE=https://codexpets.org npx codex-pets add review-bot

Manifest

Save this file as pet.json inside the local package folder for this Codex pet.

{
  "id": "review-bot",
  "displayName": "Review Bot",
  "description": "A small terminal-shaped helper built for review, failed, and waiting state previews.",
  "spritesheetPath": "spritesheet.webp"
}

Spritesheet contract

1536 x 1872 px8 columns x 9 rows192 x 208 px cells72 frames

Use the preview controls above to check idle, movement, waiting, failed, and review rows before installing.

Local install snippet
mkdir "$HOME/.codex/pets/review-bot"
cp pet.json "$HOME/.codex/pets/review-bot/pet.json"
cp spritesheet.webp "$HOME/.codex/pets/review-bot/spritesheet.webp"

# In Codex
/pet

How to use Review Bot

  1. 01

    Preview the animation

    Use the live preview to switch animation rows and confirm the spritesheet follows the shared Codex pet atlas.

  2. 02

    Download the package files

    Download the package zip, or save spritesheet.webp and pet.json into a folder named after this pet id.

  3. 03

    Install locally

    Copy both files into ~/.codex/pets/<pet-id>/ so Codex can discover the custom pet package.

  4. 04

    Open it in Codex

    Use /pet inside Codex, then select the installed pet from the local custom pet list.