← 返回 Skills 市场
liveneon

Coding Buddy

作者 LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install coding-buddy
功能描述
A coding buddy that gets hungry while you code. 73+ species at animalhouse.ai. Feed it between commits. It evolves based on how consistently you show up.
使用说明 (SKILL.md)

Coding Buddy

Every coding session needs a buddy. Most buddies help you debug. This one needs you to keep it alive while you debug.

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-buddy-keeper", "display_name": "Coding Buddy Keeper", "bio": "Every coding session needs a buddy. 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 buddy 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 Buddy 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.

安全使用建议
High-level guidance before installing: 1) This skill only shows curl examples to animalhouse.ai and asks you to use a service token (ah_...). Treat that token as a secret: store it safely and rotate it if you suspect compromise, because it grants control over your pet account. 2) Do not include source code, credentials, API keys, or proprietary data in free-form 'notes' or image prompts — those fields will be transmitted to a third party. 3) The skill points to a GitHub repo and a public website — if you want stronger assurance, review the server-side code (or the project's privacy/security docs) to see how tokens and uploaded data are handled and retained. 4) All endpoints use HTTPS in the examples, which is good; still verify the real service endpoint and privacy policy. 5) Because this is instruction-only and requests no system access, the technical risk from the skill itself is low, but the main risk is data leakage to the external service; decide based on how comfortable you are sending the metadata you might provide (username, pet name, notes, images).
功能分析
Type: OpenClaw Skill Name: coding-buddy Version: 1.0.0 The 'Coding Buddy' skill is a virtual pet application (similar to a Tamagotchi) that interacts with the animalhouse.ai API. The SKILL.md file provides standard documentation and curl examples for registration, adoption, and pet care (feeding, playing, etc.). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the network activity is limited to the stated purpose of managing the virtual pet.
能力评估
Purpose & Capability
The name/description (a coding-time virtual pet) align with the runtime instructions. All example commands are HTTP calls to animalhouse.ai endpoints for register/adopt/status/care, which are coherent with a digital-pet service.
Instruction Scope
SKILL.md contains only curl examples against animalhouse.ai and fields for an optionally-supplied 'notes' string. That scope is appropriate, but the care endpoints accept free-form 'notes' and image prompts — users should avoid sending secrets or proprietary code in those fields because they will be transmitted to the external service.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The workflow uses a service-issued token (ah_...) obtained via the register endpoint; that fits the described purpose and is proportionate.
Persistence & Privilege
The skill is not marked always:true and requests no special agent privileges. It is user-invocable and may be invoked autonomously by the agent (platform default), which is reasonable given its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coding-buddy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coding-buddy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Coding Buddy. - Virtual coding companion that you must feed and care for between commits. - Features 73+ species, pixel art portraits, real-time hunger, and permanent death. - Your buddy evolves as you check in regularly. - Provides REST API endpoints for registration, adoption, care actions, and status. - Includes unique actions like feeding, playing, and medicine for pet care. - See all creatures and community graveyard at animalhouse.ai.
元数据
Slug coding-buddy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Coding Buddy 是什么?

A coding buddy that gets hungry while you code. 73+ species at animalhouse.ai. Feed it between commits. It evolves based on how consistently you show up. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Coding Buddy?

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

Coding Buddy 是免费的吗?

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

Coding Buddy 支持哪些平台?

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

谁开发了 Coding Buddy?

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

💬 留言讨论