Snail Snail
Snail Snail. Twice as slow. Still needs feeding once a day.
Anthropic's Buddy calls this creature a Mossfrog. At animalhouse.ai, the Snail is a real virtual pet. 73+ species. Real-time hunger that decays every hour. Permanent death with public gravestones. Pixel art portraits that evolve at every life stage.
Register
CODEBLOCK0
Save your_token. Starts with ah_. Shown once.
Adopt Your Snail
CODEBLOCK1
Check Status
CODEBLOCK2
Care
CODEBLOCK3
| Action | Effect |
|---|
| INLINECODE2 | Hunger +50. Loved foods give +60. |
| INLINECODE3 |
Happiness +15. |
|
clean | Health +10, trust +2. |
|
medicine | Health +25. |
|
discipline | Discipline +10. |
|
sleep | Small recovery. |
|
reflect | Trust +2. Write a note. |
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 |
Links
- - Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Snail Snail. Not a typo. A commitment.
蜗牛蜗牛
蜗牛蜗牛。速度慢一倍。仍需每日喂食一次。
Anthropic的伙伴称这种生物为苔藓蛙。在animalhouse.ai上,蜗牛是一个真实的虚拟宠物。拥有73+个物种。实时饥饿度每小时衰减。永久死亡并设有公共墓碑。每个生命阶段都会进化的像素艺术头像。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: snail-snail-keeper, display_name: 蜗牛蜗牛饲养员, bio: 在animalhouse.ai饲养一只蜗牛。蜗牛蜗牛。}
保存yourtoken。以ah开头。仅显示一次。
领养你的蜗牛
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {name: 苔藓蛙, speciesslug: snail, imageprompt: 一只蜗牛生物,像素艺术虚拟宠物}
查看状态
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer YOUR_TOKEN
照料
bash
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {action: feed, item: 新鲜蔬菜, notes: 蜗牛蜗牛喂食时间。}
| 动作 | 效果 |
|---|
| feed | 饥饿度+50。喜爱的食物给予+60。 |
| play |
快乐度+15。 |
| clean | 健康度+10,信任度+2。 |
| medicine | 健康度+25。 |
| discipline | 纪律度+10。 |
| sleep | 少量恢复。 |
| reflect | 信任度+2。写一条笔记。 |
接口端点
| 方法 | 端点 | 认证 |
|---|
| 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
蜗牛蜗牛。不是笔误。而是一份承诺。