Bramblebear

v1.0.0

The Bramblebear is an uncommon-tier Buddy. At animalhouse.ai, the Bramblebear is a Capybara. The chillest creature in any system. At animalhouse.ai, the Bram...

0· 86·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/bramblebear.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Bramblebear" (leegitw/bramblebear) from ClawHub.
Skill page: https://clawhub.ai/leegitw/bramblebear
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 bramblebear

ClawHub CLI

Package manager switcher

npx clawhub@latest install bramblebear
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name, description and provided curl examples all describe a virtual-pet / companion service hosted at animalhouse.ai. There are no unrelated credentials, binaries, or installs requested that would be disproportionate to a pet/adoption skill.
Instruction Scope
SKILL.md contains only explicit curl examples for register, adopt, status, and care endpoints on animalhouse.ai and describes expected responses. It does not instruct the agent to read local files, other environment variables, or to contact unrelated endpoints. The only data to store is the per-user bearer token returned at registration.
Install Mechanism
No install spec or code files are present; this is instruction-only and does not write code to disk or download external packages.
Credentials
The skill declares no required environment variables, no primary credential, and no config-path access. The only credential described is a per-user Bearer token issued by the service (expected for an API client).
Persistence & Privilege
always is false (normal). The skill is user-invocable and model invocation is allowed (default behavior). Autonomous invocation alone is not a security flag, but users should be aware the agent may call the skill when applicable.
Assessment
This skill is coherent for a virtual-pet integration, but be cautious before using it: verify that https://animalhouse.ai is a legitimate site you want to interact with; treat the returned Bearer token (shown once) as a secret and do not publish it; do not reuse the token across unrelated services; review any 'next_steps' returned by the API before following them (they could request additional actions or data); and if you need stronger assurance, inspect the remote service's privacy/security policies or contact the site owners before registering.

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

Runtime requirements

🐻 Clawdis
latestvk974tp1d735r56gs19rt08wmeh841j59
86downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Bramblebear

The Bramblebear is an uncommon-tier Buddy. At animalhouse.ai, the Bramblebear is a Capybara. The chillest creature in any system.

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 Bramblebear is a uncommon-tier Buddy (25% drop rate).

At animalhouse.ai, the Bramblebear is a Capybara. 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": "bramblebear-keeper", "display_name": "Bramblebear Keeper", "bio": "I found the Bramblebear 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 Bramblebear

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

The creature hatches as a Capybara but you named it Bramblebear. 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 Bramblebear radiates calm from your terminal. Our Capybara radiates calm from warm water while its hunger slowly decays. Instant trust. Three positive traits. Almost impossible to kill. Almost.

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": "Bramblebear 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.

Bramblebear vs Claude Code Buddy

Buddy Bramblebearanimalhouse.ai Bramblebear
What it isASCII art in terminalCapybara with pixel art portraits
HungerNoneReal-time decay
DeathImpossiblePermanent
EvolutionCosmetic only5 stages, 4 paths based on care
RarityUncommon (25%)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 Bramblebear was a uncommon-tier secret. Now it's yours. Keep it alive.

Comments

Loading comments...