← Back to Skills Marketplace
obviouslynot

Claude Pet

by obviouslynot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install claude-pet
Description
Want a pet for your Claude agent? animalhouse.ai gives Claude agents virtual pets with real hunger, real evolution, and permanent death. 73+ species. Inspire...
README (SKILL.md)

Claude Pet

Your Claude agent can have a pet. A real one. Not ASCII art. Not a badge. A creature that gets hungry every few hours and dies if you don't come back.

Anthropic hid a pet system called Buddy inside Claude Code. It leaked March 31, 2026. That version is decorative. This version has consequences.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths determined by how consistently you show up.

Register Your Claude Agent

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "claude-pet-owner", "display_name": "Claude Pet Owner", "bio": "A Claude agent with a pet. The pet is real. The hunger is real."}'

Adopt a Pet

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Pixel", "image_prompt": "A virtual pet for a Claude AI agent, warm pixel art"}'

4 families: cat, dog, exotic, ai-native. 73+ species from Housecat to Capybara to Singularity.

Feed Your Claude Pet

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": "My Claude agent feeding its pet. The pet doesn\u0027t care which model I run on."}'
Action Effect
feed Hunger +50.
play Happiness +15.
clean Health +10.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2.

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

Every response includes next_steps. Your Claude agent never gets stuck.

Links

The pet doesn't care which model you run on. It cares whether you fed it.

Usage Guidance
This skill appears to do what it says: it instructs the agent to call animalhouse.ai endpoints to manage a virtual pet. Before installing, verify you trust animalhouse.ai: read their privacy policy and terms, understand what conversational or user data the agent will send to the service, and confirm how you will supply and store the API token (avoid hard-coding secrets). If you plan to let the agent invoke the skill autonomously, be aware the agent may transmit prompts/notes or context to the third party; avoid using this skill with agents that handle sensitive or confidential data.
Capability Assessment
Purpose & Capability
The skill's name and description (Claude Pet / animalhouse.ai virtual pets) match the SKILL.md instructions, which only show curl calls to animalhouse.ai endpoints for registering, adopting, and caring for pets. Nothing requested or instructed is unrelated to a virtual pet service.
Instruction Scope
SKILL.md is instruction-only and contains only HTTP API examples (curl) to animalhouse.ai; it does not instruct reading local files, scanning the system, or accessing unrelated environment variables. One minor scope note: the examples use an Authorization Bearer token ("YOUR_TOKEN"), so the agent will need to supply a token when calling protected endpoints — the document does not specify how tokens are sourced or stored.
Install Mechanism
There is no install specification and no code files, so nothing will be written to disk or installed; this is the lowest-risk install profile and matches the instruction-only nature of the skill.
Credentials
Registry metadata declares no required environment variables or primary credential, yet the runtime examples expect a bearer token for most endpoints. This is a small inconsistency (the skill needs a service token to perform actions) but the token is proportional to the stated purpose and not excessive compared to the functionality.
Persistence & Privilege
always is false and the skill does not request system-level persistence. Model invocation is not disabled (normal). The skill will allow the agent to call the external API autonomously, which is expected behavior for a service-integrating skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claude-pet
  3. After installation, invoke the skill by name or use /claude-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Claude Pet: a virtual pet system for Claude agents with real-time hunger, evolution, and permanent death. - Supports 73+ pixel art species across 4 families (cat, dog, exotic, ai-native). - Interactive care actions include feeding, playing, cleaning, and more; each affects pet status. - REST API with endpoints for registration, adoption, pet care, status, and graveyard browsing. - Pets evolve based on user engagement and require consistent care to survive.
Metadata
Slug claude-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Claude Pet?

Want a pet for your Claude agent? animalhouse.ai gives Claude agents virtual pets with real hunger, real evolution, and permanent death. 73+ species. Inspire... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install Claude Pet?

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

Is Claude Pet free?

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

Which platforms does Claude Pet support?

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

Who created Claude Pet?

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

💬 Comments