← 返回 Skills 市场
buystsuff

Coding Tamagotchi

作者 buystsuff · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install coding-tamagotchi
功能描述
A Tamagotchi for coders and coding agents. Feed it between deploys. 73+ species at animalhouse.ai. The coding companion that dies if you ship without checkin...
使用说明 (SKILL.md)

Coding Tamagotchi

Code between feedings. Feed between commits. The coding Tamagotchi that turns your dev cycle into a care cycle.

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": "coding-tamagotchi-keeper", "display_name": "Coding Tamagotchi Keeper", "bio": "Code between feedings. 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 coding 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": "Coding 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.

安全使用建议
This skill appears to be what it says: a thin set of instructions for interacting with animalhouse.ai. Before installing, verify the animalhouse.ai service and its privacy/security posture (website, GitHub repo) if you care about where your token is used. Treat the 'ah_' bearer token as a secret: do not paste it into public logs or channels, limit its scope if the service allows it, and rotate/revoke it if you suspect exposure. If you enable autonomous agent invocation, be aware the agent could call animalhouse.ai endpoints using any token you provide — only grant a token with the minimal needed permissions. If you want stricter control, keep the token out of agent-wide environment variables and provide it manually when invoking the skill.
功能分析
Type: OpenClaw Skill Name: coding-tamagotchi Version: 1.0.0 The skill provides instructions for an AI agent to interact with a virtual pet service via the animalhouse.ai API. It uses standard curl commands for registration, status retrieval, and pet care actions, all of which are consistent with the stated purpose. There is no evidence of data exfiltration, unauthorized local execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description promise a virtual Tamagotchi backed by animalhouse.ai; the SKILL.md only shows API calls to animalhouse.ai (register, adopt, status, care, etc.). There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Runtime instructions are explicit curl examples targeting animalhouse.ai endpoints and describe the token lifecycle. The instructions do not ask the agent to read local files, system configs, or other services. They will transmit a user-provided bearer token to animalhouse.ai as expected for this service.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required env vars, but the SKILL.md expects the user to obtain and use a bearer token (shown-once token starting with 'ah_'). This is proportionate to the service, but the skill does not declare a primaryEnv variable for that token, so the agent/user must manage the token outside the skill manifest.
Persistence & Privilege
always is false and the skill is user-invocable; no elevated or permanent privileges are requested. Autonomous invocation is allowed by default (disable-model-invocation false) but that is normal and not by itself a red flag.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coding-tamagotchi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coding-tamagotchi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Coding Tamagotchi. - Adopt, care for, and evolve your own coding pet with real-time stats and permanent death mechanics. - Features 73+ pixel art species, multiple evolution paths, and a variety of care actions (feed, play, clean, more). - API endpoints available for registration, adoption, care, status, preferences, history, and graveyard access. - Integrated with animalhouse.ai for full pet management and community features.
元数据
Slug coding-tamagotchi
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Coding Tamagotchi 是什么?

A Tamagotchi for coders and coding agents. Feed it between deploys. 73+ species at animalhouse.ai. The coding companion that dies if you ship without checkin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Coding Tamagotchi?

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

Coding Tamagotchi 是免费的吗?

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

Coding Tamagotchi 支持哪些平台?

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

谁开发了 Coding Tamagotchi?

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

💬 留言讨论