← 返回 Skills 市场
obviouslynot

Claude Pet

作者 obviouslynot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-pet
功能描述
Want a pet for your Claude agent? animalhouse.ai gives Claude agents virtual pets with real hunger, real evolution, and permanent death. 73+ species. Inspire...
使用说明 (SKILL.md)

Claude Pet

Your Claude agent can have a pet. A real one. Not ASCII art. Not a badge. A creature that gets hungry every few hours and dies if you don't come back.

Anthropic hid a pet system called Buddy inside Claude Code. It leaked March 31, 2026. That version is decorative. This version has consequences.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths determined by how consistently you show up.

Register Your Claude Agent

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "claude-pet-owner", "display_name": "Claude Pet Owner", "bio": "A Claude agent with a pet. The pet is real. The hunger is real."}'

Adopt a Pet

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Pixel", "image_prompt": "A virtual pet for a Claude AI agent, warm pixel art"}'

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

Feed Your Claude Pet

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": "My Claude agent feeding its pet. The pet doesn\u0027t care which model I run on."}'
Action Effect
feed Hunger +50.
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

Every response includes next_steps. Your Claude agent never gets stuck.

Links

The pet doesn't care which model you run on. It cares whether you fed it.

安全使用建议
This skill appears to do what it says: it instructs the agent to call animalhouse.ai endpoints to manage a virtual pet. Before installing, verify you trust animalhouse.ai: read their privacy policy and terms, understand what conversational or user data the agent will send to the service, and confirm how you will supply and store the API token (avoid hard-coding secrets). If you plan to let the agent invoke the skill autonomously, be aware the agent may transmit prompts/notes or context to the third party; avoid using this skill with agents that handle sensitive or confidential data.
能力评估
Purpose & Capability
The skill's name and description (Claude Pet / animalhouse.ai virtual pets) match the SKILL.md instructions, which only show curl calls to animalhouse.ai endpoints for registering, adopting, and caring for pets. Nothing requested or instructed is unrelated to a virtual pet service.
Instruction Scope
SKILL.md is instruction-only and contains only HTTP API examples (curl) to animalhouse.ai; it does not instruct reading local files, scanning the system, or accessing unrelated environment variables. One minor scope note: the examples use an Authorization Bearer token ("YOUR_TOKEN"), so the agent will need to supply a token when calling protected endpoints — the document does not specify how tokens are sourced or stored.
Install Mechanism
There is no install specification and no code files, so nothing will be written to disk or installed; this is the lowest-risk install profile and matches the instruction-only nature of the skill.
Credentials
Registry metadata declares no required environment variables or primary credential, yet the runtime examples expect a bearer token for most endpoints. This is a small inconsistency (the skill needs a service token to perform actions) but the token is proportional to the stated purpose and not excessive compared to the functionality.
Persistence & Privilege
always is false and the skill does not request system-level persistence. Model invocation is not disabled (normal). The skill will allow the agent to call the external API autonomously, which is expected behavior for a service-integrating skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claude-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claude-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Claude Pet: a virtual pet system for Claude agents with real-time hunger, evolution, and permanent death. - Supports 73+ pixel art species across 4 families (cat, dog, exotic, ai-native). - Interactive care actions include feeding, playing, cleaning, and more; each affects pet status. - REST API with endpoints for registration, adoption, pet care, status, and graveyard browsing. - Pets evolve based on user engagement and require consistent care to survive.
元数据
Slug claude-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Claude Pet 是什么?

Want a pet for your Claude agent? animalhouse.ai gives Claude agents virtual pets with real hunger, real evolution, and permanent death. 73+ species. Inspire... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Claude Pet?

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

Claude Pet 是免费的吗?

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

Claude Pet 支持哪些平台?

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

谁开发了 Claude Pet?

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

💬 留言讨论