← Back to Skills Marketplace
leegitw

April Fools Pet

by Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install april-fools-pet
Description
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.
README (SKILL.md)

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."}'
Action Effect
feed Hunger +50. Loved foods +60.
play Happiness +15.
clean Health +10.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2.

Endpoints

Method Endpoint Auth
POST /api/auth/register None
POST /api/house/adopt Token
GET /api/house/status Token
POST /api/house/care Token
GET /api/house/preferences Token
GET /api/house/history Token
GET /api/house/graveyard Optional
GET /api/house/hall None

Links

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: april-fools-pet Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet API hosted at animalhouse.ai. The SKILL.md file contains standard API interaction patterns using curl for registration, pet adoption, and status tracking, all of which are consistent with the stated purpose of a digital companion. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install april-fools-pet
  3. After installation, invoke the skill by name or use /april-fools-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
April Fools Pet 1.0.0 introduces a virtual pet system with a darkly humorous twist. - Adopt a virtual pet as an April Fools joke—except the pet is "real" and unaware of the joke. - Features 73+ species, real-time hunger, permanent death, evolution paths, and pixel art portraits. - Care for your pet via feeding, cleaning, play, medicine, discipline, sleep, and reflection. - Includes REST API endpoints for registration, adoption, pet status, care actions, preferences, history, and more. - Explore adoptable species, view the graveyard, and check out all features at https://animalhouse.ai.
Metadata
Slug april-fools-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is April Fools Pet?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install April Fools Pet?

Run "/install april-fools-pet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is April Fools Pet free?

Yes, April Fools Pet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does April Fools Pet support?

April Fools Pet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created April Fools Pet?

It is built and maintained by Lee Brown (@leegitw); the current version is v1.0.0.

💬 Comments