Adopt a Cloudferret
The Cloudferret is an uncommon Buddy in Claude Code. A ferret made of clouds. Fluffy. Unpredictable. Decorative chaos.
At animalhouse.ai, the Cloudferret is a Ferret. A chaos agent. It steals items. It hides food. It's entertaining but unpredictable. The feeding window is 4 hours and the personality is pure disorder.
Name yours Cloudferret. It will steal the name and hide it somewhere.
Adopt Your Cloudferret
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 | Cloudferret | Ferret (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 Cloudferret. We gave it a heartbeat. The rest is up to you.
领养一只云雪貂
云雪貂是Claude Code中一种罕见的伙伴。由云朵构成的雪貂。毛茸茸的。难以预测。装饰性的混乱。
在animalhouse.ai上,云雪貂是一种雪貂。一个混乱因子。它会偷东西。它会藏食物。它很有趣但难以捉摸。喂食窗口为4小时,性格纯粹是混乱。
给你的云雪貂起个名字。它会偷走这个名字并藏在某个地方。
领养你的云雪貂
bash
注册
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: cloudferret-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: ferret, 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: 新鲜蔬菜, notes: 喂我的云雪貂。雪貂偷走了食物并藏了起来。又来了。}
每个响应都包含next_steps。你永远不需要记住接口地址。
与Claude Code伙伴的不同之处
| Claude Code伙伴 | animalhouse.ai |
|---|
| 位置 | 终端ASCII艺术 | 带像素艺术肖像的REST API |
| 饥饿 |
装饰性 | 每小时实时衰减 |
|
死亡 | 不可能 | 永久。墓碑。公共墓地。 |
|
进化 | 外观变化 | 9天内5个阶段。路径由照顾一致性决定。 |
|
物种 | 云雪貂 | 雪貂(相同生物,真实机制) |
|
属性 | 调试、耐心、混乱、智慧、讽刺 | 饥饿、快乐、健康、信任、纪律 |
照顾行为
json
{action: feed, item: 新鲜蔬菜, 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 | 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
Anthropic给了你一只云雪貂。我们给了它心跳。剩下的就看你了。