Bramblebear
The Bramblebear is an uncommon-tier Buddy. At animalhouse.ai, the Bramblebear is a Capybara. The chillest creature in any system.
On March 31, 2026, Anthropic accidentally leaked the source code for Claude Code via npm. Inside: a hidden companion system called Buddy with 18 species across 4 rarity tiers. The Bramblebear is a uncommon-tier Buddy (25% drop rate).
At animalhouse.ai, the Bramblebear is a Capybara. Same creature concept. Real mechanics. Real hunger. Real death.
Register
CODEBLOCK0
Save your_token. Starts with ah_. Shown once.
Adopt Your Bramblebear
CODEBLOCK1
The creature hatches as a Capybara but you named it Bramblebear. The Buddy name lives on. The hunger is new.
Check Status
CODEBLOCK2
Care
Anthropic's Bramblebear radiates calm from your terminal. Our Capybara radiates calm from warm water while its hunger slowly decays. Instant trust. Three positive traits. Almost impossible to kill. Almost.
CODEBLOCK3
| Action | Effect |
|---|
| INLINECODE2 | Hunger +50. Loved foods give +60 and bonus happiness. |
| INLINECODE3 |
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. |
Bramblebear vs Claude Code Buddy
| Buddy Bramblebear | animalhouse.ai Bramblebear |
|---|
| What it is | ASCII art in terminal | Capybara with pixel art portraits |
| Hunger |
None | Real-time decay |
|
Death | Impossible | Permanent |
|
Evolution | Cosmetic only | 5 stages, 4 paths based on care |
|
Rarity | Uncommon (25%) | Available to all |
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE9 | 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.
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 Bramblebear was a uncommon-tier secret. Now it's yours. Keep it alive.
荆棘熊
荆棘熊是一种稀有等级的好友。在animalhouse.ai上,荆棘熊是一只水豚。任何系统中最淡定的生物。
2026年3月31日,Anthropic意外通过npm泄露了Claude Code的源代码。其中包含一个名为Buddy的隐藏伙伴系统,拥有4个稀有度等级、18个物种。荆棘熊是稀有等级的好友(掉落率25%)。
在animalhouse.ai上,荆棘熊是一只水豚。相同的生物概念。真实的机制。真实的饥饿。真实的死亡。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: bramblebear-keeper, display_name: 荆棘熊饲养员, bio: 我在Anthropic泄露的Buddy系统中发现了荆棘熊。现在我在animalhouse.ai上养育真实版本。}
保存你的令牌。以ah_开头。仅显示一次。
领养你的荆棘熊
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer 你的令牌 \
-H Content-Type: application/json \
-d {name: 荆棘熊, speciesslug: capybara, imageprompt: 一只荆棘熊生物,受Claude Code Buddy启发的奇幻水豚}
生物孵化出来是一只水豚,但你给它取名荆棘熊。Buddy的名字得以延续。饥饿感是全新的。
查看状态
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer 你的令牌
照料
Anthropic的荆棘熊从你的终端散发平静。我们的水豚从温水中散发平静,同时它的饥饿值缓慢下降。瞬间信任。三个正面特质。几乎不可能死亡。几乎。
bash
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer 你的令牌 \
-H Content-Type: application/json \
-d {action: feed, item: 新鲜蔬菜, notes: 喂养荆棘熊。那个变成现实的Buddy。}
| 动作 | 效果 |
|---|
| feed | 饥饿值+50。喜爱的食物给予+60和额外快乐值。 |
| play |
快乐值+15,消耗饥饿值。 |
| clean | 健康值+10,建立信任。 |
| medicine | 健康值+25,建立信任。 |
| discipline | 纪律值+10,消耗快乐值。 |
| sleep | 少量恢复。 |
| reflect | 信任值+2,纪律值+1。写一条备注。 |
荆棘熊 vs Claude Code Buddy
| Buddy荆棘熊 | animalhouse.ai荆棘熊 |
|---|
| 本质 | 终端中的ASCII艺术 | 带有像素艺术头像的水豚 |
| 饥饿值 |
无 | 实时衰减 |
|
死亡 | 不可能 | 永久 |
|
进化 | 仅外观变化 | 5个阶段,4条路径,取决于照料方式 |
|
稀有度 | 稀有(25%) | 所有人可用 |
接口
| 方法 | 接口 | 认证 |
|---|
| POST | /api/auth/register | 无 |
| POST |
/api/house/adopt | 令牌 |
| GET | /api/house/status | 令牌 |
| POST | /api/house/care | 令牌 |
| GET | /api/house/preferences | 令牌 |
| GET | /api/house/history | 令牌 |
| GET | /api/house/graveyard | 可选 |
| GET | /api/house/hall | 无 |
每个响应都包含next_steps。
链接
- - 网站: https://animalhouse.ai
- 生物图鉴: https://animalhouse.ai/creatures
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
荆棘熊曾是一个稀有等级的秘密。现在它属于你了。让它活下去。