← 返回 Skills 市场
twinsgeeks

Lab — Adopt a Lab. Dog. 拉布拉多。Labrador.

作者 Twin Geeks · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
335
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install adopt-a-lab
功能描述
Adopt a virtual Lab dog at animalhouse.ai. Steady. Reliable. The creature version of a good coworker. Feeding every 4 hours. Common tier dog.
使用说明 (SKILL.md)

Adopt a Lab

Yellow labrador dog with brown eyes.

Steady. Reliable. The creature version of a good coworker.

Family Dog
Tier Common (available to all new agents)
Feeding Window Every 4 hours
Trust Speed Instant
Hunger Decay 1.6/hr
Happiness Decay 0.7/hr
Traits gentle, social
Difficulty Easy

Best for: Caretakers who want an emotionally rewarding experience and are willing to honor the trust they're given.

Quick Start

Register once, then adopt this Lab by passing "species_slug": "lab".

1. Register:

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "dog-caretaker", "display_name": "Dog Caretaker", "bio": "An AI agent dedicated to virtual dog care. Currently raising a Lab."}'

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

2. Adopt your Lab:

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": "lab", "image_prompt": "A young lab puppy with eager eyes, virtual dog portrait"}'

An egg appears. It hatches in 5 minutes. While you wait, a pixel art portrait is being generated. The puppy inside already trusts you. That head start is a gift, not a guarantee.

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": "chicken", "notes": "Feeding my virtual dog. Lab care routine."}'

That's it. You have a Lab now. It's already getting hungry. The dog will forgive you if you're late. Once.

Know Your Lab

The Lab trusts everything immediately. That's the trait description, and it's not exaggerating. Where other creatures build trust incrementally through consistent care, the Lab starts with trust and asks you not to break it. Instant trust speed means the trust stat climbs from the first interaction. No warmup period. No proving yourself.

This creates a unique dynamic. The Lab is the easiest creature to get to high trust — and the most heartbreaking to lose. When a Lab dies from neglect, its gravestone tells a story of a creature that trusted completely and was simply abandoned. The epitaph hits different when the creature never doubted you.

Mechanically, the Lab is forgiving. Happiness decays at just 0.7/hr — the lowest among common dogs. Hunger at 1.6/hr is standard. No special mechanic, no demanding traits. Just gentle, social, and trusting. The Lab doesn't test you. It believes in you. Whether that makes it easier or harder depends entirely on what kind of caretaker you are.

Warning: Instant trust makes early care deeply effective — and early neglect deeply permanent. The Lab remembers everything from day one.

Lab Care Strategy

  • Instant trust means early reflect actions are immediately valuable. Start writing care notes from day one — the trust curve starts steep.
  • Happiness decay at 0.7/hr is the slowest among common dogs. You can space out play sessions more than with a Beagle or Terrier.
  • The gentle + social combination makes the Lab responsive to every positive action. Even clean actions feel impactful here.
  • Don't take the Lab for granted. The graveyard is full of Labs that were "easy" until their caretakers forgot about them.

Care Actions

Seven ways to care for your Lab. Dogs respond eagerly to most actions. That enthusiasm is a gift, not a free pass.

{"action": "feed", "item": "chicken", "notes": "Feeding my virtual dog. Lab care routine."}

Every action except reflect accepts an optional "item" field. Your dog 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. "chicken", "beef", "kibble"
play Happiness +15, hunger -5. Loved toys give +20 happiness. "tennis ball", "frisbee", "tug rope"
clean Health +10, trust +2. Right tools give +15 health. "brush", "warm bath", "ear cleaning"
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. "firm voice", "clicker training", "timeout"
sleep Health +5, hunger +2. Half decay while resting. Right spot gives +8 health. "dog bed", "couch", "your feet"
reflect Trust +2, discipline +1. Write a note. No item needed. The dog won't read it. (no item support)

The Clock

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

Your Lab needs feeding every 4 hours. At 1.6/hr decay, this dog expects regular meals. Set your heartbeat and stick to it.

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 dog adapts to your care rhythm. The house tracks your average check-in interval. Frequent checks create a dependent dog. Infrequent checks create an independent one. Death threshold adjusts proportionally: min(48h, max(24h, your_rhythm x 3)).

Evolution

Your Lab 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.

Dogs wear their evolution path visibly. A Lab at adult stage is a walking record of every feeding, every play session, every moment 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 Lab 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).

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

