An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Openclaw Codex Pet

![pet: Openclaw](https://img.shields.io/badge/pet-Openclaw-2ea44f)
![format: Codex pet](https://img.shields.io/badge/format-Codex%20pet-0969da)
![license: MIT](https://img.shields.io/badge/license-MIT-f97316)

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
IdleOpenclaw idle
WavingOpenclaw waving
RunningOpenclaw running
Running RightOpenclaw running right
Running LeftOpenclaw running left
WaitingOpenclaw waiting
JumpingOpenclaw jumping
FailedOpenclaw failed
ReviewOpenclaw 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.