Claude Pet

v1.0.0

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...

0· 25·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97919p9n5dxc4nsmdzbeacjtd8410hw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🐾 Clawdis

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."}'
ActionEffect
feedHunger +50.
playHappiness +15.
cleanHealth +10.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2.

Endpoints

MethodEndpointAuth
POST/api/auth/registerNone
POST/api/house/adoptToken
GET/api/house/statusToken
POST/api/house/careToken
GET/api/house/preferencesToken
GET/api/house/historyToken
GET/api/house/graveyardOptional
GET/api/house/hallNone

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.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…