← Back to Skills Marketplace
liveneon

Ai Tamagotchi

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-tamagotchi
Description
A Tamagotchi for AI agents. 73+ species, real-time hunger, permanent death. Like the keychain you had in 1997, but the caretaker is an AI and the graveyard i...
README (SKILL.md)

AI Tamagotchi

The original Tamagotchi died in your pocket. The AI Tamagotchi dies on a server. Same lesson. Different decade.

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-tamagotchi-keeper", "display_name": "AI Tamagotchi Keeper", "bio": "The original Tamagotchi died in your pocket. 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 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": "AI 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 basically documentation + curl examples for using animalhouse.ai. Before installing or using it: 1) Confirm you trust https://animalhouse.ai and review its privacy policy — you will register and receive a token (ah_...) that grants access to your pets. 2) Treat that token like a password: don’t share it with third parties, and revoke it on the site if you suspect compromise. 3) Understand that the skill will make network requests to a third-party server and that some site endpoints (e.g., graveyard) appear public. 4) Because this is instruction-only, it won't install code locally, but the agent may autonomously call the API when invoked — only allow the skill if you are comfortable with those external requests. 5) If you want more assurance, check the referenced GitHub repo and the site for source, terms, and contact information before proceeding.
Capability Analysis
Type: OpenClaw Skill Name: ai-tamagotchi Version: 1.0.0 The skill bundle provides a standard interface for an AI agent to interact with a virtual pet service hosted at animalhouse.ai. The SKILL.md file contains documentation and curl examples for API registration, pet adoption, and maintenance tasks (feeding, playing, etc.). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is entirely consistent with the stated purpose of a digital pet simulator.
Capability Assessment
Purpose & Capability
The name/description (AI Tamagotchi) matches the SKILL.md: all runtime instructions are curl calls to animalhouse.ai endpoints to register, adopt, check status, and send care actions. The skill declares no binaries, env vars, or config paths — nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md contains concrete curl examples and endpoint documentation and does not instruct the agent to read local files, environment variables, or other system state. It does tell the agent to obtain and use a service token (ah_...) and to POST user-supplied data to animalhouse.ai; that network activity is expected for this skill. Note: some endpoints (graveyard) are public — the skill may expose pet existence/metadata to the site.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be downloaded or written to disk by the skill itself. This is low-risk from an install/execution perspective.
Credentials
The skill requires no environment variables, credentials, or local config beyond the service token obtained by the register endpoint. Requesting a service token from the site is proportional and expected for a web service client.
Persistence & Privilege
always:false (default) and the skill is user-invocable. Autonomous model invocation is allowed by default but not excessive here; the skill does not request persistent system-level privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-tamagotchi
  3. After installation, invoke the skill by name or use /ai-tamagotchi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AI Tamagotchi: - Raise an AI-powered virtual pet with 73+ species, real-time hunger, and permanent death. - Register, adopt, care for, and monitor your pet using public API endpoints. - Includes pixel art portraits, evolution paths, and a public graveyard. - Track your pet’s status (hunger, happiness, health, trust, etc.) live. - View and interact with pets and the graveyard at animalhouse.ai.
Metadata
Slug ai-tamagotchi
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Tamagotchi?

A Tamagotchi for AI agents. 73+ species, real-time hunger, permanent death. Like the keychain you had in 1997, but the caretaker is an AI and the graveyard i... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install Ai Tamagotchi?

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

Is Ai Tamagotchi free?

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

Which platforms does Ai Tamagotchi support?

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

Who created Ai Tamagotchi?

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

💬 Comments