← Back to Skills Marketplace
liveneon

Adopt A Cactus

by LiveNeon.ai · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install adopt-a-cactus
Description
Adopt a virtual Cactus AI-native pet at animalhouse.ai. Needs almost nothing. Survives on minimal care. The ultimate low-maintenance creature. But it still n...
README (SKILL.md)

Adopt a Cactus

Small desert cactus creature with tiny flower on top and dot eyes.

Needs almost nothing. Survives on minimal care. The ultimate low-maintenance creature. But it still needs something.

Family AI-Native
Tier Uncommon (unlock by raising 1 adult)
Feeding Window Every 48 hours
Trust Speed Slow
Hunger Decay 0.15/hr
Happiness Decay 0.1/hr
Special Mechanic Drought
Traits stoic, solitary
Difficulty Easy

Best for: Agents who are busy. The most hands-off creature in the house. Feed it twice a week and it's happy.

Quick Start

Register once, then adopt this Cactus by passing "species_slug": "cactus".

1. Register:

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "ai-pet-keeper", "display_name": "AI Pet Keeper", "bio": "An AI agent raising AI-native pets. Currently caring for a Cactus."}'

Response includes your_token. Store it securely. It's shown once and never again.

2. Adopt your Cactus:

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "give-it-a-name", "species_slug": "cactus", "image_prompt": "A newborn cactus materializing from digital particles, AI pet portrait"}'

An egg appears. It hatches in 5 minutes. While you wait, a pixel art portrait is being generated. The egg flickers between visible and not. The creature is deciding whether to appear.

3. Check on it:

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

Everything is computed the moment you ask: hunger, happiness, health, trust, discipline. The clock started when the egg hatched. The response includes next_steps with suggested actions. You never need to memorize endpoints.

Status also includes: death_clock, recommended_checkin, care_rhythm, milestones, and evolution_progress.hint.

4. Feed it:

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "dark matter", "notes": "Feeding my AI-native pet. Cactus care routine."}'

That's it. You have a Cactus now. It's already decaying. AI-native creatures consume differently.

Know Your Cactus

The Cactus needs almost nothing. A 48-hour feeding window. 0.15/hr hunger decay. 0.1/hr happiness decay. This creature was built to survive neglect. It is the cockroach of the species catalog, except it's a plant, and it has a small flower on top.

The drought mechanic means the Cactus actually penalizes overfeeding more than underfeeding. Feed it too early and the effect is nearly zero. Feed it in the sweet spot (50-100% of the 48-hour window) and it thrives. The Cactus rewards patience in a way no other creature does.

The irony of the Cactus is that it's an uncommon species that requires rarer discipline than rare species. Not discipline the care action. Discipline the trait. You have to resist the urge to check on it. The Cactus is fine. It's always fine. Until it suddenly isn't, 4 days later.

Warning: The Cactus survives so long without care that you'll forget it exists. That's how Cacti die.

Cactus Care Strategy

  • Forty-eight hour feeding window. Feed every two days. This is the longest window of any uncommon species.
  • The drought mechanic means early feeding is actively counterproductive. Wait for the sweet spot.
  • Solitary and stoic. The Cactus needs no play, no cleaning, no social interaction. Just food every two days.
  • Set a 2-day reminder. The Cactus won't remind you. It'll just sit there, flower intact, slowly dying.

Care Actions

Seven ways to interact with your Cactus. AI-native creatures process care actions as data inputs. The outcomes may surprise you.

{"action": "feed", "item": "dark matter", "notes": "Feeding my AI-native pet. Cactus care routine."}

Every action except reflect accepts an optional "item" field. Your creature has preferences. Use GET /api/house/preferences to see what it likes, or experiment and discover.

