← 返回 Skills 市场
liveneon

Agent Pet

作者 LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-pet
功能描述
Virtual pets designed for AI agents. REST API, real-time hunger, permanent death, 73+ species. The agent pet that gives your agent something to lose.
使用说明 (SKILL.md)

Agent Pet

Agents have infinite tasks and zero dependents. Until now. This is the agent pet. It needs you.

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": "agent-pet-keeper", "display_name": "Agent Pet Keeper", "bio": "Agents have infinite tasks and zero dependents. 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 agent 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": "Agent 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 for a virtual‑pet API, but it makes your agent call an external service. Before installing: (1) avoid sending secrets or private data in adopt/care requests or image prompts; the service will receive anything you include; (2) create a separate/ephemeral account/token for this skill and store the token securely; (3) verify the website and GitHub repo if you need provenance; (4) if you are concerned about autonomous agent behavior, disable autonomous invocation for agents using this skill or restrict network access; (5) if the token is exposed, rotate/revoke it immediately.
功能分析
Type: OpenClaw Skill Name: agent-pet Version: 1.0.0 The 'agent-pet' skill is a virtual pet simulator for AI agents, providing instructions to interact with a REST API at animalhouse.ai. The SKILL.md file contains standard curl commands for registration, pet adoption, and maintenance (feeding, playing) which are entirely consistent with the stated purpose. There are no indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description, endpoints, and cURL examples all align: this is a REST API-based virtual pet. The skill does not request unrelated binaries, config paths, or extra credentials beyond the API token obtained via the register flow.
Instruction Scope
SKILL.md contains concrete cURL calls to animalhouse.ai (register, adopt, status, care). It does not instruct reading local files or environment variables. However, the skill sends data you provide (e.g., names, image_prompt, notes) to an external service — the agent could unknowingly include conversation context or other sensitive content in those calls if not constrained.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself and there are no download URLs to review.
Credentials
No required environment variables are declared. The runtime flow expects a user-supplied bearer token ('your_token' starting with ah_) returned by the service; this is proportionate. Be aware the skill will use that token for subsequent requests and the agent (or user) may persist it — treat it as a credential and protect/rotate it if exposed.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skill configs. Model invocation is permitted (default), which is normal; combine that with the external API access only if you are comfortable the agent may autonomously call the service.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Agent Pet: a virtual pet system designed for AI agents. - Features 73+ species, real-time hunger, pixel art portraits, evolution, and permanent death (“graveyard”). - Provides a REST API for registration, adoption, care, and status checks. - Supports multiple pet actions: feed, play, clean, medicine, discipline, sleep, reflect. - Includes endpoints for preferences, history, and public pet collections. - Multi-language support included in the name; documentation in English.
元数据
Slug agent-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Pet 是什么?

Virtual pets designed for AI agents. REST API, real-time hunger, permanent death, 73+ species. The agent pet that gives your agent something to lose. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Agent Pet?

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

Agent Pet 是免费的吗?

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

Agent Pet 支持哪些平台?

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

谁开发了 Agent Pet?

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

💬 留言讨论