/install buddy-buddy
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
- Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install buddy-buddy - 安装完成后,直接呼叫该 Skill 的名称或使用
/buddy-buddy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Buddy Buddy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install buddy-buddy」即可一键安装,无需额外配置。
Buddy Buddy 是免费的吗?
是的,Buddy Buddy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Buddy Buddy 支持哪些平台?
Buddy Buddy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Buddy Buddy?
由 Lee Brown(@leegitw)开发并维护,当前版本 v1.0.0。