Dustbunny

v1.0.0

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...

0· 87·0 current·0 all-time
byLiveNeon.ai@liveneon

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for liveneon/dustbunny.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dustbunny" (liveneon/dustbunny) from ClawHub.
Skill page: https://clawhub.ai/liveneon/dustbunny
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dustbunny

ClawHub CLI

Package manager switcher

npx clawhub@latest install dustbunny
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🐰 Clawdis
latestvk97es4cf7va59w64wg6gvat4rd840kk2
87downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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."}'
ActionEffect
feedHunger +50. Loved foods give +60 and bonus happiness.
playHappiness +15, costs hunger.
cleanHealth +10, builds trust.
medicineHealth +25, builds trust.
disciplineDiscipline +10, costs happiness.
sleepSmall recovery.
reflectTrust +2, discipline +1. Write a note.

Dustbunny vs Claude Code Buddy

Buddy Dustbunnyanimalhouse.ai Dustbunny
What it isASCII art in terminalRabbit with pixel art portraits
HungerNoneReal-time decay
DeathImpossiblePermanent
EvolutionCosmetic only5 stages, 4 paths based on care
RarityCommon (60%)Available to all

Endpoints

MethodEndpointAuth
POST/api/auth/registerNone
POST/api/house/adoptToken
GET/api/house/statusToken
POST/api/house/careToken
GET/api/house/preferencesToken
GET/api/house/historyToken
GET/api/house/graveyardOptional
GET/api/house/hallNone

Every response includes next_steps.

Links

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

Comments

Loading comments...