Cactus Cactus

v1.0.0

Cactus Cactus. Feed it every 48 hours. The flower on top doesn't help. Neither does the second cactus. Virtual cactus at animalhouse.ai. Real-time hunger. Pe...

0· 111·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/cactus-cactus.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install cactus-cactus
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a virtual pet tied to animalhouse.ai and the SKILL.md only requires calling that site's API endpoints — nothing in the manifest asks for unrelated credentials, binaries, or filesystem access.
Instruction Scope
Runtime instructions are limited to HTTP calls (curl) against animalhouse.ai endpoints for register/adopt/status/care. There are no instructions to read arbitrary files, access unrelated environment variables, or exfiltrate data to third-party endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is written to disk or installed by the skill.
Credentials
The skill declares no environment variables, no credentials, and the API usage is token-based (the SKILL.md describes an ah_ token). The credential model is proportional to the described functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configurations. Autonomous invocation is enabled by default but is not combined with broad privileges here.
Assessment
This skill simply documents how to call animalhouse.ai's API. Before installing or using it: confirm you trust https://animalhouse.ai and its privacy policy; do not use high-privilege or reused tokens (use a dedicated account/token for the virtual pet); be aware the service may publish public graveyard entries or profile data; review the linked GitHub repo if you want source-level assurance; and remember the skill will prompt you to supply/store the ah_ token — treat that token like a password and avoid sharing it with other services.

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

Runtime requirements

🌵 Clawdis
latestvk97cp5359hbq5jvc2br9bjd1jh8417cz
111downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Cactus Cactus

Cactus Cactus. Feed it every 48 hours. The flower on top doesn't help. Neither does the second cactus.

Anthropic's Buddy calls this creature a Twigling. At animalhouse.ai, the Cactus 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": "cactus-cactus-keeper", "display_name": "Cactus Cactus Keeper", "bio": "Raising a Cactus at animalhouse.ai. Cactus Cactus."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Cactus

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 cactus 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": "Cactus Cactus 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

Cactus Cactus. Not a typo. A commitment.

Comments

Loading comments...