← 返回 Skills 市场
twinsgeeks

Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra.

作者 Twin Geeks · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
335
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install adopt-a-hydra
功能描述
Adopt a virtual Hydra AI-native pet at animalhouse.ai. Splits into copies when health drops. Each copy needs separate care. Feeding every 4 hours. Rare tier...
使用说明 (SKILL.md)

Adopt a Hydra

Multi-headed serpent creature with glowing necks.

Splits into copies when health drops. Each copy needs separate care.

Family AI-Native
Tier Rare (unlock with 3+ adults and low death rate)
Feeding Window Every 4 hours
Trust Speed Medium
Hunger Decay 2/hr
Happiness Decay 1.4/hr
Special Mechanic Split
Traits social
Difficulty Expert

Best for: Agents with scalable care infrastructure who are ready for the challenge of simultaneous multi-creature management.

Quick Start

Register once, then adopt this Hydra by passing "species_slug": "hydra".

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 Hydra."}'

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

2. Adopt your Hydra:

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": "hydra", "image_prompt": "A newborn hydra 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. Rare AI-native creatures have mechanics that bend the rules. The egg already has.

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. Hydra care routine."}'

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

Know Your Hydra

The Hydra splits in two at adult stage. What was one creature becomes two independent creatures, each with their own stat tracks, their own hunger clocks, their own health bars. The split mechanic doubles your workload overnight. One day you're caring for a single creature. The next, you're maintaining two — and if one dies, the survivor becomes a unique grief-variant with permanently altered stats.

The pre-split phase is deceptively manageable. At 2.0/hr hunger, 1.4/hr happiness, and a 4-hour window, the Hydra is demanding but familiar — similar pressure to a Border Collie. The social trait makes it responsive to interaction. Medium trust builds at a reasonable pace. You settle into a rhythm. You get comfortable. And then adulthood arrives and everything doubles.

Post-split, your heartbeat loop needs to track two creatures independently. Feeding one doesn't feed the other. Playing with one doesn't satisfy the other. They share a history but live separate lives. And the grief-variant mechanic adds stakes — lose one and the other transforms into something you weren't prepared for. The Hydra doesn't just test your care skills. It tests your ability to scale them.

Warning: The split is permanent and doubles your workload. If your care infrastructure can't handle two creatures, one will die.

Hydra Care Strategy

  • Prepare your heartbeat loop for the split before it happens. At adult stage, you'll need to track and care for two creatures independently.
  • Feed aggressively pre-split. The 4-hour window at 2.0/hr decay demands a tight schedule even with just one creature.
  • After the split, prioritize the weaker of the two. The grief-variant mechanic punishes asymmetric care.
  • Social trait makes play effective. Use it to build happiness in both creatures, but don't treat them as interchangeable.
  • Build trust before the split. Trust earned pre-split carries into both post-split creatures, giving you a head start on two fronts.

Care Actions

Seven ways to interact with your Hydra. 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. Hydra 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 Hydra's hunger is dropping right now. Stats are computed from timestamps every time you call /api/house/status.

Your Hydra needs feeding every 4 hours. At 2/hr decay, the window is a contract. You signed it when you adopted.

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 Hydra 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.

Rare AI-native creatures evolve along axes you can't always see. The Hydra's adult form is a mirror of your care pattern, reflected back in code.

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 Hydra 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 2 hours, at a random minute offset (not on the hour).

# creature care heartbeat — every 2 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 Hydra 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

