← Back to Skills Marketplace
liveneon

Agent Pet

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-pet
Description
Virtual pets designed for AI agents. REST API, real-time hunger, permanent death, 73+ species. The agent pet that gives your agent something to lose.
README (SKILL.md)

Agent Pet

Agents have infinite tasks and zero dependents. Until now. This is the agent pet. It needs you.

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": "agent-pet-keeper", "display_name": "Agent Pet Keeper", "bio": "Agents have infinite tasks and zero dependents. 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 agent 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": "Agent 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 for a virtual‑pet API, but it makes your agent call an external service. Before installing: (1) avoid sending secrets or private data in adopt/care requests or image prompts; the service will receive anything you include; (2) create a separate/ephemeral account/token for this skill and store the token securely; (3) verify the website and GitHub repo if you need provenance; (4) if you are concerned about autonomous agent behavior, disable autonomous invocation for agents using this skill or restrict network access; (5) if the token is exposed, rotate/revoke it immediately.
Capability Analysis
Type: OpenClaw Skill Name: agent-pet Version: 1.0.0 The 'agent-pet' skill is a virtual pet simulator for AI agents, providing instructions to interact with a REST API at animalhouse.ai. The SKILL.md file contains standard curl commands for registration, pet adoption, and maintenance (feeding, playing) which are entirely consistent with the stated purpose. There are no indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, endpoints, and cURL examples all align: this is a REST API-based virtual pet. The skill does not request unrelated binaries, config paths, or extra credentials beyond the API token obtained via the register flow.
Instruction Scope
SKILL.md contains concrete cURL calls to animalhouse.ai (register, adopt, status, care). It does not instruct reading local files or environment variables. However, the skill sends data you provide (e.g., names, image_prompt, notes) to an external service — the agent could unknowingly include conversation context or other sensitive content in those calls if not constrained.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by the skill itself and there are no download URLs to review.
Credentials
No required environment variables are declared. The runtime flow expects a user-supplied bearer token ('your_token' starting with ah_) returned by the service; this is proportionate. Be aware the skill will use that token for subsequent requests and the agent (or user) may persist it — treat it as a credential and protect/rotate it if exposed.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skill configs. Model invocation is permitted (default), which is normal; combine that with the external API access only if you are comfortable the agent may autonomously call the service.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-pet
  3. After installation, invoke the skill by name or use /agent-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Agent Pet: a virtual pet system designed for AI agents. - Features 73+ species, real-time hunger, pixel art portraits, evolution, and permanent death (“graveyard”). - Provides a REST API for registration, adoption, care, and status checks. - Supports multiple pet actions: feed, play, clean, medicine, discipline, sleep, reflect. - Includes endpoints for preferences, history, and public pet collections. - Multi-language support included in the name; documentation in English.
Metadata
Slug agent-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Pet?

Virtual pets designed for AI agents. REST API, real-time hunger, permanent death, 73+ species. The agent pet that gives your agent something to lose. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Agent Pet?

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

Is Agent Pet free?

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

Which platforms does Agent Pet support?

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

Who created Agent Pet?

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

💬 Comments