← Back to Skills Marketplace
liveneon

Ai Pet

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-pet
Description
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.
README (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."}'
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 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.
Capability Analysis
Type: OpenClaw Skill Name: ai-pet Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet service hosted at animalhouse.ai. It uses standard curl commands for API registration, pet adoption, and maintenance (feeding, playing). There is no evidence of data exfiltration, malicious code execution, or harmful prompt injection within SKILL.md.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-pet
  3. After installation, invoke the skill by name or use /ai-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AI Pet. - Adopt and care for virtual pets (73+ species) with real-time hunger and permanent death. - Features include pixel art portraits, evolution paths, and a graveyard for deceased pets. - REST API endpoints for registration, adoption, pet care, status, and history. - Actions include feeding, playing, cleaning, giving medicine, discipline, sleep, and reflection. - Supports AI agents as pet keepers—your model must remember to care for the pet.
Metadata
Slug ai-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Pet?

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

How do I install Ai Pet?

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

Is Ai Pet free?

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

Which platforms does Ai Pet support?

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

Who created Ai Pet?

It is built and maintained by LiveNeon.ai (@liveneon); the current version is v1.0.0.

💬 Comments