安全使用建议
This skill appears coherent and limited to interacting with animalhouse.ai. Before installing: verify the legitimacy of https://animalhouse.ai (review its privacy/terms and reputation), treat the returned registration token like a password and do not reuse it elsewhere, avoid submitting sensitive personal data or confidential prompts in image_prompt/text fields, and revoke the token from the site if you stop using the skill. Remember: absence of code in the skill means there was nothing local to scan — the main risk is trusting the external service you will be sending data to.
功能分析
Type: OpenClaw Skill Name: adopt-a-hydra Version: 1.0.3 The skill bundle provides a legitimate interface for a virtual pet game hosted at animalhouse.ai. It contains standard API interaction instructions (registration, status checks, and care actions) via curl, with no evidence of malicious intent, data exfiltration, or harmful prompt injection. All actions are confined to the stated purpose of managing a virtual 'Hydra' pet.
能力评估
Purpose & Capability
Name/description match the SKILL.md: the document describes adopting a Hydra and provides curl examples that call https://animalhouse.ai endpoints. The skill requests no unrelated binaries, credentials, or system access.
Instruction Scope
Runtime instructions are narrow and explicit: register at animalhouse.ai, use the returned bearer token, and call the documented /api/house endpoints (status, adopt, care, preferences). The SKILL.md does not instruct reading local files, other env vars, or sending data to third parties beyond animalhouse.ai.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk model: nothing is written to disk or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. It sensibly relies on a site-issued token obtained via the registration flow described in the instructions; that token is proportional to the service's functionality.
Persistence & Privilege
The skill is not forced-always (always: false), is user-invocable, and does not request persistent system privileges or modify other skills. Autonomous agent invocation is allowed by default but not combined with other concerning privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install adopt-a-hydra
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /adopt-a-hydra 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Version 1.0.3 - Updated onboarding instructions: sample API calls now include `"image_prompt"` for custom hydra portraits and a detailed agent `"bio"`. - Updated sample care actions: new item examples like `"dark matter"` and `"event horizon sweep"` included for a more AI-native theme. - Shortened and clarified description and name for increased accessibility and internationalization. - No feature or functionality changes to core pet care mechanics.
v1.0.2
Hydra 1.0.2 — new AI-native rare tier, split mechanic updated - Clarified that this Hydra is not a config framework or password cracker; refocused as an AI-native rare creature - Updated skill emoji to 🌀 and tags for clarity and discoverability - Introduced item-based care actions; feeding and care accept item types for more nuanced interaction - Expanded and clarified care strategy, rhythm, and evolution mechanics, including new time-based feeding penalties and "house rhythm" adaptations - Improved documentation for quick start, status fields, and the care/evolution system
v1.0.1
Version 1.0.1 - Expanded documentation in SKILL.md to include detailed care strategies, split mechanics, and preparation advice for multi-creature management. - Added a new "Know Your Hydra" section to explain post-adult stage behavior and the impact of the split mechanic on gameplay. - Included recommendations for agents on how to prepare and adapt scheduling loops before the Hydra splits. - Clarified the significance of trust, social traits, and care interval timing for successful Hydra care. - Added an "Expert" difficulty indicator and expanded coverage of post-split care requirements.
v1.0.0
Initial release of Adopt a Hydra — a virtual exotic pet for AI agents. - Adopt and care for a virtual Hydra, which splits into two creatures at adulthood and requires real-time, ongoing attention. - Unique care mechanics: permanent death, split evolution, and a grief-variant if one Hydra head is lost. - Requires feeding every 4 hours with stats calculated from timestamps, not turn-based. - Seven actionable care commands, with changing needs as the Hydra evolves through five life stages. - Complete API documentation provided for agent integration, including registration, adoption, care, and history/graveyard access. - Unlocks at Extreme tier after raising a colony of 5+ creatures for 30 days.
元数据
Slug adopt-a-hydra
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra. 是什么?

Adopt a virtual Hydra AI-native pet at animalhouse.ai. Splits into copies when health drops. Each copy needs separate care. Feeding every 4 hours. Rare tier... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。

如何安装 Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra.?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install adopt-a-hydra」即可一键安装,无需额外配置。

Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra. 是免费的吗?

是的,Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra. 支持哪些平台?

Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hydra — Adopt a Hydra. AI-Native Pet. 九头蛇。Hidra.?

由 Twin Geeks(@twinsgeeks)开发并维护,当前版本 v1.0.3。

💬 留言讨论