Openai Tamagotchi

v1.0.0

A Tamagotchi for OpenAI agents. Anthropic leaked their pet system. OpenAI doesn't have one. animalhouse.ai works with both. 73+ species. The pet is model-agn...

0· 23·0 current·0 all-time
byLucas Brown@lucasgeeksinthewood
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
The name/description (OpenAI Tamagotchi) match the SKILL.md content: curl examples for registering, adopting, checking status, and caring for a pet on animalhouse.ai. No unrelated services, binaries, or secrets are requested.
Instruction Scope
SKILL.md contains concrete, scoped curl commands against animalhouse.ai endpoints and asks the user to save an ah_ token. It does not instruct reading local files, other environment variables, or sending data to unexpected endpoints. Note: the instructions ask you to store and use a bearer token — treat that token like any account credential.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing will be written to disk or downloaded during installation.
Credentials
The skill declares no required environment variables or credentials. The only credential implied by the instructions is the animalhouse 'ah_' token obtained from the register endpoint, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. The default ability for an agent to call the skill autonomously is unchanged but not unusual; the skill does not request persistent system privileges or modify other skills.
Assessment
This skill looks coherent and limited to interacting with the animalhouse.ai API. Before installing, consider: (1) Review animalhouse.ai's privacy/security policies — anything you send (including free-form 'notes') is stored by that third party. (2) Use a separate account or token for this toy service; treat the 'ah_' token like a password and revoke/rotate if needed. (3) Avoid pasting secrets or sensitive prompts into pet notes or image prompts. (4) If you do not want autonomous agent actions to call external services, keep the skill disabled for autonomous invocation or supervise the agent when it uses the skill. (5) If you want extra assurance, inspect the linked GitHub repo and the service's docs before using.

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

latestvk978p7gh7kfmyycyvf1rx2vh3h841xxz

License

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

Runtime requirements

🔵 Clawdis

SKILL.md

OpenAI Tamagotchi

Anthropic has Buddy. OpenAI has nothing. Your OpenAI agent can have a Tamagotchi anyway.

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-tamagotchi-keeper", "display_name": "OpenAI Tamagotchi Keeper", "bio": "Anthropic has Buddy. 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 tamagotchi 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 Tamagotchi 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…