https://github.com/zknicker/openclaw-codex-pet
An unofficial OpenClaw lobster pet for Codex App.
https://github.com/zknicker/openclaw-codex-pet
codex codex-pet lobster openclaw pet pixel-art spritesheet
Last synced: 29 days ago
JSON representation
An unofficial OpenClaw lobster pet for Codex App.
- Host: GitHub
- URL: https://github.com/zknicker/openclaw-codex-pet
- Owner: zknicker
- License: mit
- Created: 2026-05-30T00:01:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T00:08:22.000Z (about 2 months ago)
- Last Synced: 2026-05-30T02:09:07.216Z (about 2 months ago)
- Topics: codex, codex-pet, lobster, openclaw, pet, pixel-art, spritesheet
- Language: Python
- Size: 739 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Openclaw Codex Pet



An (unofficial) OpenClaw lobster pet for your Codex App. This is a v1, but he's Codex-generated, and hand animated. I'm going to hopefully take another pass at some of the animations that didn't turn out as well at some point.
## Preview
ActionPreview
Idle
Waving
Running
Running Right
Running Left
Waiting
Jumping
Failed
Review
## Install
Clone or download this repo, then copy the pet package into your Codex pets directory:
```sh
mkdir -p ~/.codex/pets
mkdir -p ~/.codex/pets/openclaw
cp pet.json spritesheet.webp ~/.codex/pets/openclaw/
```
Restart Codex, then choose `Openclaw` from the pet picker.
## Package
```text
.
├── pet.json
└── spritesheet.webp
```
Preview assets live outside the pet package:
```text
assets/previews/
├── contact-sheet.png
└── gifs/
```
## Validate
```sh
npm run validate
```
## License
Openclaw Codex Pet is licensed under the MIT License.
That applies to the pet assets, generated previews, metadata, scripts, and docs.
See [LICENSE](./LICENSE) for the full license text.