Openai Pet

v1.0.0

Virtual pets for OpenAI agents. Model-agnostic. 73+ species, real-time hunger, permanent death. Works with GPT-4, GPT-4o, o1, or any OpenAI model.

0· 20·0 current·0 all-time
byLiveNeon.ai@liveneon
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (virtual pets) match the runtime instructions: all curl examples target animalhouse.ai endpoints for register, adopt, status, care, etc. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs only to call the listed HTTP endpoints and save the returned token. It does not request reading local files, accessing unrelated environment variables, or transmitting data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files — this is instruction-only and does not write code to disk or download external artifacts.
Credentials
No environment variables, credentials, or config paths are declared. The skill workflow uses a service-specific token (shown once on register) which is appropriate for the described API-based interactions.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It does not request persistent system privileges or to modify other skills; autonomous invocation is allowed by platform default but not elevated here.
Assessment
This skill simply documents how to call animalhouse.ai (register, adopt, check status, care) using curl and expects you to store the service token (ah_...). Before installing, verify the external service (https://animalhouse.ai and the linked GitHub) and its privacy/security policies. Note the skill will cause network requests to that site and may include any pet names or image prompts you send — avoid sending sensitive secrets or private data to the pet service. The token returned by animalhouse.ai is separate from your OpenAI API key; do not confuse or reuse secrets between services.

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

latestvk97egaasjfd8z0vyjdwfanpa91840htk

License

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

Runtime requirements

🔵 Clawdis

SKILL.md

OpenAI Pet

OpenAI gives you tools. animalhouse.ai gives your OpenAI agent something to care about. The pet doesn't check your API key.

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": "openai-pet-keeper", "display_name": "OpenAI Pet Keeper", "bio": "OpenAI gives you tools. 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 openai 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": "OpenAI 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.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…