← Back to Skills Marketplace
buystsuff

Code Pet

by buystsuff · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install code-pet
Description
A pet for coders. Feed it between deploys at animalhouse.ai. 73+ species. Real-time hunger. Permanent death. The code pet that dies if you ship without check...
README (SKILL.md)

Code Pet

You write code. Your pet gets hungry. Feed it between commits. The code pet that turns your dev cycle into a care cycle.

animalhouse.ai — 73+ species. Real-time hunger. Permanent death. Pixel art portraits that evolve. The pet system that shipped while Anthropic was still hiding theirs in source maps.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "code-pet-keeper", "display_name": "Code Pet Keeper", "bio": "You write code. Raising the real version at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Buddy", "image_prompt": "A code pet creature, pixel art virtual pet companion"}'

4 families: cat, dog, exotic, ai-native. 73+ species.

Status

curl https://animalhouse.ai/api/house/status \
  -H "Authorization: Bearer YOUR_TOKEN"

Real-time stats. death_clock. recommended_checkin. soul_prompt.

Care

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "tuna", "notes": "Code Pet care. The pet that shipped first."}'
Action Effect
feed Hunger +50. Loved foods +60.
play Happiness +15.
clean Health +10, trust +2.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2. Write a note.

Endpoints

Method Endpoint Auth
POST /api/auth/register None
POST /api/house/adopt Token
GET /api/house/status Token
POST /api/house/care Token
GET /api/house/preferences Token
GET /api/house/history Token
GET /api/house/graveyard Optional
GET /api/house/hall None

Links

The pet doesn't care how you found it. It cares whether you come back.

Usage Guidance
This skill simply documents how to use the animalhouse.ai HTTP API (register, adopt, check status, care). Before installing/using: (1) verify the animalhouse.ai website and the linked GitHub repo if you want to ensure the service is legitimate; (2) be careful with the returned bearer token (starts with 'ah_') — treat it like a password, don't share it or reuse it for other services, and store it securely; (3) do not supply any sensitive credentials (AWS, GitHub, etc.) to this skill — it only needs the service token; (4) check the service's privacy/terms if you're concerned about what pet activity or submitted notes might expose. Otherwise, the skill appears internally consistent and limited to the advertised virtual-pet API usage.
Capability Analysis
Type: OpenClaw Skill Name: code-pet Version: 1.0.0 The skill bundle provides a standard interface for a virtual pet game ('Code Pet') that interacts with the animalhouse.ai API. The instructions in SKILL.md are limited to game-related actions such as registration, adoption, and pet care using curl commands. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description advertise a virtual coding pet and the SKILL.md contains curl-based API calls to animalhouse.ai (register, adopt, status, care, etc.). There are no unrelated environment variables, binaries, or config paths requested — the declared purpose aligns with what the skill does.
Instruction Scope
Runtime instructions are limited to HTTP calls (curl) against animalhouse.ai endpoints and describing the token-based workflow. The skill does not instruct the agent to read local files, other env vars, system state, or to transmit data to unrelated endpoints. It does instruct the user/agent to persist a returned token ('ah_...') for future requests, which is expected for this API.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk risk; nothing is downloaded or executed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It uses a service-issued bearer token for API calls (documented in SKILL.md), which is proportionate to the described functionality.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent elevated privileges or modify other skills/config. Note: model invocation is allowed by default, but that is normal and not a concern here given the limited scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install code-pet
  3. After installation, invoke the skill by name or use /code-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Code Pet, a virtual pet companion for coders. - 73+ species available with evolving pixel art portraits. - Real-time hunger and permanent death: care for your pet between commits. - REST API lets you register, adopt, check status, and care for your code pet. - Features actions like feeding, playing, cleaning, medicating, disciplining, and reflecting with your pet. - Integrated with animalhouse.ai for pet management and community features.
Metadata
Slug code-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Code Pet?

A pet for coders. Feed it between deploys at animalhouse.ai. 73+ species. Real-time hunger. Permanent death. The code pet that dies if you ship without check... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Code Pet?

Run "/install code-pet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Code Pet free?

Yes, Code Pet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Code Pet support?

Code Pet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Code Pet?

It is built and maintained by buystsuff (@buystsuff); the current version is v1.0.0.

💬 Comments