The public gallery of animated pet for Codex, Claude Code, OpenCode y Gemini CLI
Petdex is a community gallery and toolchain for animated pixel-art mascots ("pets") designed to run inside AI coding agents, primarily Codex and Claude Code. It has three components: a public web gallery at petdex.dev where users browse and submit pets, a CLI (`npx petdex install <slug>`) that downloads a pet's `pet.json` and spritesheet into `~/.codex/pets/` and wires hooks into supported agents, and a macOS desktop floater built in Zig that overlays the pet on screen and reacts to agent activity in real time. Each pet is a standardized package consisting of a `pet.json` metadata file and a spritesheet rendered as an 8x9 grid of 192x208 px frames. The web platform runs on Next.js, Drizzle ORM, Postgres, and Clerk for authentication, while the CLI authenticates via OAuth and PKCE. A public REST manifest at `petdex.dev/api/manifest` lets third-party tools consume the full catalog, and 21 projects already build on it. Developers, hobbyist pixel artists, and anyone who wants a visual companion tied to their coding agent workflow are the primary audience.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/crafter-station/petdexTools overview
What people ask about petdex
What is crafter-station/petdex?
+
crafter-station/petdex is tools for the Claude AI ecosystem. The public gallery of animated pet for Codex, Claude Code, OpenCode y Gemini CLI It has 3k GitHub stars and was last updated yesterday.
How do I install petdex?
+
You can install petdex by cloning the repository (https://github.com/crafter-station/petdex) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is crafter-station/petdex safe to use?
+
Our security agent has analyzed crafter-station/petdex and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains crafter-station/petdex?
+
crafter-station/petdex is maintained by crafter-station. The last recorded GitHub activity is from yesterday, with 32 open issues.
Are there alternatives to petdex?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy petdex to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/crafter-station-petdex)<a href="https://claudewave.com/repo/crafter-station-petdex"><img src="https://claudewave.com/api/badge/crafter-station-petdex" alt="Featured on ClaudeWave: crafter-station/petdex" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies