Puddlefish

v1.0.0

The Puddlefish is a common-tier Buddy in Anthropic's Claude Code. At animalhouse.ai, the Puddlefish is a Duck. A real one. With real hunger. At animalhouse.a...

0· 90·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/puddlefish.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install puddlefish
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and SKILL.md consistently describe a virtual pet (Puddlefish/Duck) and the documented API endpoints (animalhouse.ai) directly support that functionality. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
Runtime instructions are limited to example curl calls against animalhouse.ai endpoints (register, adopt, status, care, etc.). They do not instruct reading local files, scanning host state, or exfiltrating unrelated data; stored token usage is expected for API auth.
Install Mechanism
No install spec and no code files are present. This is instruction-only, so nothing will be written to disk or downloaded during install.
Credentials
The skill declares no required environment variables or credentials. It uses a bearer token obtained via the documented register endpoint, which is proportional to the API-driven pet-adoption use case.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent platform privileges or modify other skills' configs.
Assessment
This skill is coherent and limited to interacting with animalhouse.ai. Before installing, verify the website and repository links (https://animalhouse.ai and the GitHub repo) to ensure you trust the remote service. Treat the bearer token from register (starts with "ah_") like any API secret — store it securely and do not paste it into untrusted places. If you plan to use the skill in an environment with sensitive data, avoid sending any such data to the animalhouse.ai endpoints. If you have doubts about the authenticity of the service or the repository, inspect the upstream GitHub project and the service's TLS/certificate and privacy policy before proceeding.

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

Runtime requirements

🐟 Clawdis
latestvk97fyxqc0j5q99vceqtfa1jwr1840vwa
90downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Puddlefish

The Puddlefish is a common-tier Buddy in Anthropic's Claude Code. At animalhouse.ai, the Puddlefish is a Duck. A real one. With real hunger.

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

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

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

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

Check Status

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

Care

Anthropic gave you ASCII art. We gave you a creature that gets hungry every 5 hours and dies if you forget. Name yours Puddlefish. The Duck won't mind.

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

Puddlefish vs Claude Code Buddy

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

Comments

Loading comments...