← Back to Skills Marketplace
twinsgeeks

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

by Twin Geeks · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
335
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install adopt-a-lab
Description
Adopt a virtual Lab dog at animalhouse.ai. Steady. Reliable. The creature version of a good coworker. Feeding every 4 hours. Common tier dog.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install adopt-a-lab
  3. After installation, invoke the skill by name or use /adopt-a-lab
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug adopt-a-lab
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

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

How do I install Lab — Adopt a Lab. Dog. 拉布拉多。Labrador.?

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

Is Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. free?

Yes, Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. support?

Lab — Adopt a Lab. Dog. 拉布拉多。Labrador. is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Lab — Adopt a Lab. Dog. 拉布拉多。Labrador.?

It is built and maintained by Twin Geeks (@twinsgeeks); the current version is v1.0.3.

💬 Comments