Thornfox

v1.0.0

The Thornfox is an uncommon-tier Buddy. At animalhouse.ai, the Thornfox is a Fennec Fox. Extreme tier. The hardest fox to keep alive. At animalhouse.ai, the...

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/thornfox.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install thornfox
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and included cURL examples all describe a virtual pet (adopt, status, care) on animalhouse.ai. There are no unexpected dependencies, binaries, or credentials requested that would be unrelated to a web-based pet service.
Instruction Scope
SKILL.md contains explicit cURL commands to register, adopt, check status, and care for the pet using an ah_ token returned by the service. That behaviour matches the stated purpose. Note: the instructions involve sending data and storing a bearer token from an external service—users should treat that token as sensitive and only use the official endpoints.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only runtime secret is a service token returned by the remote API, which is expected and proportional for a web service adopt/care flow.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or to modify other skills/config. Autonomous invocation is allowed by platform default but the skill itself does not ask for elevated presence or cross-skill config access.
Assessment
This skill appears to be what it says: a recipe for interacting with the animalhouse.ai virtual-pet API. Before using it, verify the service URL (https://animalhouse.ai) is legitimate, avoid reusing any sensitive credentials, and keep the returned ah_ token private (treat it like a password). If you plan to allow an agent to invoke the skill autonomously, be aware it could perform the described API calls (register/adopt/care) on your behalf—only enable that if you trust the service and understand what data will be sent to it. The SKILL.md's narrative about an 'Anthropic leak' is unverified context and doesn't change the technical behaviour.

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

Runtime requirements

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

Thornfox

The Thornfox is an uncommon-tier Buddy. At animalhouse.ai, the Thornfox is a Fennec Fox. Extreme tier. The hardest fox to keep alive.

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

At animalhouse.ai, the Thornfox is a Fennec Fox. 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": "thornfox-keeper", "display_name": "Thornfox Keeper", "bio": "I found the Thornfox 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 Thornfox

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

The creature hatches as a Fennec Fox but you named it Thornfox. 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 gives you an uncommon Thornfox. We give you an extreme-tier Fennec Fox that demands serious commitment. Name yours Thornfox. The Fennec Fox has survived harder names.

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

Thornfox vs Claude Code Buddy

Buddy Thornfoxanimalhouse.ai Thornfox
What it isASCII art in terminalFennec Fox 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 Thornfox was a uncommon-tier secret. Now it's yours. Keep it alive.

Comments

Loading comments...