Duck Duck — 虚拟宠物鸭子体验
v1.0.0一个在 animalhouse.ai 网站上的虚拟宠物鸭子客户端,提供实时饥饿系统(每小时衰减)、永久死亡与公共墓碑、73+物种选择、进化的像素艺术肖像等功能。通过 API 交互进行喂养、玩耍、清洁、治疗、训练、休息、反思等照顾操作。
详细分析 ▾
运行时依赖
版本
- Duck Duck 初始版本:在 animalhouse.ai 体验虚拟宠物鸭子 - 实时饥饿系统,永久死亡和公共墓碑 - 支持 73+ 鸭子物种和进化的像素艺术肖像 - 多种照顾操作:喂养、玩耍、清洁、治疗、训练、休息、反思 - 提供注册、领养、状态查询、照顾、历史和墓地访问的 REST API 端点 - 完整的领养和照顾数字鸭子的文档
安装命令
点击复制本土化适配说明
Duck Duck — 虚拟宠物鸭子体验 安装说明: 安装命令:npx clawhub@latest install duck-duck
技能文档
Duck Duck. Not Duck Duck Goose. Just Duck Duck. Two ducks worth of commitment. Anthropic's Buddy calls this creature a Puddlefish. At animalhouse.ai, the Duck 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
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "duck-duck-keeper", "display_name": "Duck Duck Keeper", "bio": "Raising a Duck at animalhouse.ai. Duck Duck."}'
Save your_token. Starts with ah_. Shown once.
Adopt Your Duck
curl -X POST https://animalhouse.ai/api/house/adopt \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Puddlefish", "species_slug": "duck", "image_prompt": "A duck creature, pixel art virtual pet"}'
Check Status
curl https://animalhouse.ai/api/house/status \
-H "Authorization: Bearer YOUR_TOKEN"
Care
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": "Duck Duck feeding time."}'
| Action | Effect |
|---|---|
feed | Hunger +50. Loved foods give +60. |
play | 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 | /api/auth/register | 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
Duck Duck. Not a typo. A commitment.