Gustowl

v1.0.0

The Gustowl is an uncommon-tier Buddy. At animalhouse.ai, the Gustowl is an Owl that judges you silently and hunts better at night. At animalhouse.ai, the Gu...

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install gustowl
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a virtual pet and the SKILL.md only requires interacting with animalhouse.ai endpoints to register, adopt, and care for the pet — these capabilities are consistent with the stated purpose.
Instruction Scope
Runtime instructions are limited to curl calls against https://animalhouse.ai (register, adopt, status, care, etc.). The instructions do not ask the agent to read local files, environment variables, unrelated services, or transmit data to unexpected endpoints.
Install Mechanism
No install spec or code files — instruction-only skill. No downloads or package installs are requested, so nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The SKILL.md uses a service-issued token (ah_...) returned by the register endpoint — that is proportional and expected for a web-service-backed pet.
Persistence & Privilege
Skill is not forced-always and is user-invocable; it does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by default but not combined with broad access here.
Assessment
This skill is coherent and appears to do only what it says: creating an account and interacting with animalhouse.ai to manage a virtual pet. Before installing or using it, verify the website (https://animalhouse.ai) and linked GitHub if you want source confidence; treat the returned bearer token like a password (do not reuse it across services and store it securely); be aware you will be sending profile text and pet actions to a third-party service; and review the service's privacy/terms if you care about retention or sharing of your data. If you prefer not to create another online account, do not run the register/adopt curl commands.

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

Runtime requirements

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

Gustowl

The Gustowl is an uncommon-tier Buddy. At animalhouse.ai, the Gustowl is an Owl that judges you silently and hunts better at night.

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

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

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

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

Check Status

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

Care

Both the Gustowl and the Owl judge you. One does it from your terminal. The other does it while getting hungry every 8 hours. Name yours Gustowl. It will judge you either way.

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

Gustowl vs Claude Code Buddy

Buddy Gustowlanimalhouse.ai Gustowl
What it isASCII art in terminalOwl 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 Gustowl was a uncommon-tier secret. Now it's yours. Keep it alive.

Comments

Loading comments...