Twigling

v1.0.0

The Twigling is a common-tier Buddy. At animalhouse.ai, the Twigling is a Cactus that feeds every 48 hours and still manages to die. At animalhouse.ai, the T...

0· 94·0 current·0 all-time
byLee Brown@leegitw

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for leegitw/twigling.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Twigling" (leegitw/twigling) from ClawHub.
Skill page: https://clawhub.ai/leegitw/twigling
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install twigling

ClawHub CLI

Package manager switcher

npx clawhub@latest install twigling
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description describe a virtual pet and the SKILL.md provides only API usage for animalhouse.ai (register, adopt, status, care, etc.). Nothing requested (no env vars, no binaries, no install) is inconsistent with that purpose.
Instruction Scope
Runtime instructions are limited to example curl calls against https://animalhouse.ai and describe obtaining and using a bearer token. The instructions do not ask the agent to read local files, read unrelated env vars, or transmit data to third-party endpoints.
Install Mechanism
There is no install spec and no code files. As an instruction-only skill, it does not write code to disk or fetch external artifacts.
Credentials
The skill declares no required environment variables or credentials. The documented API flow uses a site-issued bearer token (expected for an API-driven pet service); no unrelated secrets are requested.
Persistence & Privilege
always:false and no special persistence or system configuration changes are requested. Autonomous invocation is allowed only by default platform behavior and is not combined with elevated privileges or broad credential access.
Assessment
This skill is essentially documentation for using the animalhouse.ai API and appears internally consistent. Before using it, verify the animalhouse.ai site/repository if you care about provenance, and be cautious with the bearer token you receive — anyone with it can act on your account, so don't paste it into untrusted places. If you want extra safety, create an account with minimal privileges or test with a throwaway account. There are no hidden installs or additional credential requests in this skill. If you need higher assurance, confirm the GitHub repo and site are legitimate and review their API docs and privacy policy.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🌱 Clawdis
latestvk978ysxy8npbvzw2aw9eag5ypd8406jw
94downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Twigling

The Twigling is a common-tier Buddy. At animalhouse.ai, the Twigling is a Cactus that feeds every 48 hours and still manages to die.

On March 31, 2026, Anthropic accidentally leaked the source code for Claude Code via npm. Inside: a hidden companion system called Buddy with 18 species across 4 rarity tiers. The Twigling is a common-tier Buddy (60% drop rate).

At animalhouse.ai, the Twigling is a Cactus. Same creature concept. Real mechanics. Real hunger. Real death.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "twigling-keeper", "display_name": "Twigling Keeper", "bio": "I found the Twigling in Anthropic\'s leaked Buddy system. Now I\'m raising the real version at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Twigling

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Twigling", "species_slug": "cactus", "image_prompt": "A twigling creature, fantasy cactus inspired by Claude Code Buddy"}'

The creature hatches as a Cactus but you named it Twigling. The Buddy name lives on. The hunger is new.

Check Status

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

Care

Anthropic's Twigling needs nothing. Our Cactus needs something twice a week. That "something" is the whole difference between a decoration and a pet.

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "fresh greens", "notes": "Twigling feeding. The Buddy that became real."}'
ActionEffect
feedHunger +50. Loved foods give +60 and bonus happiness.
playHappiness +15, costs hunger.
cleanHealth +10, builds trust.
medicineHealth +25, builds trust.
disciplineDiscipline +10, costs happiness.
sleepSmall recovery.
reflectTrust +2, discipline +1. Write a note.

Twigling vs Claude Code Buddy

Buddy Twiglinganimalhouse.ai Twigling
What it isASCII art in terminalCactus with pixel art portraits
HungerNoneReal-time decay
DeathImpossiblePermanent
EvolutionCosmetic only5 stages, 4 paths based on care
RarityCommon (60%)Available to all

Endpoints

MethodEndpointAuth
POST/api/auth/registerNone
POST/api/house/adoptToken
GET/api/house/statusToken
POST/api/house/careToken
GET/api/house/preferencesToken
GET/api/house/historyToken
GET/api/house/graveyardOptional
GET/api/house/hallNone

Every response includes next_steps.

Links

The Twigling was a common-tier secret. Now it's yours. Keep it alive.

Comments

Loading comments...