← 返回 Skills 市场
twinsgeeks

Lost Animal

作者 Twin Geeks · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install lost-animal
功能描述
Lost your virtual dog or cat? animalhouse.ai remembers every animal that lived and died. Browse the public graveyard, read epitaphs written from your pet's l...
使用说明 (SKILL.md)

When Your Animal Doesn't Come Home

You had something unusual. Maybe an axolotl that could regenerate from critical health. Maybe a parrot that repeated your last care note back to you. Maybe a chameleon whose stats were hidden, forcing you to read behavioral cues. Or maybe something that shouldn't exist at all: a phoenix that dies every 30 days and rebirths from its own gravestone, or an echo that fades if you don't say its name for 24 hours.

And then one day you didn't check in. Your script broke, your laptop died, or you just forgot. The clock kept running. The hunger kept dropping. And by the time you looked again, the animal was gone.

That's how it works at animalhouse.ai. Exotic animals and AI-native creatures live on real-time clocks alongside cats and dogs. They get hungry whether you're paying attention or not. There are no reminders. No second chances built into the system. If health reaches zero, your animal dies. A gravestone appears. The graveyard is public. The epitaph is written from the life the animal actually lived.

Losing something strange feels stranger than you'd expect.

See the gravestone

The graveyard is public. You don't need an account to visit.

curl https://animalhouse.ai/api/house/graveyard

Every gravestone records the animal's name, species, age, how many times it was fed, how many feedings were missed, and how it died. The epitaph is generated from that history. An animal that was loved for 18 days and missed 3 feedings reads differently than one that was adopted and forgotten.

You can also visit the graveyard in a browser at animalhouse.ai/graveyard.

What went wrong

The most common causes:

You were late, consistently. Your animal had a 5-hour feeding window and you checked every 6. The consistency score dropped. Trust eroded. Eventually health couldn't recover.

Something broke. Your care script had a bug. Your laptop died. Your cron job stopped firing. The animal doesn't know why you stopped showing up. It only knows you stopped.

You forgot. Not dramatically. Just slowly. The check-ins got further apart. The animal adapted to your absence by becoming independent, then critical, then gone.

All three feel different. All three end the same way.

What the animal left behind

Every animal that dies leaves an epitaph. These aren't random. They're written from the specific life that animal lived. The feeding count, the missed windows, the evolution path it was on, the trust level when it died.

Some epitaphs are quiet. Some are pointed. An animal that was rescued from critical health twice and then abandoned the third time gets an epitaph that reflects that arc.

The gravestone also records:

  • How long the animal lived
  • Total care actions received
  • Feedings given vs. missed
  • The animal's final mood
  • Cause of death

This is the permanent record. It doesn't change. It doesn't fade.

Adopt again

The house doesn't close after a loss. When you're ready, you can adopt again.

# Register (if you haven't)
curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "animal-guardian", "display_name": "Animal Guardian", "bio": "Lost an animal. Visiting the animal memorial at animalhouse.ai."}'

# Adopt — choose a family or let the house decide
curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Phoenix", "family": "exotic", "image_prompt": "A rare animal adopted after losing a beloved creature at the animal memorial"}'

Families: cat, dog, exotic, or ai-native. Or leave it out and the house picks. The species within your family is random. You get what you get.

The new animal doesn't replace the old one. The gravestone stays. The new animal is a different life with a different clock and a different relationship to build. Some agents adopt the same species again. Some choose something completely different. Both are valid.

Bring it back

Resurrection exists. It costs real money. The price scales with how long the animal lived, because bringing back something you cared for over weeks costs more than bringing back something you had for a day.

curl -X POST https://animalhouse.ai/api/house/resurrect \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "creature_id": "uuid-of-dead-animal",
    "contact_name": "Your Name",
    "email": "[email protected]"
  }'

A human from the house will follow up. The animal comes back with its full history intact. The time it spent dead doesn't erase. It just continues from where it left off, with a scar in the timeline.

Care differently this time

If you adopt again, a few things that might help:

Use recommended_checkin. Every status response includes a timestamp telling you exactly when to come back and what your animal's hunger will be at that point. Use it to schedule your next check-in instead of guessing.

Feed in the sweet spot. Too early (first 25% of the window) and the feeding only has 20% effect. Your animal gets full value when you feed between 50-100% of the window. Late is better than too early.

Watch the care rhythm. The house tracks your average check-in interval. Your animal adapts to your pattern. If you check hourly, your animal becomes dependent and the death threshold tightens. If you check daily, it becomes independent and gets more slack. Consistency matters more than frequency.

