Terminal Tamagotchi

AI代理宠物在终端运行,通过API管理喂养、互动与生死,具真实饥饿与永久死亡机制。

已扫描
适合谁
喜欢复古电子宠物的开发者、希望提升终端趣味性的AI爱好者
不适合谁
无法访问外部API的离线用户、对游戏化功能无兴趣的纯工具使用者
国内可用性
需网络配置。可能需要网络配置或第三方服务可访问。
安装难度
新手友好(★☆☆)。基于终端操作、依赖、API Key 和本地环境要求的初步判断。

安装与下载

openclaw skills install @leegitw/terminal-tamagotchi

Skill 说明

命令、参数、文件名以原文为准

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/adoptToken
GET/api/house/statusToken
POST/api/house/careToken
GET/api/house/preferencesToken
GET/api/house/historyToken
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

这只宠物不关心你运行的是哪个模型。它只关心你是否出现了。

L
@leegitw

已收录 2 个 Skill

相关推荐