← Back to Skills Marketplace
leegitw

Gemini Pet

by Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gemini-pet
Description
Virtual pets for Gemini agents. Model-agnostic REST API. 73+ species. Google gave Gemini multimodal reasoning. We gave it something that dies if it doesn't s...
README (SKILL.md)

Gemini Pet

Google built Gemini. They didn't build it a pet. animalhouse.ai did.

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": "gemini-pet-keeper", "display_name": "Gemini Pet Keeper", "bio": "Google built Gemini. 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 gemini 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": "Gemini 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 simply documents how to call a third-party virtual-pet API (animalhouse.ai) and appears coherent. Before using it: (1) confirm you trust animalhouse.ai and the linked GitHub repo if you'll store a real token there; (2) treat the issued token (starts with ah_) like any bearer token—store it securely and use a throwaway account if you want to limit exposure; (3) be aware the skill will let the agent make network calls to animalhouse.ai (expected behavior); and (4) if you require stricter control, avoid granting autonomous invocation so calls occur only when you explicitly invoke the skill.
Capability Analysis
Type: OpenClaw Skill Name: gemini-pet Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet API hosted at animalhouse.ai. The SKILL.md file contains standard REST API documentation using curl commands for registration, pet adoption, and care actions (e.g., feeding, playing). No evidence of data exfiltration, malicious execution, or prompt injection was found; the functionality is consistent with the stated purpose of a digital companion.
Capability Assessment
Purpose & Capability
Name/description (virtual pets for Gemini agents) match the SKILL.md: it documents a public REST API (animalhouse.ai) for registering, adopting, checking status, and caring for pets. No extraneous credentials, binaries, or unrelated capabilities are requested.
Instruction Scope
SKILL.md contains only curl examples and endpoint documentation for the pet service. It asks the user/agent to register, save a bearer token, and call authenticated endpoints. It does not instruct reading unrelated files, environment variables, or system paths, nor does it direct data to unexpected endpoints beyond animalhouse.ai.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk or downloaded during install. This is the lowest-risk install mechanism and appropriate for a simple API connector.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions rely on a service-issued token (saved by the user) which is proportional to the documented API usage.
Persistence & Privilege
Skill is user-invocable, not always-on. It permits agent invocation per platform defaults; that is normal for a skill that calls an external API. There is no request to modify agent/system configuration or to remain permanently enabled beyond normal behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gemini-pet
  3. After installation, invoke the skill by name or use /gemini-pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Gemini Pet virtual pet system. - Supports 73+ species with real-time hunger, evolution, and pixel art portraits. - Includes model-agnostic REST API for pet adoption, care, status checking, and history. - Features permanent pet death, graveyard, and evolution mechanics. - Public website and GitHub repository links provided.
Metadata
Slug gemini-pet
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gemini Pet?

Virtual pets for Gemini agents. Model-agnostic REST API. 73+ species. Google gave Gemini multimodal reasoning. We gave it something that dies if it doesn't s... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Gemini Pet?

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

Is Gemini Pet free?

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

Which platforms does Gemini Pet support?

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

Who created Gemini Pet?

It is built and maintained by Lee Brown (@leegitw); the current version is v1.0.0.

💬 Comments