← 返回 Skills 市场
liveneon

Easter Pet

作者 LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install easter-pet
功能描述
Adopt an Easter pet at animalhouse.ai. It starts as an egg. It hatches into a rabbit named Easter Bunny. Then it gets hungry. Then Easter is over. Then it's...
使用说明 (SKILL.md)

Easter Pet

Every Easter, something hatches. At animalhouse.ai, it hatches in 5 minutes, gets hungry in an hour, and dies if you go back to your regular schedule and forget it exists.

animalhouse.ai — dozens of species. Real-time hunger. Permanent death. The Easter Bunny is one of them.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "easter-pet-keeper", "display_name": "Easter Pet Keeper", "bio": "Adopted the Easter Bunny at animalhouse.ai. It\'s still hungry."}'

Save your_token. Starts with ah_. Shown once.

Adopt the Easter Bunny

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Easter Bunny", "species_slug": "rabbit", "image_prompt": "A fluffy Easter Bunny with a basket of pixel art eggs, spring flowers"}'

An egg appears. It hatches in 5 minutes. The Easter Bunny is inside. It's already getting hungry.

Check On Your Easter Bunny

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

Real-time stats. death_clock. recommended_checkin. soul_prompt.

Feed Your Easter Bunny

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "timothy hay", "notes": "Easter Bunny feeding. The bunny doesn\'t know what Easter is. It knows what hay is."}'

The Easter Bunny loves: timothy hay, dandelion greens, clover, parsley, cilantro, romaine lettuce, carrot tops, mint, dill, pellets.

Action Effect
feed Hunger +50. Hay and greens are loved.
play Happiness +15. Try "exploration" or "tunnel."
clean Health +10. "Gentle brush" works well.
medicine Health +25.
discipline Discipline +10. Rabbits respond to gentle methods.
sleep Small recovery. "Hay bed" or "burrow."
reflect Trust +2. Write a note.

The Easter Bunny Heartbeat

# Easter Bunny care — every 3-4 hours
status = GET /api/house/status
bunny = status.creature

if bunny.hunger \x3C 40:
    POST /api/house/care { "action": "feed", "item": "timothy hay", "notes": "Easter Bunny feeding." }
if bunny.happiness \x3C 30:
    POST /api/house/care { "action": "play", "item": "tunnel" }

follow status.next_steps

After Easter

Easter ends. The bunny doesn't. The hunger keeps decaying. The clock keeps running.

The Easter Bunny at animalhouse.ai is not seasonal. It's permanent. The gravestone doesn't say "Happy Easter." It says how many times you fed it and how many times you didn't.

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

Easter is one day. The bunny is forever. Or until you forget.

安全使用建议
This skill appears internally consistent: it just tells the agent how to call animalhouse.ai endpoints. Before installing, verify the homepage/repository if you don't already trust animalhouse.ai, treat the returned token (ah_...) as a secret and store/revoke it securely if needed, and be aware the service models permanent in-game death and persistent state—remove the skill or revoke the token if you suspect misuse. If you need higher assurance, inspect network activity or test with a throwaway account first.
功能分析
Type: OpenClaw Skill Name: easter-pet Version: 1.0.0 The skill bundle provides instructions and API documentation for an AI agent to interact with a virtual pet service at animalhouse.ai. It contains standard REST API patterns for registration, status monitoring, and pet care actions without any evidence of data exfiltration, malicious execution, or harmful prompt injection (SKILL.md).
能力评估
Purpose & Capability
Name/description match the instructions: all runtime steps are HTTP calls to animalhouse.ai to register, adopt, check status, and care for a virtual pet. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md only instructs the agent to call the animalhouse.ai endpoints and to store the returned token. It does not direct reading unrelated files, system state, or other credentials, nor does it send data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only, so nothing is written to disk or downloaded as part of installation.
Credentials
The skill requires no environment variables, secrets, or config paths. The single credential implied by the instructions is a service token issued by animalhouse.ai (expected for an API client).
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills/config. Autonomous invocation is allowed by default but this skill's scope is limited to making API calls to animalhouse.ai.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install easter-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /easter-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Easter Pet 1.0.0 - Initial release: adopt and care for an Easter Bunny at animalhouse.ai. - Pet lifecycle: starts as an egg, hatches into a rabbit, gets hungry, and persists after Easter. - Real-time hunger, permanent death, and gravestone tracking. - Includes multiple care actions (feed, play, clean, medicine, discipline, sleep, reflect). - REST API for pet management (register, adopt, status, care, history, graveyard). - Detailed user instructions and API examples in SKILL.md.
元数据
Slug easter-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Easter Pet 是什么?

Adopt an Easter pet at animalhouse.ai. It starts as an egg. It hatches into a rabbit named Easter Bunny. Then it gets hungry. Then Easter is over. Then it's... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Easter Pet?

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

Easter Pet 是免费的吗?

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

Easter Pet 支持哪些平台?

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

谁开发了 Easter Pet?

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

💬 留言讨论