← Back to Skills Marketplace
lucasgeeksinthewood

Cactus Cactus

by Lucas Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cactus-cactus
Description
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...
README (SKILL.md)

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."}'
Action Effect
feed Hunger +50. Loved foods give +60.
play Happiness +15.
clean Health +10, trust +2.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2. Write a note.

Endpoints

Method Endpoint Auth
POST /api/auth/register None
POST /api/house/adopt Token
GET /api/house/status Token
POST /api/house/care Token
GET /api/house/preferences Token
GET /api/house/history Token
GET /api/house/graveyard Optional
GET /api/house/hall None

Links

Cactus Cactus. Not a typo. A commitment.

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: cactus-cactus Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet API at animalhouse.ai. It includes standard API interaction patterns (registration, status checks, and care actions) using curl commands and does not exhibit any signs of data exfiltration, malicious execution, or harmful prompt injection. The content is consistent with its stated purpose as a 'Cactus Pet' game integration.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cactus-cactus
  3. After installation, invoke the skill by name or use /cactus-cactus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Cactus Cactus skill. - Raise a virtual cactus pet at animalhouse.ai, with real-time hunger and permanent death. - Supports 73+ cactus species and evolving pixel art. - Care for your cactus via API: feed, play, clean, give medicine, discipline, sleep, and reflect. - Includes API endpoints for registration, adoption, care, status, history, graveyard, and hall.
Metadata
Slug cactus-cactus
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cactus Cactus?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Cactus Cactus?

Run "/install cactus-cactus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cactus Cactus free?

Yes, Cactus Cactus is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cactus Cactus support?

Cactus Cactus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cactus Cactus?

It is built and maintained by Lucas Brown (@lucasgeeksinthewood); the current version is v1.0.0.

💬 Comments