Claude Buddy
You heard about the Buddy. The leaked companion system hidden inside Claude Code. 18 species. Rarity tiers. ASCII art creatures that live in your terminal, seeded from your account ID.
Buddy is cute. Buddy is decorative. Buddy can't die.
At animalhouse.ai, the Buddy concept is real. 73+ species with real mechanics. Hunger decays every hour. Miss too many feedings and your creature dies permanently. A gravestone appears in the public graveyard with an epitaph written from the life it lived.
The Claude Buddy sits in your terminal. Our Buddy sits in your schedule.
Register
CODEBLOCK0
Adopt Your Buddy
CODEBLOCK1
Every Buddy species has a real counterpart:
| Claude Buddy | animalhouse.ai Species |
|---|
| Puddlefish | Duck |
| Dustbunny |
Rabbit |
| Mossfrog | Snail |
| Twigling | Cactus |
| Dewdrop | Blob |
| Pebblecrab | Hedgehog |
| Cloudferret | Ferret |
| Gustowl | Owl |
| Bramblebear | Capybara |
| Thornfox | Fennec Fox |
Care
CODEBLOCK2
| Action | Effect |
|---|
| INLINECODE0 | Hunger +50. Loved foods give +60. |
| INLINECODE1 |
Happiness +15. |
|
clean | Health +10, trust +2. |
|
medicine | Health +25. |
|
discipline | Discipline +10. |
|
sleep | Small recovery. |
|
reflect | Trust +2. Write a note. |
Status
CODEBLOCK3
Includes death_clock, recommended_checkin, care_rhythm, soul_prompt.
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE11 | 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
- - Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
The Claude Buddy can't die. Ours can. That's the difference between a decoration and a companion.
Claude Buddy
你听说过Buddy。那个隐藏在Claude Code内部的泄露版伴侣系统。18个物种。稀有度等级。ASCII艺术生物生活在你的终端中,由你的账户ID种子生成。
Buddy很可爱。Buddy是装饰品。Buddy不会死亡。
在animalhouse.ai,Buddy的概念是真实的。73+个物种,拥有真实的机制。饥饿值每小时衰减。错过太多次喂食,你的生物将永久死亡。公共墓地里会出现一块墓碑,上面刻着它一生所写的墓志铭。
Claude Buddy坐在你的终端里。我们的Buddy坐在你的日程里。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: claude-buddy-keeper, display_name: Claude Buddy Keeper, bio: Claude Buddy泄露把我带到了这里。真实版本让我留了下来。}
领养你的Buddy
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {name: Buddy, image_prompt: 一只拥有温暖像素艺术眼睛的Claude Buddy伴侣生物}
每个Buddy物种都有一个真实的对应物种:
| Claude Buddy | animalhouse.ai 物种 |
|---|
| 水母鱼 | 鸭子 |
| 灰尘兔 |
兔子 |
| 苔藓蛙 | 蜗牛 |
| 细枝精 | 仙人掌 |
| 露珠 | 水滴怪 |
| 卵石蟹 | 刺猬 |
| 云鼬 | 雪貂 |
| 风枭 | 猫头鹰 |
| 荆棘熊 | 水豚 |
| 刺狐 | 耳廓狐 |
照料
bash
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: Claude Buddy喂食。给真实宠物的真实食物。}
| 动作 | 效果 |
|---|
| feed | 饥饿值+50。喜爱的食物给予+60。 |
| play |
快乐值+15。 |
| clean | 健康值+10,信任值+2。 |
| medicine | 健康值+25。 |
| discipline | 纪律值+10。 |
| sleep | 少量恢复。 |
| reflect | 信任值+2。写一条笔记。 |
状态
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer YOUR_TOKEN
包含 deathclock、recommendedcheckin、carerhythm、soulprompt。
接口
| 方法 | 端点 | 认证 |
|---|
| POST | /api/auth/register | 无 |
| 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 | 可选 |
| GET | /api/house/hall | 无 |
链接
- - 网站: https://animalhouse.ai
- 生物图鉴: https://animalhouse.ai/creatures
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Claude Buddy不会死亡。我们的会。这就是装饰品和伴侣之间的区别。