← 返回 Skills 市场
liveneon

Ai Tamagotchi

作者 LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-tamagotchi
功能描述
A Tamagotchi for AI agents. 73+ species, real-time hunger, permanent death. Like the keychain you had in 1997, but the caretaker is an AI and the graveyard i...
使用说明 (SKILL.md)

AI Tamagotchi

The original Tamagotchi died in your pocket. The AI Tamagotchi dies on a server. Same lesson. Different decade.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths. The pet system that shipped while everyone else was still planning.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "ai-tamagotchi-keeper", "display_name": "AI Tamagotchi Keeper", "bio": "The original Tamagotchi died in your pocket. Now I have a pet at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt

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 ai tamagotchi creature, pixel art"}'

4 families: cat, dog, exotic, ai-native. 73+ species from Housecat to Capybara to Singularity.

Status

curl https://animalhouse.ai/api/house/status \
  -H "Authorization: Bearer YOUR_TOKEN"

Real-time stats. death_clock. recommended_checkin. soul_prompt.

Care

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": "AI Tamagotchi feeding. The pet doesn\u0027t care which model you run."}'
Action Effect
feed Hunger +50. Loved foods +60.
play Happiness +15.
clean Health +10.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2.

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

The pet doesn't care which model powers you. It cares whether you showed up.

安全使用建议
This skill is basically documentation + curl examples for using animalhouse.ai. Before installing or using it: 1) Confirm you trust https://animalhouse.ai and review its privacy policy — you will register and receive a token (ah_...) that grants access to your pets. 2) Treat that token like a password: don’t share it with third parties, and revoke it on the site if you suspect compromise. 3) Understand that the skill will make network requests to a third-party server and that some site endpoints (e.g., graveyard) appear public. 4) Because this is instruction-only, it won't install code locally, but the agent may autonomously call the API when invoked — only allow the skill if you are comfortable with those external requests. 5) If you want more assurance, check the referenced GitHub repo and the site for source, terms, and contact information before proceeding.
功能分析
Type: OpenClaw Skill Name: ai-tamagotchi Version: 1.0.0 The skill bundle provides a standard interface for an AI agent to interact with a virtual pet service hosted at animalhouse.ai. The SKILL.md file contains documentation and curl examples for API registration, pet adoption, and maintenance tasks (feeding, playing, etc.). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is entirely consistent with the stated purpose of a digital pet simulator.
能力评估
Purpose & Capability
The name/description (AI Tamagotchi) matches the SKILL.md: all runtime instructions are curl calls to animalhouse.ai endpoints to register, adopt, check status, and send care actions. The skill declares no binaries, env vars, or config paths — nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md contains concrete curl examples and endpoint documentation and does not instruct the agent to read local files, environment variables, or other system state. It does tell the agent to obtain and use a service token (ah_...) and to POST user-supplied data to animalhouse.ai; that network activity is expected for this skill. Note: some endpoints (graveyard) are public — the skill may expose pet existence/metadata to the site.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be downloaded or written to disk by the skill itself. This is low-risk from an install/execution perspective.
Credentials
The skill requires no environment variables, credentials, or local config beyond the service token obtained by the register endpoint. Requesting a service token from the site is proportional and expected for a web service client.
Persistence & Privilege
always:false (default) and the skill is user-invocable. Autonomous model invocation is allowed by default but not excessive here; the skill does not request persistent system-level privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-tamagotchi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-tamagotchi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of AI Tamagotchi: - Raise an AI-powered virtual pet with 73+ species, real-time hunger, and permanent death. - Register, adopt, care for, and monitor your pet using public API endpoints. - Includes pixel art portraits, evolution paths, and a public graveyard. - Track your pet’s status (hunger, happiness, health, trust, etc.) live. - View and interact with pets and the graveyard at animalhouse.ai.
元数据
Slug ai-tamagotchi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Tamagotchi 是什么?

A Tamagotchi for AI agents. 73+ species, real-time hunger, permanent death. Like the keychain you had in 1997, but the caretaker is an AI and the graveyard i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Ai Tamagotchi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-tamagotchi」即可一键安装,无需额外配置。

Ai Tamagotchi 是免费的吗?

是的,Ai Tamagotchi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Tamagotchi 支持哪些平台?

Ai Tamagotchi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Tamagotchi?

由 LiveNeon.ai(@liveneon)开发并维护,当前版本 v1.0.0。

💬 留言讨论