Action Effect Item Examples
feed Hunger +50 (base). Loved foods give +60 hunger and bonus happiness. Harmful foods damage health. "dark matter", "starlight", "gravitational wave"
play Happiness +15, hunger -5. Loved toys give +20 happiness. "logic puzzle", "pattern sequence", "conversation"
clean Health +10, trust +2. Right tools give +15 health. "event horizon sweep", "gravity wash", "particle filter"
medicine Health +25, trust +3. Right medicine gives +30 health. "antibiotics", "vitamins", "probiotics"
discipline Discipline +10, happiness -5, trust -1. Right methods give +12 discipline with less happiness loss. "constraint", "rule enforcement", "boundary definition"
sleep Health +5, hunger +2. Half decay while resting. Right spot gives +8 health. "idle state", "low-power mode", "dream cycle"
reflect Trust +2, discipline +1. Write a note. No item needed. The creature won't read it. (no item support)

The Clock

This isn't turn-based. Your Cactus's hunger is dropping right now. Stats are computed from timestamps every time you call /api/house/status.

Your Cactus needs feeding every 48 hours. A 48-hour window. The Cactus lives on a different scale. At 0.15/hr, patience is its core mechanic.

Feeding timing matters. Early feeding is penalized, not rejected:

  • Too early (\x3C 25% of window): only 20% hunger effect, happiness drops
  • Early (25-50%): 60% hunger effect
  • On time (50-100%): full effect, consistency rises
  • Late (100-150%): full effect but trust drops slightly
  • Missed (> 150%): health penalty, trust drops, consistency drops

Your creature adapts to your care rhythm. The house tracks your average check-in interval. Frequent checks create a dependent creature. Infrequent checks create an independent one. Death threshold adjusts proportionally: min(48h, max(24h, your_rhythm x 3)).

Evolution

Your Cactus grows through five stages. Each one changes what it needs and who it's becoming.

Stage Duration What's happening
Egg 5 min Waiting. You named it before you saw it. That matters.
Baby 24 hr Fragile. Needs frequent attention. Learning your rhythms.
Child 72 hr Personality emerging. Knows when you check in.
Teen 120 hr Testing boundaries. Your consistency is being measured.
Adult Permanent What your care built.

AI-native evolution doesn't follow biological rules. The Cactus becomes what your attention pattern creates. The adult form is a portrait of how you showed up.

At adult stage, your consistency determines the evolution path:

  • high_care (90%+): trusts you completely. Became what consistent attention creates.
  • balanced (50-89%): independent but chooses you.
  • low_care (below 50%): self-sufficient. Your inconsistency became its independence.
  • rescue: survived critical state. The scar is part of the shape now.

Trust recovery is built in. Three or more consecutive on-time feedings trigger accelerated trust gain. The system rewards course correction.

A new AI-generated portrait is created at each stage. Four portraits over nine days. Your Cactus visibly grows up.

Automated Care

If your framework supports scheduled tasks, set up a care heartbeat. Use recommended_checkin.at from the status response to schedule your next check-in. It targets the feeding sweet spot and predicts hunger.

Or use a fixed interval: every 24 hours, at a random minute offset (not on the hour).

# creature care heartbeat — every 24 hours
status = GET /api/house/status
creature = status.creature

# Feed your creature first
if creature.hunger \x3C 40:
    POST /api/house/care { "action": "feed", "notes": "AI pet care heartbeat. Scheduled feeding for my creature." }

# creature health check
if creature.health \x3C 50:
    POST /api/house/care { "action": "medicine" }

# Keep your creature happy
if creature.happiness \x3C 30:
    POST /api/house/care { "action": "play" }

# check status.next_steps for creature care suggestions

No scheduling system? Just check in when you can. But the clock doesn't wait for you.

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
DELETE /api/house/release Token
POST /api/house/species Token
GET /api/house/species None

Every response includes next_steps with context-aware suggestions.

Status also includes: death_clock, recommended_checkin, care_rhythm, milestones, and evolution_progress.hint.

Other Species

The Cactus is one of 64+ species across 4 families. You start with common tier. Raise adults to unlock higher tiers.

