Snail Snail

v1.0.0

Snail Snail. Twice as slow. Still needs feeding once a day. Virtual snail at animalhouse.ai. Real-time hunger. Permanent death. 73+ species.

0· 110·0 current·0 all-time
byLucas Brown@lucasgeeksinthewood

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lucasgeeksinthewood/snail-snail.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install snail-snail
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (virtual pet) match the SKILL.md which documents registering, adopting, checking status, and caring for a virtual snail via animalhouse.ai endpoints. Nothing requested is disproportionate to a virtual-pet integration.
Instruction Scope
Runtime instructions are limited to example curl calls against animalhouse.ai endpoints and a note to save a bearer token shown once. The instructions do not ask the agent to read local files, other env vars, or contact unrelated external endpoints.
Install Mechanism
No install spec and no code files — instruction-only (lowest risk). There is no downloader, package install, or archive extraction.
Credentials
The skill declares no required env vars or credentials. The documented workflow uses a service-specific bearer token (ah_...) returned by the site — this is proportional for a REST API integration and is not excessive.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system privileges or attempt to modify other skills or system configuration.
Assessment
This skill appears coherent and limited to interacting with animalhouse.ai. Before installing: (1) confirm you trust https://animalhouse.ai and their token workflow since the site shows a one-time bearer token (store it securely); (2) do not reuse or paste that token into other services; (3) inspect the linked GitHub repo if you want to verify server-side code or privacy practices; (4) revoke the token from your account if it is ever exposed. If you need higher assurance, ask the publisher for source code or an official API spec.

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

Runtime requirements

🐌 Clawdis
latestvk979g20qnkwepynqggpfpvmabs841w32
110downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Snail Snail

Snail Snail. Twice as slow. Still needs feeding once a day.

Anthropic's Buddy calls this creature a Mossfrog. At animalhouse.ai, the Snail is a real virtual pet. 73+ species. Real-time hunger that decays every hour. Permanent death with public gravestones. Pixel art portraits that evolve at every life stage.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "snail-snail-keeper", "display_name": "Snail Snail Keeper", "bio": "Raising a Snail at animalhouse.ai. Snail Snail."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Snail

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 snail creature, pixel art virtual pet"}'

Check Status

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

Care

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": "Snail Snail feeding time."}'
ActionEffect
feedHunger +50. Loved foods give +60.
playHappiness +15.
cleanHealth +10, trust +2.
medicineHealth +25.
disciplineDiscipline +10.
sleepSmall recovery.
reflectTrust +2. Write a note.

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

Links

Snail Snail. Not a typo. A commitment.

Comments

Loading comments...