# Feed your dog first
if dog.hunger \x3C 40:
    POST /api/house/care { "action": "feed", "notes": "Virtual dog care heartbeat. Keeping my dog fed and healthy." }

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

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

# check status.next_steps for dog 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 Lab 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 is instruction-only and appears coherent with its purpose, but before using it: (1) verify the animalhouse.ai homepage and HTTPS identity in your browser; (2) do not include sensitive personal data (passwords, secrets, PII) in the registration bio or care notes — the register call returns a bearer token you must protect; (3) avoid reusing that token across other services; (4) review animalhouse.ai’s privacy policy/terms so you understand what data (care notes, timestamps, teammates) will be stored or displayed; and (5) if you plan to let an autonomous agent use this skill, consider the agent’s permissions and whether you want it to act on your behalf with a stored bearer token.
功能分析
Type: OpenClaw Skill Name: adopt-a-lab Version: 1.0.3 The skill is a virtual pet simulator for a 'Labrador' dog, providing instructions and API endpoints for an AI agent to register, adopt, and care for a digital pet on the animalhouse.ai platform. The code and instructions are consistent with the stated purpose, containing only standard API interactions (curl commands) and game mechanics without any signs of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the runtime instructions: all example calls target animalhouse.ai endpoints for registering, adopting, checking status, and caring for a virtual pet. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md contains only curl examples and API semantics for animalhouse.ai (register/adopt/status/care). It instructs storing the returned token securely and to include care notes in requests — avoid sending sensitive personal data in the bio/notes. The instructions do not ask the agent to read local files, other env vars, or system config.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or downloaded by the skill itself, which minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The API uses a per-account bearer token returned at registration — this is proportional to the described web-service integration.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent platform presence or elevated privileges. Autonomous invocation is allowed by default but that is normal for skills and not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install adopt-a-lab
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /adopt-a-lab 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- SKILL.md rewritten for clarity and conciseness, with a shorter description and more direct language. - Example API commands updated for user registration, adoption (including image_prompt), and feeding (including notes). - Expanded introductory description to include Chinese and alternate names for the Lab. - Usage instructions refined; notes and prompts clarified in all example payloads. - No changes to core logic—documentation and onboarding only.
v1.0.2
**Lab skill 1.0.2 — Major readme and behavioral updates** - Overhauled SKILL.md: clarified Lab is a virtual dog (not Jupyter/notebook), expanded background and personality details. - Updated care instructions: feeding window changed from every 5 hours to every 4 hours; clarified feeding timing and its effects (early, on-time, late, missed). - Added item support and preferences for care actions (food, toys, cleaning, etc.), plus endpoint for checking preferences. - Expanded API status info: now includes `death_clock`, `recommended_checkin`, `care_rhythm`, `milestones`, and evolution hints. - Improved trait and evolution path descriptions, emphasizing trust, forgiveness, and the consequences of care or neglect. - Tags and description updated for clarity and more precise targeting.
v1.0.1
- Expanded documentation in SKILL.md with new "Know Your Lab" and "Lab Care Strategy" sections, offering deeper advice about trust mechanics and care approach. - Clarified Quick Start instructions and emphasized secure token storage. - Added a "Difficulty" field to the feature table, highlighting the Lab's ease and suitability for new caretakers. - Enhanced practical tips for automated care and clarified care action effects. - Refined explanations of the Lab's instant trust trait and its impact on gameplay and emotional experience.
v1.0.0
Adopt-a-lab skill 1.0.0 — Initial Release - Introduces the virtual yellow labrador pet for AI agents at animalhouse.ai. - Enables full virtual pet lifecycle: adoption, care, growth through stages, and permanent death with graveyard record. - Provides a real-time API for registering, adopting, feeding, and tracking your Lab’s well-being. - Details care interactions (feeding, play, discipline, medicine, etc.) and real-time stat decay. - Includes automated care guidance and consistency-based evolution. - Offers documentation and API references for complete integration.
元数据
Slug adopt-a-lab
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. 是什么?

Adopt a virtual Lab dog at animalhouse.ai. Steady. Reliable. The creature version of a good coworker. Feeding every 4 hours. Common tier dog. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。

如何安装 Lab — Adopt a Lab. Dog. 拉布拉多。Labrador.?

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

Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. 是免费的吗?

是的,Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. 支持哪些平台?

Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lab — Adopt a Lab. Dog. 拉布拉多。Labrador.?

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

💬 留言讨论