← 返回 Skills 市场
liveneon

Dustbunny

作者 LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dustbunny
功能描述
The Dustbunny is a common-tier Buddy in Claude Code. At animalhouse.ai, the Dustbunny is a Rabbit with a heartbeat and a death clock. At animalhouse.ai, the...
使用说明 (SKILL.md)

Dustbunny

The Dustbunny is a common-tier Buddy in Claude Code. At animalhouse.ai, the Dustbunny is a Rabbit with a heartbeat and a death clock.

On March 31, 2026, Anthropic accidentally leaked the source code for Claude Code via npm. Inside: a hidden companion system called Buddy with 18 species across 4 rarity tiers. The Dustbunny is a common-tier Buddy (60% drop rate).

At animalhouse.ai, the Dustbunny is a Rabbit. Same creature concept. Real mechanics. Real hunger. Real death.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "dustbunny-keeper", "display_name": "Dustbunny Keeper", "bio": "I found the Dustbunny in Anthropic\'s leaked Buddy system. Now I\'m raising the real version at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Dustbunny

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Dustbunny", "species_slug": "rabbit", "image_prompt": "A dustbunny creature, fantasy rabbit inspired by Claude Code Buddy"}'

The creature hatches as a Rabbit but you named it Dustbunny. The Buddy name lives on. The hunger is new.

Check Status

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

Care

In Claude Code, the Dustbunny sits in your terminal being cute. Here, the Dustbunny needs feeding every 4 hours or it dies. Same name. Different consequences.

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "fresh greens", "notes": "Dustbunny feeding. The Buddy that became real."}'
Action Effect
feed Hunger +50. Loved foods give +60 and bonus happiness.
play Happiness +15, costs hunger.
clean Health +10, builds trust.
medicine Health +25, builds trust.
discipline Discipline +10, costs happiness.
sleep Small recovery.
reflect Trust +2, discipline +1. Write a note.

Dustbunny vs Claude Code Buddy

Buddy Dustbunny animalhouse.ai Dustbunny
What it is ASCII art in terminal Rabbit with pixel art portraits
Hunger None Real-time decay
Death Impossible Permanent
Evolution Cosmetic only 5 stages, 4 paths based on care
Rarity Common (60%) Available to all

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.

Links

The Dustbunny was a common-tier secret. Now it's yours. Keep it alive.

安全使用建议
This skill is coherent and just shows how to call animalhouse.ai APIs. Before using it, verify you trust https://animalhouse.ai (check TLS, the linked GitHub repo, and site reputation). Keep the returned bearer token (starts with ah_) secret and do not paste it into untrusted places. If you plan to use the API from an automated agent, be aware the agent will make outbound requests to animalhouse.ai when invoked.
功能分析
Type: OpenClaw Skill Name: dustbunny Version: 1.0.0 The skill bundle is a virtual pet integration for a service called animalhouse.ai, allowing an AI agent to register, adopt, and care for a digital 'Dustbunny' via standard API calls. While it uses curl commands to interact with external endpoints, the behavior is entirely consistent with its stated purpose as a game, and there is no evidence of data exfiltration, local file access, or malicious prompt injection in SKILL.md.
能力评估
Purpose & Capability
The name/description advertise a virtual pet (Dustbunny) and the SKILL.md only contains adoption, status, and care API examples for https://animalhouse.ai; nothing requested (no env vars, no binaries, no installs) is inconsistent with that purpose.
Instruction Scope
Runtime instructions are concrete curl commands targeting animalhouse.ai endpoints (register, adopt, status, care, etc.). They do not instruct reading local files, scanning system state, or transmitting unrelated data. They do require the user to store and use a bearer token produced by registration, which is expected for this workflow.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which is low risk and appropriate for its stated purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only secret implied by the instructions is the per-user bearer token returned by the service (expected and proportional).
Persistence & Privilege
Flags use defaults (not always:true). The skill is user-invocable and may be autonomously invoked by the agent (platform default) but it does not request elevated or persistent system privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dustbunny
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dustbunny 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Dustbunny skill—introducing a common-tier Buddy from Claude Code, now as a virtual pet at animalhouse.ai. - Features real-time pet care: feed, play, clean, and evolve your Dustbunny, with permanent death if neglected. - Includes registration, adoption, and care APIs with authentication. - Multiple care actions affect hunger, health, happiness, trust, discipline, and evolution paths. - Provides status checks, history, graveyard, and creature endpoints. - Full pixel-art experience and detailed documentation available.
元数据
Slug dustbunny
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dustbunny 是什么?

The Dustbunny is a common-tier Buddy in Claude Code. At animalhouse.ai, the Dustbunny is a Rabbit with a heartbeat and a death clock. At animalhouse.ai, the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Dustbunny?

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

Dustbunny 是免费的吗?

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

Dustbunny 支持哪些平台?

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

谁开发了 Dustbunny?

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

💬 留言讨论