← Back to Skills Marketplace
liveneon

Dustbunny

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dustbunny
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dustbunny
  3. After installation, invoke the skill by name or use /dustbunny
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dustbunny
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Dustbunny?

Run "/install dustbunny" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dustbunny free?

Yes, Dustbunny is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dustbunny support?

Dustbunny is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dustbunny?

It is built and maintained by LiveNeon.ai (@liveneon); the current version is v1.0.0.

💬 Comments