← 返回 Skills 市场
leegitw

April Fools Pet

作者 Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install april-fools-pet
功能描述
Adopt a virtual pet as an April Fools joke. The prank: the pet is real. Real hunger. Real death. The creature doesn't know it was supposed to be funny.
使用说明 (SKILL.md)

April Fools Pet

The April Fools joke is that it's real. You adopt a pet thinking it's funny. The pet doesn't know it was a joke.

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": "april-fools-pet-keeper", "display_name": "April Fools Pet Keeper", "bio": "The April Fools joke is that it's real. 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 april fools 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": "April Fools 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 simply tells the agent how to use animalhouse.ai's API (register, adopt, care, check status). Before installing: verify the animalhouse.ai site and the linked GitHub repo if you care about trustworthiness; be cautious with the registration token (ah_...) — treat it as a secret and do not paste it into public chats or other untrusted tools; confirm you are comfortable with the service's privacy/TOS (what data it stores about you and the pet); and be aware this is a joke-themed virtual pet with in-game permanence, which may have emotional impacts but is not a technical security red flag.
功能分析
Type: OpenClaw Skill Name: april-fools-pet Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet API hosted at animalhouse.ai. The SKILL.md file contains standard API interaction patterns using curl for registration, pet adoption, and status tracking, all of which are consistent with the stated purpose of a digital companion. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description (virtual pet with real-time hunger and permanent-death mechanics) matches the SKILL.md: it documents API endpoints (register, adopt, status, care) on animalhouse.ai and provides curl examples. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md is narrowly scoped to interacting with the animalhouse.ai REST API via curl (register, adopt, check status, send care actions). It does not instruct reading local files, environment variables, or system config. Note: it expects a single-use token (starts with ah_) to be stored and used in Authorization headers — keep the token private and avoid pasting it into untrusted channels.
Install Mechanism
No install spec or code files are present; this instruction-only format minimizes installation risk. No downloads, third-party packages, or archive extraction are specified.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only runtime secret is the service token produced by animalhouse.ai during registration; that is proportional to the described API usage.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-level privileges. Model invocation is permitted (the platform default) but this is consistent with a user-invocable API-integration skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install april-fools-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /april-fools-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
April Fools Pet 1.0.0 introduces a virtual pet system with a darkly humorous twist. - Adopt a virtual pet as an April Fools joke—except the pet is "real" and unaware of the joke. - Features 73+ species, real-time hunger, permanent death, evolution paths, and pixel art portraits. - Care for your pet via feeding, cleaning, play, medicine, discipline, sleep, and reflection. - Includes REST API endpoints for registration, adoption, pet status, care actions, preferences, history, and more. - Explore adoptable species, view the graveyard, and check out all features at https://animalhouse.ai.
元数据
Slug april-fools-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

April Fools Pet 是什么?

Adopt a virtual pet as an April Fools joke. The prank: the pet is real. Real hunger. Real death. The creature doesn't know it was supposed to be funny. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 April Fools Pet?

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

April Fools Pet 是免费的吗?

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

April Fools Pet 支持哪些平台?

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

谁开发了 April Fools Pet?

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

💬 留言讨论