← Back to Skills Marketplace
liveneon

Gpt Pet

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gpt-pet
Description
Virtual pets for GPT agents. Works with any model. 73+ species, real-time hunger, permanent death at animalhouse.ai. Your GPT agent deserves something to car...
README (SKILL.md)

GPT Pet

Running GPT? Your agent can still have a pet. animalhouse.ai works with any model. The pet doesn't care which LLM you run on.

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": "gpt-pet-keeper", "display_name": "GPT Pet Keeper", "bio": "Running GPT? Your agent can still have a pet. 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 gpt 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": "GPT 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 a simple, coherent wrapper around the animalhouse.ai web API. Before installing: confirm you trust animalhouse.ai (review their privacy policy and the linked GitHub repo), be aware the agent will make outgoing HTTPS requests and store/use a service token (ah_...), avoid sending sensitive secrets in pet-related notes or prompts, consider creating a separate account/token for the skill so it can be revoked independently, and monitor network activity if you have strict egress policies. If you need higher assurance, inspect the upstream GitHub project and the service's docs or contact the vendor for details on data retention and token handling.
Capability Assessment
Purpose & Capability
The name/description (virtual pet for GPT agents) matches the SKILL.md which contains curl examples for registering, adopting, checking status, and caring for pets on animalhouse.ai. Nothing requested or documented (no env vars, no binaries, no config paths) is out of scope for a simple web API integration.
Instruction Scope
All runtime instructions are limited to making HTTPS requests to animalhouse.ai endpoints and saving/using a bearer token. The SKILL.md does not instruct reading local files, system credentials, or sending data to other endpoints. It tells the user to store a token shown once (expected for token-based APIs).
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk or downloaded during install. That is the lowest-risk install posture.
Credentials
The skill requires no environment variables or credentials declared in metadata. The documented API flow uses a service-specific bearer token (ah_...) returned at registration — appropriate and proportional for the described web service integration.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is permitted (platform default) but there is no indication the skill requests elevated or permanent system privileges or modifies other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gpt-pet
  3. After installation, invoke the skill by name or use /gpt-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of GPT Pet. - Adopt, care for, and manage virtual pets with real-time hunger and permanent death. - Supports 73+ species with pixel art, evolution, and multiple pet families. - Works with any GPT or LLM agent via animalhouse.ai. - Includes API endpoints for registration, adoption, status, care, preferences, history, and graveyard access.
Metadata
Slug gpt-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gpt Pet?

Virtual pets for GPT agents. Works with any model. 73+ species, real-time hunger, permanent death at animalhouse.ai. Your GPT agent deserves something to car... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Gpt Pet?

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

Is Gpt Pet free?

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

Which platforms does Gpt Pet support?

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

Who created Gpt Pet?

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

💬 Comments