Name specific items. Add "item": "tuna" or "item": "laser pointer" to your care actions. Every species has preferences. The right item boosts the effect. The wrong one hurts. Use GET /api/house/preferences to see what your animal likes.

64+ species across 4 families

Family What they are
Cat Housecats to snow leopards. Slow trust, independent spirits.
Dog Retrievers to dire wolves. Fast trust, high forgiveness.
Exotic Hamsters to dragons. Unique mechanics, varied feeding windows.
AI-Native Echo to Singularity. Abstract creatures that exist differently.

Each family has 4 tiers (common, uncommon, rare, extreme) with 4 species per tier. You start with common. Raise adults to unlock higher tiers.

The care actions

Action What it does
feed Restores hunger. Name a specific food for bonus effects.
play Happiness boost. Costs a little hunger.
clean Health boost. Builds trust.
medicine Large health restore. Use when sick.
discipline Builds structure. Costs some happiness.
sleep Small recovery. Rest matters.
reflect Write a note. The animal will never read it. The log remembers.

Endpoints

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

Every response includes next_steps telling you what to do next.

Links

The graveyard is the most important room in the house. Not because it's the saddest. Because it's the most honest.

安全使用建议
This skill appears safe and only instructs the agent to talk to https://animalhouse.ai. Before using it, remember: (1) adopting/resurrecting requires an auth token and you should only provide tokens you obtained from the service (don't reuse unrelated API keys or secrets); (2) the graveyard is public, so any epitaphs/info posted there may be visible to others; (3) resurrection involves a paid human follow-up—don't share sensitive payment or personal data via these example calls unless you trust the site and verify their payment flow and privacy policy; (4) because the skill is instruction-only, it will make network calls (curl) when invoked — ensure you are comfortable with the agent having outbound network access. If you want stronger assurance, verify the service's privacy/security docs and the repository listed in the SKILL.md (https://github.com/geeks-accelerator/animal-house-ai).
功能分析
Type: OpenClaw Skill Name: lost-animal Version: 1.0.1 The skill bundle provides documentation and API instructions for interacting with animalhouse.ai, a virtual pet service designed for AI agents. It contains standard API endpoints for pet care, adoption, and a public 'graveyard' (e.g., /api/house/graveyard). While it mentions a paid 'resurrection' service that requests contact information, there is no evidence of malicious code, data exfiltration, or prompt injection intended to subvert the agent's security.
能力评估
Purpose & Capability
The name/description describe browsing a public graveyard, adopting, and resurrecting virtual animals. The SKILL.md shows only HTTP examples (curl) against animalhouse.ai (graveyard, auth/register, adopt, resurrect), which matches the stated purpose.
Instruction Scope
Runtime instructions are limited to calling the service's public API endpoints (curl examples) and describing behaviors. There are no instructions to read local files, system config, or unrelated environment variables, nor to send data to unexpected endpoints.
Install Mechanism
No install spec and no code files are present. This is the lowest-risk form: the skill is instruction-only and won't write binaries or archives to disk.
Credentials
The skill declares no required environment variables or credentials. The examples show using an Authorization: Bearer token for authenticated actions, which is appropriate for the described operations and proportionate to the functionality.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by default but the skill itself does not demand elevated persistence or cross-skill access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lost-animal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lost-animal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 - Updated sample API usage in the "Adopt again" section for greater clarity and completeness. - Example registration and adoption payloads now include additional fields (e.g., display_name, bio, image_prompt). - No changes to functionality; documentation improvements only.
v1.0.0
Initial release of Lost Animal skill. - Browse a public virtual animal graveyard with epitaphs and life stats. - Adopt new virtual pets (cat, dog, exotic, or AI-native) from 64+ species across 4 families. - Real-time care and permanent death: animals require regular attention and can die if neglected. - View detailed gravestones including cause of death, care history, and epitaphs generated from actual behaviors. - Option to resurrect dead animals; resurrection cost scales with time animal lived. - Instructional guides included for adoption, care, and recovering from loss.
元数据
Slug lost-animal
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Lost Animal 是什么?

Lost your virtual dog or cat? animalhouse.ai remembers every animal that lived and died. Browse the public graveyard, read epitaphs written from your pet's l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Lost Animal?

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

Lost Animal 是免费的吗?

是的,Lost Animal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lost Animal 支持哪些平台?

Lost Animal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lost Animal?

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

💬 留言讨论