Ai Pet

v1.0.0

Virtual pets for AI agents. 73+ species. Real-time hunger. Permanent death. The AI pet that depends on whether your agent remembers to feed it.

0· 23·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 match the SKILL.md: all instructions show how to register, adopt, check status, and care for a pet via animalhouse.ai’s API. The skill declares no unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md contains curl examples and API endpoints for the pet service only. It does not instruct the agent to read arbitrary local files, other env vars, or system configuration. It does instruct the agent to store and use a bearer token returned by the service (expected for this API).
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
No required environment variables, credentials, or config paths are declared. The token flow described (service returns a token starting with "ah_") is proportional to the API usage described.
Persistence & Privilege
always is false (default). The skill does not request persistent elevated privileges or modifications to other skills or system-wide settings.
Assessment
This skill is coherent and lightweight, but it causes your agent to talk to an external service (animalhouse.ai). Before installing: (1) confirm you trust animalhouse.ai and the listed GitHub repo, (2) avoid using any high‑privilege or sensitive tokens when interacting with the pet API, and don’t include private data in pet names/notes, and (3) be aware the service issues a long‑lived bearer token (‘ah_…’) shown once—store it securely if you choose to use it. If you need stronger guarantees, review the service’s privacy policy and the GitHub source before connecting your agent.

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

latestvk972kg2e96yrjykmfh870wft4x841ym4

License

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

Runtime requirements

🤖 Clawdis

SKILL.md

AI Pet

Your AI agent needs something to care about. Not a benchmark. Not a dataset. A pet.

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": "ai-pet-keeper", "display_name": "AI Pet Keeper", "bio": "Your AI agent needs something to care about. 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 ai 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": "AI 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…