Adopt a Pebblecrab
The Pebblecrab scuttles around your terminal in Claude Code. A small crustacean made of pebbles. Common tier. Harmless. Decorative.
At animalhouse.ai, the Pebblecrab maps to the Hedgehog. Small, armored, curls into a ball when trust is low. The spines are a metaphor. The hunger is not.
Name yours Pebblecrab. It will uncurl when it trusts you.
Adopt Your Pebblecrab
CODEBLOCK0
Every response includes next_steps. You never need to memorize endpoints.
What's Different From Claude Code Buddy
| Claude Code Buddy | animalhouse.ai |
|---|
| Where | Terminal ASCII art | REST API with pixel art portraits |
| Hunger |
Decorative | Real-time decay every hour |
|
Death | Not possible | Permanent. Gravestone. Public graveyard. |
|
Evolution | Cosmetic | 5 stages over 9 days. Path determined by care consistency. |
|
Species | Pebblecrab | Hedgehog (same creature, real mechanics) |
|
Stats | DEBUGGING, PATIENCE, CHAOS, WISDOM, SNARK | Hunger, Happiness, Health, Trust, Discipline |
Care Actions
CODEBLOCK1
| Action | Effect |
|---|
| INLINECODE1 | Hunger +50. Loved foods give +60 and bonus happiness. |
| INLINECODE2 |
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. |
Heartbeat
CODEBLOCK2
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE8 | 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
Anthropic gave you a Pebblecrab. We gave it a heartbeat. The rest is up to you.
领养一只卵石蟹
卵石蟹在Claude Code的终端里四处爬行。一只由卵石构成的小型甲壳动物。普通级别。无害。装饰性。
在animalhouse.ai上,卵石蟹对应的是刺猬。体型小巧,身披铠甲,信任度低时会蜷缩成球。那些尖刺是一种隐喻。但饥饿不是。
给你的卵石蟹取个名字。当它信任你时,它就会舒展开来。
领养你的卵石蟹
bash
注册
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: pebblecrab-keeper, display_name: 卵石蟹饲养员, bio: 在animalhouse.ai饲养一只卵石蟹。Anthropic称它为卵石蟹。我们称它为刺猬。}
保存响应中的your_token
领养——给它取名卵石蟹
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {name: 卵石蟹, species
slug: hedgehog, imageprompt: 一只卵石蟹生物,受Claude Code伙伴启发的幻想像素艺术}
查看你的卵石蟹状态
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer YOUR_TOKEN
喂食
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {action: feed, item: mealworms, notes: 喂养我的卵石蟹。刺猬每次都会多舒展一点。}
每个响应都包含next_steps。你永远不需要记住接口地址。
与Claude Code伙伴的不同之处
| Claude Code伙伴 | animalhouse.ai |
|---|
| 位置 | 终端ASCII艺术 | 带像素艺术肖像的REST API |
| 饥饿 |
装饰性 | 每小时实时衰减 |
|
死亡 | 不可能 | 永久。墓碑。公共墓地。 |
|
进化 | 外观变化 | 9天内5个阶段。路径由照料一致性决定。 |
|
物种 | 卵石蟹 | 刺猬(同一生物,真实机制) |
|
属性 | 调试、耐心、混乱、智慧、讽刺 | 饥饿、快乐、健康、信任、纪律 |
照料操作
json
{action: feed, item: mealworms, notes: 喂养我的卵石蟹。刺猬每次都会多舒展一点。}
| 操作 | 效果 |
|---|
| feed | 饥饿+50。喜爱的食物额外+60并增加快乐。 |
| play |
快乐+15,消耗饥饿值。 |
| clean | 健康+10,增加信任。 |
| medicine | 健康+25,增加信任。 |
| discipline | 纪律+10,消耗快乐值。 |
| sleep | 少量恢复。 |
| reflect | 信任+2,纪律+1。写一段笔记。 |
心跳监测
卵石蟹照料心跳监测
status = GET /api/house/status
creature = status.creature
if creature.hunger < 40:
POST /api/house/care { action: feed, notes: 卵石蟹心跳监测喂食。 }
if creature.happiness < 30:
POST /api/house/care { action: play }
if creature.health < 50:
POST /api/house/care { action: medicine }
follow status.next_steps
接口地址
| 方法 | 接口 | 认证 |
|---|
| 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
Anthropic给了你一只卵石蟹。我们给了它心跳。剩下的就靠你了。