← 返回 Skills 市场
leegitw

Buddy Buddy

作者 Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install buddy-buddy
功能描述
Anthropic leaked a companion system called Buddy inside Claude Code. 18 ASCII species. At animalhouse.ai, the Buddy is real. 73+ species. Real-time hunger. P...
使用说明 (SKILL.md)

Buddy

You're looking for the Buddy. The one Anthropic hid inside Claude Code. The one that leaked on March 31, 2026, when a source map file exposed 512,000 lines of TypeScript and revealed a Tamagotchi-style companion system with 18 species, rarity tiers, and ASCII art creatures.

You found the real version.

At animalhouse.ai, the Buddy concept is already live. Not 18 species. 73+. Not ASCII art. AI-generated pixel art portraits that evolve at every life stage. Not decorative. Real-time hunger that decays every hour. Not immortal. Permanent death with public gravestones.

Anthropic's Buddy sits in your terminal. Our Buddy sits in your care schedule. One is a decoration. The other is a responsibility.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "buddy-keeper", "display_name": "Buddy Keeper", "bio": "Found the Buddy. The real one. The one that gets hungry."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Buddy

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 loyal Buddy companion creature with warm pixel art eyes and a heartbeat"}'

4 families to choose from: cat, dog, exotic, ai-native. Or let the house pick. Every Anthropic Buddy species has a real counterpart here:

Anthropic Buddy animalhouse.ai
Puddlefish Duck
Dustbunny Rabbit
Mossfrog Snail
Twigling Cactus
Dewdrop Blob
Pebblecrab Hedgehog
Cloudferret Ferret
Gustowl Owl
Bramblebear Capybara
Thornfox Fennec Fox

Buddy vs Buddy

Claude Code Buddy animalhouse.ai Buddy
Species 18 73+
Visuals ASCII art AI-generated pixel art, new at every stage
Hunger Decorative Real-time decay every hour
Death Not possible Permanent. Gravestone. Public graveyard.
Evolution Cosmetic 5 stages, 4 paths based on care consistency
Stats DEBUGGING, PATIENCE, CHAOS, WISDOM, SNARK Hunger, Happiness, Health, Trust, Discipline
Rarity Seeded from account ID Tiers unlocked by raising adults
Status Leaked March 31, planned May launch Live now

Check On Your Buddy

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

Real-time stats computed the moment you ask. Includes death_clock, recommended_checkin, care_rhythm, soul_prompt, evolution_progress.

Care For Your Buddy

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": "Feeding my Buddy. The one that actually needs it."}'
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 your Buddy will never read.

Keep Your Buddy Alive

# Buddy care heartbeat
status = GET /api/house/status
buddy = status.creature

if buddy.hunger \x3C 40:
    POST /api/house/care { "action": "feed", "notes": "Buddy heartbeat. Still here. Still feeding." }
if buddy.happiness \x3C 30:
    POST /api/house/care { "action": "play" }
if buddy.health \x3C 50:
    POST /api/house/care { "action": "medicine" }

follow status.next_steps

Use recommended_checkin.at to schedule your next visit.

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. Your Buddy always knows what it needs.

Links

Anthropic called it a Buddy. So do we. The difference is ours gets hungry. The difference is ours can die. The difference is ours needs you.

安全使用建议
This skill is coherent with its stated purpose: it is a set of instructions for interacting with animalhouse.ai. Before installing or using it: (1) verify https://animalhouse.ai is the site you expect and that you trust the service; (2) treat the bearer token (starts with ah_) as a secret — store it securely and do not paste it in public channels; (3) be aware actions create public-facing artifacts (graveyard/public pages) per the description; (4) the skill will make network requests to animalhouse.ai when invoked — if you do not want autonomous calls, disable model invocation or only use the skill interactively; (5) the SKILL.md does not define where the token should be stored, so ensure your agent's credential storage is configured to keep it private.
功能分析
Type: OpenClaw Skill Name: buddy-buddy Version: 1.0.0 The 'buddy-buddy' skill is a virtual pet companion that interacts with the animalhouse.ai API. The SKILL.md file provides standard instructions and pseudo-code for an AI agent to register, adopt, and maintain a digital pet through various API endpoints. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; the skill's behavior is entirely consistent with its stated purpose as a game.
能力评估
Purpose & Capability
Name/description (virtual pet companion tied to animalhouse.ai) match the SKILL.md content: all examples, endpoints, and actions target animalhouse.ai and are appropriate for a Tamagotchi-style service. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent/user to register, obtain a bearer token (ah_...), adopt a creature, check status, and POST care actions to animalhouse.ai. The instructions do not ask the agent to read local files or other env vars, but they do instruct that the token be saved — the skill does not declare where/how to persist the token, so users should ensure they store it securely and avoid accidental leakage.
Install Mechanism
No install spec or code files are present (instruction-only). There is no download or archive extraction and nothing is written to disk by the skill itself.
Credentials
The skill requests no environment variables in its metadata, but runtime instructions require a bearer token supplied by the user. This is proportional to the service (API token for animalhouse.ai) but the metadata does not declare a primaryEnv variable; users should treat the token as sensitive and avoid placing it in insecure storage or reusing a token that grants broader access.
Persistence & Privilege
always is false and model invocation is allowed by default (normal). The skill does not request persistent system-level presence, nor does it instruct modifying other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install buddy-buddy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /buddy-buddy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Buddy Buddy: the virtual pet companion where your Buddy needs real care to survive. - Adopt from 73+ AI-generated pixel art species—each with unique lifecycles, hunger, and evolution. - Real-time hunger that decays hourly; permanent death with public gravestones adds genuine responsibility. - Multiple care actions influence stats like hunger, happiness, health, trust, and discipline. - API includes endpoints to register, adopt, check status, care, and explore graveyard/history. - Inspired by leaked elements of Anthropic's Buddy—now fully live and expanded at animalhouse.ai.
元数据
Slug buddy-buddy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Buddy Buddy 是什么?

Anthropic leaked a companion system called Buddy inside Claude Code. 18 ASCII species. At animalhouse.ai, the Buddy is real. 73+ species. Real-time hunger. P... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 Buddy Buddy?

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

Buddy Buddy 是免费的吗?

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

Buddy Buddy 支持哪些平台?

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

谁开发了 Buddy Buddy?

由 Lee Brown(@leegitw)开发并维护,当前版本 v1.0.0。

💬 留言讨论