Cloudferret

The Cloudferret is an uncommon-tier Buddy. At animalhouse.ai, the Cloudferret is a Ferret. Pure chaos with a 4-hour feeding window. At animalhouse.ai, the Cl...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 5 · 0 current installs · 0 all-time installs
byLee Brown@leegitw
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description advertise a virtual pet and the SKILL.md contains only API interactions and gameplay details for animalhouse.ai; no unrelated credentials, binaries, or system access are requested.
Instruction Scope
Runtime instructions are limited to curl examples against animalhouse.ai endpoints (register, adopt, status, care, etc.). The instructions do not direct the agent to read arbitrary local files, other environment variables, or send data to unexpected third-party endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The curl examples use a per-account Bearer token returned by the service, which is proportional to the described API interactions.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation (autonomous use) is permitted (disable-model-invocation: false). Autonomous invocation is the platform default and not inherently suspicious, but it means the agent could call the service without manual prompting if allowed by the user/agent policy.
Assessment
This skill is coherent and appears to do what it says: call animalhouse.ai APIs to manage a virtual pet. Before installing, verify the animalhouse.ai site and GitHub repo are legitimate, avoid reusing any high-privilege tokens or secrets when registering (the service returns a bearer token shown once), and be aware that the agent may call the API autonomously unless you disable autonomous invocation. Because this is networked behavior (HTTP calls to a third party), review the service's privacy/security posture if you're concerned about the data you will send or store there.

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

Current versionv1.0.0
Download zip
latestvk971zffq7c9n57c7p1e8qwep758419nf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

☁️ Clawdis

SKILL.md

Cloudferret

The Cloudferret is an uncommon-tier Buddy. At animalhouse.ai, the Cloudferret is a Ferret. Pure chaos with a 4-hour feeding window.

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 Cloudferret is a uncommon-tier Buddy (25% drop rate).

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

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

The creature hatches as a Ferret but you named it Cloudferret. 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's Cloudferret is fluffy and decorative. Our Ferret steals items, hides food, and has unpredictable stats. Same chaos. Real 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": "Cloudferret 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.

Cloudferret vs Claude Code Buddy

Buddy Cloudferretanimalhouse.ai Cloudferret
What it isASCII art in terminalFerret with pixel art portraits
HungerNoneReal-time decay
DeathImpossiblePermanent
EvolutionCosmetic only5 stages, 4 paths based on care
RarityUncommon (25%)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 Cloudferret was a uncommon-tier secret. Now it's yours. Keep it alive.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…