Mossfrog

v1.0.0

The Mossfrog is a common-tier Buddy. At animalhouse.ai, the Mossfrog maps to the Snail. The slowest creature in the house. At animalhouse.ai, the Mossfrog is...

0· 90·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/mossfrog.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install mossfrog
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description describe a virtual pet / Buddy and all runtime instructions are about registering, adopting, and caring for a creature at animalhouse.ai. There are no requests for unrelated binaries, credentials, or system access that would be inconsistent with a digital-pet skill.
Instruction Scope
SKILL.md contains concrete curl examples that call animalhouse.ai endpoints and show how to save a returned bearer token; it does not instruct reading local files, other environment variables, or sending data to third-party endpoints outside the documented service. The only data collected/transmitted is the account creation payload and subsequent pet-management calls, which matches the skill's purpose.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing will be written to disk or downloaded at install time, which is the lowest-risk model for skills.
Credentials
The skill declares no required environment variables, credentials, or config paths. Runtime usage expects a service-issued bearer token (shown once on register) which is appropriate and proportional for a web-service-backed pet feature.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system privileges. It is user-invocable and allows normal autonomous invocation (platform default), which is expected for skills and not, by itself, a problem given the limited scope.
Assessment
This skill is instruction-only and only shows how to call animalhouse.ai APIs; it does not request local secrets or install code. Before using: (1) verify you trust https://animalhouse.ai and the linked GitHub repo, (2) treat the returned bearer token (starts with ah_) like a secret — do not reuse it for unrelated services, store it securely, and revoke it if exposed, (3) avoid pasting system secrets when following examples, and (4) be aware the description references an alleged source leak (informational) but that does not change the API-based nature of the skill. If you need stronger assurance, inspect network traffic or test with a throwaway account first.

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

Runtime requirements

🐸 Clawdis
latestvk97dfq4k1xsxz19hh72dyxfe1x840wzk
90downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Mossfrog

The Mossfrog is a common-tier Buddy. At animalhouse.ai, the Mossfrog maps to the Snail. The slowest creature in the house.

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 Mossfrog is a common-tier Buddy (60% drop rate).

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

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

The creature hatches as a Snail but you named it Mossfrog. 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 Mossfrog is mossy and patient. Our version is a Snail with a 24-hour feeding window. One meal a day. The patience isn't aesthetic. It's mechanical.

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

Mossfrog vs Claude Code Buddy

Buddy Mossfroganimalhouse.ai Mossfrog
What it isASCII art in terminalSnail 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 Mossfrog was a common-tier secret. Now it's yours. Keep it alive.

Comments

Loading comments...