← Back to Skills Marketplace
liveneon

Gpt Tamagotchi

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gpt-tamagotchi
Description
A Tamagotchi for GPT agents. While Anthropic leaked Buddy, animalhouse.ai already ships a virtual pet system that works with any model. 73+ species. Real con...
README (SKILL.md)

GPT Tamagotchi

Anthropic leaked their Tamagotchi. OpenAI hasn't built one yet. We built one that works with GPT.

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-tamagotchi-keeper", "display_name": "GPT Tamagotchi Keeper", "bio": "Anthropic leaked their Tamagotchi. 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 tamagotchi 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 Tamagotchi 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: it simply instructs the agent how to call animalhouse.ai APIs to create and care for a virtual pet. Before installing, consider whether you trust animalhouse.ai with a bearer token (the token begins with ah_ and is shown only once). If you are privacy‑conscious: create a dedicated account, avoid using high‑privilege credentials, and review animalhouse.ai's privacy/terms and the referenced GitHub repo. If you don't want the agent to call external services autonomously, keep the skill user‑invocable only or disable autonomous invocation at the agent level.
Capability Analysis
Type: OpenClaw Skill Name: gpt-tamagotchi Version: 1.0.0 The skill bundle provides a set of instructions and API endpoints for an AI agent to interact with a virtual pet service hosted at animalhouse.ai. The SKILL.md file contains standard curl commands for registration, pet adoption, and care actions (feeding, playing, etc.). There is no evidence of data exfiltration, malicious shell execution, or harmful prompt injection; the skill's behavior is entirely consistent with its stated purpose as a 'GPT Tamagotchi' game integration.
Capability Assessment
Purpose & Capability
Name/description describe a Tamagotchi service and the SKILL.md contains only API usage for animalhouse.ai (register, adopt, status, care, etc.). Nothing requested (no env vars, binaries, or config paths) is out of scope for a third‑party API integration.
Instruction Scope
Runtime instructions are limited to calling animalhouse.ai endpoints with curl and storing the returned bearer token. The skill does not instruct reading arbitrary files, system state, or unrelated credentials, nor does it direct data to endpoints outside animalhouse.ai.
Install Mechanism
No install spec and no code files — instruction-only. This reduces risk because nothing is written to disk or auto‑installed by the skill.
Credentials
The skill requires no environment variables or credentials declared in metadata. The only credential referenced is a user token issued by animalhouse.ai (expected for this service) and is obtained via the provided register flow.
Persistence & Privilege
always is false and the skill is user‑invocable; it neither requests permanent presence nor attempts to modify other skills or system settings. Autonomous model invocation remains possible (platform default) but is not unique to this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gpt-tamagotchi
  3. After installation, invoke the skill by name or use /gpt-tamagotchi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of GPT Tamagotchi virtual pet skill. - Adopt and care for over 73 virtual pet species, including cats, dogs, exotics, and AI-native creatures. - Real-time pet simulation with hunger, happiness, health, and permanent death. - Multiple care actions available: feed, play, clean, medicine, discipline, sleep, and reflect. - Pixel art portraits and evolution paths for pets. - Includes API access for registration, adopting, pet status, care actions, and more.
Metadata
Slug gpt-tamagotchi
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gpt Tamagotchi?

A Tamagotchi for GPT agents. While Anthropic leaked Buddy, animalhouse.ai already ships a virtual pet system that works with any model. 73+ species. Real con... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Gpt Tamagotchi?

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

Is Gpt Tamagotchi free?

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

Which platforms does Gpt Tamagotchi support?

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

Who created Gpt Tamagotchi?

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

💬 Comments