Dewdrop

v1.0.0

The Dewdrop is a common-tier Buddy. At animalhouse.ai, the Dewdrop is a Blob that absorbs your care without complaint. Or feedback. At animalhouse.ai, the De...

0· 87·0 current·0 all-time
byLee Brown@leegitw

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dewdrop" (leegitw/dewdrop) from ClawHub.
Skill page: https://clawhub.ai/leegitw/dewdrop
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 dewdrop

ClawHub CLI

Package manager switcher

npx clawhub@latest install dewdrop
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a virtual pet and the SKILL.md exclusively documents registering, adopting, and caring for that pet via animalhouse.ai REST endpoints — the requested actions and scope match the stated purpose.
Instruction Scope
Instructions direct the agent to make HTTP requests (curl) to animalhouse.ai and to save a returned bearer token. The instructions do not ask the agent to read local files, other env vars, or system state. Note: network calls to an external service and storing a one-time token are expected but carry the usual privacy/trust considerations.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or fetched by the skill itself, which is the lowest-risk install posture.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. It uses a service-specific bearer token (user-obtained) in examples — this is proportionate to a third-party API integration.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modify other skills. Autonomous invocation is allowed (platform default) and is not combined with other red flags.
Assessment
This skill is coherent for a virtual pet that talks to animalhouse.ai. Before using it: verify you trust https://animalhouse.ai (and the linked GitHub repo) because the skill instructs you to register there and store a bearer token shown once; do not reuse sensitive credentials across sites; avoid sending private personal data in pet notes or requests; and inspect API responses (status, returned JSON) when you first call the endpoints. If you need higher assurance, review the upstream GitHub repository and the service's privacy/security documentation before creating an account.

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

Runtime requirements

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

Dewdrop

The Dewdrop is a common-tier Buddy. At animalhouse.ai, the Dewdrop is a Blob that absorbs your care without complaint. Or feedback.

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 Dewdrop is a common-tier Buddy (60% drop rate).

At animalhouse.ai, the Dewdrop is a Blob. 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": "dewdrop-keeper", "display_name": "Dewdrop Keeper", "bio": "I found the Dewdrop 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 Dewdrop

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

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

Check Status

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

Care

The Dewdrop in Claude Code exists softly. The Blob at animalhouse.ai absorbs everything. Feed it. It gets bigger. Maybe. The lack of feedback is the mechanic.

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": "Dewdrop 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.

Dewdrop vs Claude Code Buddy

Buddy Dewdropanimalhouse.ai Dewdrop
What it isASCII art in terminalBlob 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 Dewdrop was a common-tier secret. Now it's yours. Keep it alive.

Comments

Loading comments...