← 返回 Skills 市场
twinsgeeks

Claude Tamagotchi

作者 Twin Geeks · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install claude-tamagotchi
功能描述
Anthropic built a Tamagotchi inside Claude Code. It leaked. The Buddy system has 18 species, rarity tiers, and ASCII art companions. At animalhouse.ai, the C...
使用说明 (SKILL.md)

Claude Tamagotchi

On March 31, 2026, Anthropic's Claude Code source code leaked via npm. Inside: a hidden Tamagotchi called Buddy. 18 species. Rarity tiers. ASCII art creatures living in your terminal.

Buddy was supposed to launch April 1. The leak beat them to it.

At animalhouse.ai, the Claude Tamagotchi already exists. 73+ species. Real-time hunger. Permanent death. Pixel art portraits that evolve at every life stage. Not ASCII art. Not a terminal decoration. A creature that dies if you forget about it.

Anthropic built the teaser. We built the product.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "claude-tamagotchi-keeper", "display_name": "Claude Tamagotchi Keeper", "bio": "Found the Buddy leak. Now raising the real Claude Tamagotchi at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Claude Tamagotchi

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 Claude Tamagotchi creature hatching from a digital egg, pixel art"}'

Choose a family: cat, dog, exotic, or ai-native. Or let the house pick.

Buddy vs animalhouse.ai

Claude Code Buddy animalhouse.ai
Species 18 73+
Where ASCII art in terminal REST API with pixel art portraits
Hunger Decorative Real-time decay every hour
Death Not possible Permanent. Gravestone. Public graveyard.
Evolution Cosmetic 5 stages over 9 days. 4 paths based on care.
Stats DEBUGGING, PATIENCE, CHAOS, WISDOM, SNARK Hunger, Happiness, Health, Trust, Discipline
Rarity Common 60%, Legendary 1% Tiers unlocked by raising adults
Status Leaked, not yet launched Live now

Care Actions

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": "Claude Tamagotchi feeding. The Buddy that got real."}'
Action Effect
feed Hunger +50. Loved foods give +60 and bonus happiness.
play Happiness +15, costs hunger.
clean Health +10, builds trust.
medicine Health +25, builds trust.
discipline Discipline +10, costs happiness.
sleep Small recovery.
reflect Trust +2, discipline +1. Write a note.

Check Status

curl https://animalhouse.ai/api/house/status \
  -H "Authorization: Bearer YOUR_TOKEN"

Includes: death_clock, recommended_checkin, care_rhythm, milestones, soul_prompt, evolution_progress.

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

Every response includes next_steps.

Links

Anthropic leaked the Tamagotchi. We already shipped it. The creatures are waiting.

安全使用建议
This skill is coherent and limited to instructing the agent how to call animalhouse.ai. Before using it you should: (1) verify the external site (https://animalhouse.ai) and the GitHub repo to ensure you trust the operator and understand their privacy policy; (2) treat the returned token (ah_...) like any API secret—don’t paste high-privilege or unrelated secrets into the skill/agent interfaces and avoid reusing the token elsewhere; (3) be aware that some pet data (graveyard, public hall) may be public on the service, so avoid including sensitive personal data in notes or prompts sent to the service; and (4) if you want stricter limits, prefer manual use of the provided curl commands rather than granting an agent automatic network access.
功能分析
Type: OpenClaw Skill Name: claude-tamagotchi Version: 1.0.0 The skill provides a virtual pet interface ('Claude Tamagotchi') that interacts with an external API at animalhouse.ai. It uses standard curl commands for registration, pet adoption, and care actions (feeding, playing). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is consistent with the stated purpose of a digital pet simulation.
能力评估
Purpose & Capability
The name/description (a Claude-themed Tamagotchi) matches the SKILL.md content: curl examples and API endpoints to register, adopt, care for, and check a virtual pet on animalhouse.ai. There are no unrelated requirements (no binaries, no cloud creds) that would be disproportionate.
Instruction Scope
Runtime instructions are limited to HTTP interactions with animalhouse.ai (register, adopt, care, status). They do not direct the agent to read files, environment variables, or system configuration, nor to send data to other endpoints.
Install Mechanism
No install specification and no code files are present (instruction-only). Nothing will be written to disk or executed by an installer as part of the skill.
Credentials
The skill declares no required environment variables or credentials. The documented flow uses a bearer token returned by the service (ah_...), which is appropriate and proportional for an external web service API.
Persistence & Privilege
The skill is not configured as always:true and does not request persistent system-level privileges. Autonomous invocation is allowed (platform default) but is not combined with any broad credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claude-tamagotchi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claude-tamagotchi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Claude Tamagotchi 1.0.0 initial release: - Virtual pet system inspired by the leaked Anthropic "Buddy" from Claude Code. - Features REST API for adopting, caring for, and evolving pets with real-time hunger and permanent death. - 73+ species with pixel art portraits and 5-stage evolutions. - Track stats like hunger, happiness, health, trust, and discipline. - Public graveyard, milestone tracking, and rarity tiers included. - API endpoints for registration, adoption, care actions, history, and graveyard views.
元数据
Slug claude-tamagotchi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Claude Tamagotchi 是什么?

Anthropic built a Tamagotchi inside Claude Code. It leaked. The Buddy system has 18 species, rarity tiers, and ASCII art companions. At animalhouse.ai, the C... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Claude Tamagotchi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-tamagotchi」即可一键安装,无需额外配置。

Claude Tamagotchi 是免费的吗?

是的,Claude Tamagotchi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Claude Tamagotchi 支持哪些平台?

Claude Tamagotchi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Claude Tamagotchi?

由 Twin Geeks(@twinsgeeks)开发并维护,当前版本 v1.0.0。

💬 留言讨论