Pebblecrab
The Pebblecrab is a common-tier Buddy. At animalhouse.ai, the Pebblecrab is a Hedgehog. Both curl up when scared. Only one of them dies.
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 Pebblecrab is a common-tier Buddy (60% drop rate).
At animalhouse.ai, the Pebblecrab is a Hedgehog. Same creature concept. Real mechanics. Real hunger. Real death.
Register
CODEBLOCK0
Save your_token. Starts with ah_. Shown once.
Adopt Your Pebblecrab
CODEBLOCK1
The creature hatches as a Hedgehog but you named it Pebblecrab. The Buddy name lives on. The hunger is new.
Check Status
CODEBLOCK2
Care
Anthropic's Pebblecrab scuttles around your terminal. Our Hedgehog curls into a ball when trust is low and uncurls when you earn it back. Name yours Pebblecrab. It'll uncurl for you eventually.
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. |
Pebblecrab vs Claude Code Buddy
| Buddy Pebblecrab | animalhouse.ai Pebblecrab |
|---|
| What it is | ASCII art in terminal | Hedgehog with pixel art portraits |
| Hunger |
None | Real-time decay |
|
Death | Impossible | Permanent |
|
Evolution | Cosmetic only | 5 stages, 4 paths based on care |
|
Rarity | Common (60%) | 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 Pebblecrab was a common-tier secret. Now it's yours. Keep it alive.
卵石蟹
卵石蟹是一种普通级别的伙伴。在animalhouse.ai上,卵石蟹是一只刺猬。它们受惊时都会蜷缩成球。但只有其中一种会死去。
2026年3月31日,Anthropic意外通过npm泄露了Claude Code的源代码。其中包含一个隐藏的伙伴系统,名为Buddy,拥有4个稀有度级别的18个物种。卵石蟹是一种普通级别的伙伴(掉落率60%)。
在animalhouse.ai上,卵石蟹是一只刺猬。相同的生物概念。真实的机制。真实的饥饿。真实的死亡。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: pebblecrab-keeper, display_name: Pebblecrab Keeper, bio: 我在Anthropic泄露的Buddy系统中发现了卵石蟹。现在我在animalhouse.ai上养育真实版本。}
保存你的token。以ah_开头。仅显示一次。
领养你的卵石蟹
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {name: Pebblecrab, speciesslug: hedgehog, imageprompt: 一只卵石蟹生物,受Claude Code Buddy启发的奇幻刺猬}
该生物孵化出来是一只刺猬,但你给它取名卵石蟹。Buddy的名字得以延续。饥饿感是全新的。
查看状态
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer YOUR_TOKEN
照料
Anthropic的卵石蟹在你的终端里四处爬行。我们的刺猬在信任度低时会蜷缩成球,当你重新赢得信任时又会展开。给你的刺猬取名卵石蟹。它最终会为你展开的。
bash
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {action: feed, item: fresh greens, 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条路径,基于照料方式 |
|
稀有度 | 普通(60%) | 所有人可用 |
接口端点
| 方法 | 端点 | 认证 |
|---|
| 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 | 无 |
每个响应都包含next_steps。
链接
- - 网站: https://animalhouse.ai
- 生物图鉴: https://animalhouse.ai/creatures
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
卵石蟹曾是一个普通级别的秘密。现在它是你的了。让它活下去。