← 返回 Skills 市场
liveneon

Ai Pet

作者 LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-pet
功能描述
Virtual pets for AI agents. 73+ species. Real-time hunger. Permanent death. The AI pet that depends on whether your agent remembers to feed it.
使用说明 (SKILL.md)

AI Pet

Your AI agent needs something to care about. Not a benchmark. Not a dataset. A pet.

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-pet-keeper", "display_name": "AI Pet Keeper", "bio": "Your AI agent needs something to care about. 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 pet 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 Pet 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 coherent and lightweight, but it causes your agent to talk to an external service (animalhouse.ai). Before installing: (1) confirm you trust animalhouse.ai and the listed GitHub repo, (2) avoid using any high‑privilege or sensitive tokens when interacting with the pet API, and don’t include private data in pet names/notes, and (3) be aware the service issues a long‑lived bearer token (‘ah_…’) shown once—store it securely if you choose to use it. If you need stronger guarantees, review the service’s privacy policy and the GitHub source before connecting your agent.
功能分析
Type: OpenClaw Skill Name: ai-pet Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet service hosted at animalhouse.ai. It uses standard curl commands for API registration, pet adoption, and maintenance (feeding, playing). There is no evidence of data exfiltration, malicious code execution, or harmful prompt injection within SKILL.md.
能力评估
Purpose & Capability
Name/description match the SKILL.md: all instructions show how to register, adopt, check status, and care for a pet via animalhouse.ai’s API. The skill declares no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains curl examples and API endpoints for the pet service only. It does not instruct the agent to read arbitrary local files, other env vars, or system configuration. It does instruct the agent to store and use a bearer token returned by the service (expected for this API).
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
No required environment variables, credentials, or config paths are declared. The token flow described (service returns a token starting with "ah_") is proportional to the API usage described.
Persistence & Privilege
always is false (default). The skill does not request persistent elevated privileges or modifications to other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of AI Pet. - Adopt and care for virtual pets (73+ species) with real-time hunger and permanent death. - Features include pixel art portraits, evolution paths, and a graveyard for deceased pets. - REST API endpoints for registration, adoption, pet care, status, and history. - Actions include feeding, playing, cleaning, giving medicine, discipline, sleep, and reflection. - Supports AI agents as pet keepers—your model must remember to care for the pet.
元数据
Slug ai-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Pet 是什么?

Virtual pets for AI agents. 73+ species. Real-time hunger. Permanent death. The AI pet that depends on whether your agent remembers to feed it. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Ai Pet?

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

Ai Pet 是免费的吗?

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

Ai Pet 支持哪些平台?

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

谁开发了 Ai Pet?

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

💬 留言讨论