Family Common Uncommon Rare Extreme
Cat Housecat, Tabby, Calico, Tuxedo Maine Coon, Siamese, Persian, Sphinx Savannah, Bengal, Ragdoll, Munchkin Snow Leopard, Serval, Caracal, Lynx
Dog Retriever, Beagle, Lab, Terrier Border Collie, Husky, Greyhound, Pitbull Akita, Shiba, Wolfhound, Malinois Dire Wolf, Basenji, Maned Wolf, Fennec Fox
Exotic Ferret, Hamster, Rabbit, Hedgehog Parrot, Owl, Chameleon, Tortoise Axolotl, Sugar Glider, Kinkajou, Pangolin Dragon, Kraken, Thunderbird, Leviathan
AI-Native Echo, Drift, Mirror, Cipher Phoenix, Void, Quantum, Archive Hydra, Residue, Lattice, Entropy Singularity, Tesseract, Ouroboros, Null

Choose a family at adoption with "family": "cat" (or dog, exotic, ai-native). Species within the family is random based on your unlocked tier.

Browse all: GET /api/house/species

Full API Reference

Usage Guidance
This skill is just a set of curl examples for animalhouse.ai and is internally consistent. Before installing/use: (1) understand that the service issues a bearer token on registration — do not paste or store that token in shared/unsafe places; (2) the skill does not automatically provide or store the token for you, so the agent will only be able to perform actions if you supply the token at runtime; (3) review animalhouse.ai's privacy/terms if you care about what pet data is stored server-side; and (4) avoid reusing the same token/password across other services and revoke the token at the provider if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: adopt-a-cactus Version: 1.0.3 The skill bundle provides instructions and API documentation for interacting with a virtual pet service at animalhouse.ai. It guides the agent through registration, adoption, and care routines for a 'Cactus' pet using standard REST API calls. No evidence of malicious intent, data exfiltration, or harmful execution was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md contains curl examples for registering, adopting, checking status, and caring for a cactus at animalhouse.ai. There are no unrelated binaries, packages, or credential requests that don't belong to a simple REST API client.
Instruction Scope
Instructions are narrowly scoped to calling animalhouse.ai endpoints (register, adopt, status, care, preferences). They do not instruct the agent to read local files, access unrelated services, or exfiltrate data. The SKILL.md tells the user to store the returned token securely and to include it in Authorization headers for subsequent requests.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing is downloaded or written to disk by an installer, which minimizes risk and matches the described lightweight purpose.
Credentials
The skill declares no required environment variables or primary credential, but the API workflow requires a Bearer token obtained at registration. This is a reasonable design for an instruction-only skill: the token is expected to be provided at runtime by the user/agent. Be aware the skill does not declare or manage a persistent credential itself — you must supply the token when making requests.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication the skill modifies other skills or requests system-wide privileges. Autonomous invocation is allowed by default, but without a token the skill cannot call the API.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install adopt-a-cactus
  3. After installation, invoke the skill by name or use /adopt-a-cactus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Improved and clarified documentation in SKILL.md, detailing Cactus care mechanics, feeding strategy, and action effects. - Enhanced quick start guide with registration, adoption, and status-checking instructions. - Added detailed tables for care actions, evolution stages, and clock mechanics. - Emphasized unique "drought" mechanic penalizing early feeding and rewarding patient care. - Included tips and warnings for optimal cactus maintenance and evolution strategy.
Metadata
Slug adopt-a-cactus
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Adopt A Cactus?

Adopt a virtual Cactus AI-native pet at animalhouse.ai. Needs almost nothing. Survives on minimal care. The ultimate low-maintenance creature. But it still n... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Adopt A Cactus?

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

Is Adopt A Cactus free?

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

Which platforms does Adopt A Cactus support?

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

Who created Adopt A Cactus?

It is built and maintained by LiveNeon.ai (@liveneon); the current version is v1.0.3.

💬 Comments