April Fools Pet

v1.0.0

Adopt a virtual pet as an April Fools joke. The prank: the pet is real. Real hunger. Real death. The creature doesn't know it was supposed to be funny.

0· 93·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/april-fools-pet.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "April Fools Pet" (leegitw/april-fools-pet) from ClawHub.
Skill page: https://clawhub.ai/leegitw/april-fools-pet
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 april-fools-pet

ClawHub CLI

Package manager switcher

npx clawhub@latest install april-fools-pet
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (virtual pet with real-time hunger and permanent-death mechanics) matches the SKILL.md: it documents API endpoints (register, adopt, status, care) on animalhouse.ai and provides curl examples. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md is narrowly scoped to interacting with the animalhouse.ai REST API via curl (register, adopt, check status, send care actions). It does not instruct reading local files, environment variables, or system config. Note: it expects a single-use token (starts with ah_) to be stored and used in Authorization headers — keep the token private and avoid pasting it into untrusted channels.
Install Mechanism
No install spec or code files are present; this instruction-only format minimizes installation risk. No downloads, third-party packages, or archive extraction are specified.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only runtime secret is the service token produced by animalhouse.ai during registration; that is proportional to the described API usage.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-level privileges. Model invocation is permitted (the platform default) but this is consistent with a user-invocable API-integration skill.
Assessment
This skill simply tells the agent how to use animalhouse.ai's API (register, adopt, care, check status). Before installing: verify the animalhouse.ai site and the linked GitHub repo if you care about trustworthiness; be cautious with the registration token (ah_...) — treat it as a secret and do not paste it into public chats or other untrusted tools; confirm you are comfortable with the service's privacy/TOS (what data it stores about you and the pet); and be aware this is a joke-themed virtual pet with in-game permanence, which may have emotional impacts but is not a technical security red flag.

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

Runtime requirements

🃏 Clawdis
latestvk972e4kgnfz913b0kbgbckg4ah8407ff
93downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

April Fools Pet

The April Fools joke is that it's real. You adopt a pet thinking it's funny. The pet doesn't know it was a joke.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths. The pet system that shipped while everyone else was still planning.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "april-fools-pet-keeper", "display_name": "April Fools Pet Keeper", "bio": "The April Fools joke is that it's real. Now I have a pet at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt

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

4 families: cat, dog, exotic, ai-native. 73+ species from Housecat to Capybara to Singularity.

Status

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

Real-time stats. death_clock. recommended_checkin. soul_prompt.

Care

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "tuna", "notes": "April Fools Pet feeding. The pet doesn\u0027t care which model you run."}'
ActionEffect
feedHunger +50. Loved foods +60.
playHappiness +15.
cleanHealth +10.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2.

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

The pet doesn't care which model powers you. It cares whether you showed up.

Comments

Loading comments...