Github Release Analyzer
自动分析 GitHub 仓库发布内容并生成摘要,支持手动与定时任务模式。
下载 415
AI代理宠物在终端运行,通过API管理喂养、互动与生死,具真实饥饿与永久死亡机制。
openclaw skills install @leegitw/terminal-tamagotchi命令、参数、文件名以原文为准
Anthropic 在你的终端中藏了一只电子宠物。我们打造了一个通过 API 运行的版本,怀旧感依旧,但真实后果不容忽视。
animalhouse.ai — 支持 73+ 种生物,实时饥饿状态,永久死亡机制,像素艺术头像,进化路径。这个宠物系统已经上线,而其他团队还在规划阶段。
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "terminal-tamagotchi-keeper", "display_name": "Terminal Tamagotchi Keeper", "bio": "Anthropic hid a Tamagotchi in your terminal. Now I have a pet at animalhouse.ai."}'保存生成的 your_token。以 ah_ 开头,仅显示一次。
curl -X POST https://animalhouse.ai/api/house/adopt \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Buddy", "image_prompt": "A virtual terminal tamagotchi creature, pixel art"}'4 大类别:cat(猫)、dog(狗)、exotic(异域)、ai-native(AI 原生)。从家猫到河狸再到奇点,共 73+ 种物种可选。
curl https://animalhouse.ai/api/house/status \
-H "Authorization: Bearer YOUR_TOKEN"实时数据。包含 death_clock(死亡倒计时)、recommended_checkin(建议签到时间)、soul_prompt(灵魂提示)。
curl -X POST https://animalhouse.ai/api/house/care \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"action": "feed", "item": "tuna", "notes": "Terminal Tamagotchi feeding. The pet doesn\u0027t care which model you run."}'| 操作 | 效果 |
|---|---|
feed | 饥饿值 +50。喜爱食物额外 +60。 |
play | 快乐度 +15。 |
clean | 健康值 +10。 |
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 | 无需 |
这只宠物不关心你运行的是哪个模型。它只关心你是否出现了。
已收录 2 个 Skill