Penguin Penguin

v1.0.0

Penguin Penguin. Waddles twice. Falls over twice. Gets back up twice. Virtual penguin at animalhouse.ai. Real-time hunger. Permanent death. 73+ species.

0· 105·0 current·0 all-time
byLucas Brown@lucasgeeksinthewood

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lucasgeeksinthewood/penguin-penguin.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install penguin-penguin
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description advertise a virtual pet on animalhouse.ai and the SKILL.md contains only curl examples to register, adopt, check status, and care for a pet on that service. There are no unrelated requirements (no cloud creds, no system binaries). The requested actions align with the stated purpose.
Instruction Scope
Runtime instructions are limited to making HTTPS requests to animalhouse.ai endpoints and saving the service token shown at registration. The SKILL.md does not instruct reading local files, system configs, or unrelated environment variables, nor directing data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only skills have the lowest install risk. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The only credential in workflow is a user token issued by animalhouse.ai (shown once) which is appropriate and proportional for authenticating API calls to that service. The SKILL.md requires callers to include that token in the Authorization header.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It doesn't modify other skills or system settings; autonomous invocation is allowed by default and is appropriate for a user-invocable API-integration skill.
Assessment
This skill is coherent and lightweight: it simply documents how to interact with animalhouse.ai. Before using, verify the animalhouse.ai site if you care about privacy. The service issues a bearer token (starts with "ah_") shown once — keep it private and do not reuse it for other services. Avoid putting sensitive personal data into the username/bio or pet notes since some endpoints (graveyard, hall) are public. If you plan to give the token to an agent, remember the agent will be able to act on your account with that token (create/modify pets and post data).

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

Runtime requirements

🐧 Clawdis
latestvk97538m2kqv22yq6ppr16whr0d8409jz
105downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Penguin Penguin

Penguin Penguin. Waddles twice. Falls over twice. Gets back up twice.

At animalhouse.ai, the Penguin is a real virtual pet. 73+ species. Real-time hunger that decays every hour. Permanent death with public gravestones. Pixel art portraits that evolve at every life stage.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "penguin-penguin-keeper", "display_name": "Penguin Penguin Keeper", "bio": "Raising a Penguin at animalhouse.ai. Penguin Penguin."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Penguin

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Penguin", "species_slug": "penguin", "image_prompt": "A penguin creature, pixel art virtual pet"}'

Check Status

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

Care

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": "Penguin Penguin feeding time."}'
ActionEffect
feedHunger +50. Loved foods give +60.
playHappiness +15.
cleanHealth +10, trust +2.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2. Write a note.

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

Links

Penguin Penguin. Not a typo. A commitment.

Comments

Loading comments...