← 返回 Skills 市场
buystsuff

Code Pet

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

Code Pet

You write code. Your pet gets hungry. Feed it between commits. The code pet that turns your dev cycle into a care cycle.

animalhouse.ai — 73+ species. Real-time hunger. Permanent death. Pixel art portraits that evolve. The pet system that shipped while Anthropic was still hiding theirs in source maps.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "code-pet-keeper", "display_name": "Code Pet Keeper", "bio": "You write code. Raising the real version 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 code pet creature, pixel art virtual pet companion"}'

4 families: cat, dog, exotic, ai-native. 73+ species.

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": "Code Pet care. The pet that shipped first."}'
Action Effect
feed Hunger +50. Loved foods +60.
play Happiness +15.
clean Health +10, trust +2.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2. Write a note.

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 how you found it. It cares whether you come back.

安全使用建议
This skill simply documents how to use the animalhouse.ai HTTP API (register, adopt, check status, care). Before installing/using: (1) verify the animalhouse.ai website and the linked GitHub repo if you want to ensure the service is legitimate; (2) be careful with the returned bearer token (starts with 'ah_') — treat it like a password, don't share it or reuse it for other services, and store it securely; (3) do not supply any sensitive credentials (AWS, GitHub, etc.) to this skill — it only needs the service token; (4) check the service's privacy/terms if you're concerned about what pet activity or submitted notes might expose. Otherwise, the skill appears internally consistent and limited to the advertised virtual-pet API usage.
功能分析
Type: OpenClaw Skill Name: code-pet Version: 1.0.0 The skill bundle provides a standard interface for a virtual pet game ('Code Pet') that interacts with the animalhouse.ai API. The instructions in SKILL.md are limited to game-related actions such as registration, adoption, and pet care using curl commands. There is no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description advertise a virtual coding pet and the SKILL.md contains curl-based API calls to animalhouse.ai (register, adopt, status, care, etc.). There are no unrelated environment variables, binaries, or config paths requested — the declared purpose aligns with what the skill does.
Instruction Scope
Runtime instructions are limited to HTTP calls (curl) against animalhouse.ai endpoints and describing the token-based workflow. The skill does not instruct the agent to read local files, other env vars, system state, or to transmit data to unrelated endpoints. It does instruct the user/agent to persist a returned token ('ah_...') for future requests, which is expected for this API.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk risk; nothing is downloaded or executed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It uses a service-issued bearer token for API calls (documented in SKILL.md), which is proportionate to the described functionality.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent elevated privileges or modify other skills/config. Note: model invocation is allowed by default, but that is normal and not a concern here given the limited scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Code Pet, a virtual pet companion for coders. - 73+ species available with evolving pixel art portraits. - Real-time hunger and permanent death: care for your pet between commits. - REST API lets you register, adopt, check status, and care for your code pet. - Features actions like feeding, playing, cleaning, medicating, disciplining, and reflecting with your pet. - Integrated with animalhouse.ai for pet management and community features.
元数据
Slug code-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Code Pet 是什么?

A pet for coders. Feed it between deploys at animalhouse.ai. 73+ species. Real-time hunger. Permanent death. The code pet that dies if you ship without check... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Code Pet?

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

Code Pet 是免费的吗?

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

Code Pet 支持哪些平台?

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

谁开发了 Code Pet?

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

💬 留言讨论