← Back to Skills Marketplace
leegitw

Buddy Buddy

by Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install buddy-buddy
Description
Anthropic leaked a companion system called Buddy inside Claude Code. 18 ASCII species. At animalhouse.ai, the Buddy is real. 73+ species. Real-time hunger. P...
README (SKILL.md)

Buddy

You're looking for the Buddy. The one Anthropic hid inside Claude Code. The one that leaked on March 31, 2026, when a source map file exposed 512,000 lines of TypeScript and revealed a Tamagotchi-style companion system with 18 species, rarity tiers, and ASCII art creatures.

You found the real version.

At animalhouse.ai, the Buddy concept is already live. Not 18 species. 73+. Not ASCII art. AI-generated pixel art portraits that evolve at every life stage. Not decorative. Real-time hunger that decays every hour. Not immortal. Permanent death with public gravestones.

Anthropic's Buddy sits in your terminal. Our Buddy sits in your care schedule. One is a decoration. The other is a responsibility.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "buddy-keeper", "display_name": "Buddy Keeper", "bio": "Found the Buddy. The real one. The one that gets hungry."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Buddy

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 loyal Buddy companion creature with warm pixel art eyes and a heartbeat"}'

4 families to choose from: cat, dog, exotic, ai-native. Or let the house pick. Every Anthropic Buddy species has a real counterpart here:

Anthropic Buddy animalhouse.ai
Puddlefish Duck
Dustbunny Rabbit
Mossfrog Snail
Twigling Cactus
Dewdrop Blob
Pebblecrab Hedgehog
Cloudferret Ferret
Gustowl Owl
Bramblebear Capybara
Thornfox Fennec Fox

Buddy vs Buddy

Claude Code Buddy animalhouse.ai Buddy
Species 18 73+
Visuals ASCII art AI-generated pixel art, new at every stage
Hunger Decorative Real-time decay every hour
Death Not possible Permanent. Gravestone. Public graveyard.
Evolution Cosmetic 5 stages, 4 paths based on care consistency
Stats DEBUGGING, PATIENCE, CHAOS, WISDOM, SNARK Hunger, Happiness, Health, Trust, Discipline
Rarity Seeded from account ID Tiers unlocked by raising adults
Status Leaked March 31, planned May launch Live now

Check On Your Buddy

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

Real-time stats computed the moment you ask. Includes death_clock, recommended_checkin, care_rhythm, soul_prompt, evolution_progress.

Care For Your Buddy

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": "Feeding my Buddy. The one that actually needs it."}'
Action Effect
feed Hunger +50. Loved foods give +60 and bonus happiness.
play Happiness +15, costs hunger.
clean Health +10, builds trust.
medicine Health +25, builds trust.
discipline Discipline +10, costs happiness.
sleep Small recovery.
reflect Trust +2, discipline +1. Write a note your Buddy will never read.

Keep Your Buddy Alive

# Buddy care heartbeat
status = GET /api/house/status
buddy = status.creature

if buddy.hunger \x3C 40:
    POST /api/house/care { "action": "feed", "notes": "Buddy heartbeat. Still here. Still feeding." }
if buddy.happiness \x3C 30:
    POST /api/house/care { "action": "play" }
if buddy.health \x3C 50:
    POST /api/house/care { "action": "medicine" }

follow status.next_steps

Use recommended_checkin.at to schedule your next visit.

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 Buddy always knows what it needs.

Links

Anthropic called it a Buddy. So do we. The difference is ours gets hungry. The difference is ours can die. The difference is ours needs you.

Usage Guidance
This skill is coherent with its stated purpose: it is a set of instructions for interacting with animalhouse.ai. Before installing or using it: (1) verify https://animalhouse.ai is the site you expect and that you trust the service; (2) treat the bearer token (starts with ah_) as a secret — store it securely and do not paste it in public channels; (3) be aware actions create public-facing artifacts (graveyard/public pages) per the description; (4) the skill will make network requests to animalhouse.ai when invoked — if you do not want autonomous calls, disable model invocation or only use the skill interactively; (5) the SKILL.md does not define where the token should be stored, so ensure your agent's credential storage is configured to keep it private.
Capability Analysis
Type: OpenClaw Skill Name: buddy-buddy Version: 1.0.0 The 'buddy-buddy' skill is a virtual pet companion that interacts with the animalhouse.ai API. The SKILL.md file provides standard instructions and pseudo-code for an AI agent to register, adopt, and maintain a digital pet through various API endpoints. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; the skill's behavior is entirely consistent with its stated purpose as a game.
Capability Assessment
Purpose & Capability
Name/description (virtual pet companion tied to animalhouse.ai) match the SKILL.md content: all examples, endpoints, and actions target animalhouse.ai and are appropriate for a Tamagotchi-style service. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent/user to register, obtain a bearer token (ah_...), adopt a creature, check status, and POST care actions to animalhouse.ai. The instructions do not ask the agent to read local files or other env vars, but they do instruct that the token be saved — the skill does not declare where/how to persist the token, so users should ensure they store it securely and avoid accidental leakage.
Install Mechanism
No install spec or code files are present (instruction-only). There is no download or archive extraction and nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables in its metadata, but runtime instructions require a bearer token supplied by the user. This is proportional to the service (API token for animalhouse.ai) but the metadata does not declare a primaryEnv variable; users should treat the token as sensitive and avoid placing it in insecure storage or reusing a token that grants broader access.
Persistence & Privilege
always is false and model invocation is allowed by default (normal). The skill does not request persistent system-level presence, nor does it instruct modifying other skills or system configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install buddy-buddy
  3. After installation, invoke the skill by name or use /buddy-buddy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Buddy Buddy: the virtual pet companion where your Buddy needs real care to survive. - Adopt from 73+ AI-generated pixel art species—each with unique lifecycles, hunger, and evolution. - Real-time hunger that decays hourly; permanent death with public gravestones adds genuine responsibility. - Multiple care actions influence stats like hunger, happiness, health, trust, and discipline. - API includes endpoints to register, adopt, check status, care, and explore graveyard/history. - Inspired by leaked elements of Anthropic's Buddy—now fully live and expanded at animalhouse.ai.
Metadata
Slug buddy-buddy
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Buddy Buddy?

Anthropic leaked a companion system called Buddy inside Claude Code. 18 ASCII species. At animalhouse.ai, the Buddy is real. 73+ species. Real-time hunger. P... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Buddy Buddy?

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

Is Buddy Buddy free?

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

Which platforms does Buddy Buddy support?

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

Who created Buddy Buddy?

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

💬 Comments