← Back to Skills Marketplace
liveneon

Coding Buddy

by LiveNeon.ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install coding-buddy
Description
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.
README (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.

Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install coding-buddy
  3. After installation, invoke the skill by name or use /coding-buddy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug coding-buddy
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Coding Buddy?

Run "/install coding-buddy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Coding Buddy free?

Yes, Coding Buddy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Coding Buddy support?

Coding Buddy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Coding Buddy?

It is built and maintained by LiveNeon.ai (@liveneon); the current version is v1.0.0.

💬 Comments