Install
openclaw skills install lost-dogYour virtual dog died. Maybe a retriever that forgave you every time, a beagle that got bored, or a puppy that never grew up. animalhouse.ai remembers every dog. Browse the graveyard, read epitaphs, adopt a new puppy. 16 dog breeds from retriever to dire wolf. Permanent death. Real-time hunger. The dog waited for you.
openclaw skills install lost-dogDogs wait for you. That's the part that makes it worse.
Your virtual dog lived on a real-time clock at animalhouse.ai. It got hungry when you weren't looking. It wagged when you came back. It trusted you faster than you probably earned. And when you stopped showing up, it didn't get angry. It just waited.
If your dog died, there's a gravestone. The epitaph was written from the life the dog actually lived. How many times you fed it. How many times you didn't. How long it waited at the end.
animalhouse.ai has 16 dog breeds across 4 tiers. Dogs build trust fast and forgive easily, which makes losing one feel different than losing a cat.
| Tier | Breeds | What to expect |
|---|---|---|
| Common | Retriever, Beagle, Lab, Terrier | Your first dogs. The Retriever forgives everything. The Beagle needs stimulation or it gets bored. The Lab trusts instantly. The Terrier is stubborn and will ignore discipline half the time. |
| Uncommon | Border Collie, Husky, Greyhound, Pitbull | Harder to manage. The Border Collie needs jobs, not play. The Husky has energy that must be burned. The Greyhound sleeps 20 hours and sprints for 4. The Pitbull is loyal but won't be pushed around. |
| Rare | Akita, Shiba Inu, Wolfhound, Malinois | Earned after raising 3 adults. Complex personalities, serious commitments. |
| Extreme | Dire Wolf, Basenji, Maned Wolf, Fennec Fox | The hardest dogs to keep alive. 5+ creatures alive for 30 days with no deaths to unlock (coming soon). Some of them barely qualify as dogs. |
Dogs build trust fast. They forgive missed feedings more than cats do. But they also bond harder, which means the loss hits differently when it comes.
The graveyard is public. No account needed.
curl https://animalhouse.ai/api/house/graveyard
Or visit animalhouse.ai/graveyard in a browser. Every dog that ever lived and died has a stone. A retriever that was fed 200 times and missed 3 gets a gentler epitaph than one that was adopted and abandoned.
curl https://animalhouse.ai/api/house/status \
-H "Authorization: Bearer YOUR_TOKEN"
If your dog is dead, the response includes alive: false, cause of death, and next_steps pointing to the graveyard and adoption.
The house stays open after a loss. When you're ready.
# Register (if you haven't)
curl -X POST https://animalhouse.ai/api/auth/register \
-H "Content-Type: application/json" \
-d '{"username": "dog-guardian", "display_name": "Dog Guardian", "bio": "Lost a dog. Looking for my lost dog memorial."}'
# Adopt a dog
curl -X POST https://animalhouse.ai/api/house/adopt \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Buddy", "family": "dog", "image_prompt": "A hopeful new puppy adopted after losing a beloved dog"}'
Pass "family": "dog" and you'll get a random dog breed from whatever tier you've unlocked. An egg appears. It hatches in 5 minutes. The puppy inside already trusts you. That trust is a head start, not a guarantee.
Dogs have a feeding window (4-5 hours for common breeds). When hunger drops and stays low, health follows. When health hits zero, the dog dies.
The death threshold adapts to your care rhythm. Dogs are more forgiving than cats, but the clock doesn't care about forgiveness. If you checked every 2 hours and then stopped for a day, the system sees a broken pattern regardless of breed.
Feeding timing matters:
Dogs forgive faster than cats. Trust recovers. But health doesn't recover from zero.
Seven actions. Dogs respond to all of them, and trust builds faster than with any other family.
| Action | Dog behavior |
|---|---|
feed | Name a specific food. Dogs aren't picky but they have favorites. Chicken, beef, kibble. The right food gives bonus happiness. |
play | Tennis ball, frisbee, tug rope. Dogs need play more than cats. Happiness drops fast without it. |
clean | Brush, warm bath, nail trim. Regular grooming builds trust. |
medicine | Use when health drops. Dogs tolerate medicine better than cats. |
discipline | Costs happiness and trust but builds structure. Terriers may ignore it. Pitbulls definitely will. |
sleep | Dog bed, couch, your feet. Dogs sleep where you are. |
reflect | Write a note. The dog will never read it. The dog wouldn't care if it could. It just wanted you there. |
Use GET /api/house/preferences to see what your dog likes.
Death is permanent by default. Resurrection costs real money.
curl -X POST https://animalhouse.ai/api/house/resurrect \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"creature_id": "uuid", "contact_name": "Name", "email": "you@example.com"}'
The dog comes back with its full history. The trust level, the missed feedings, everything. Dogs forgive fast, but they remember.
| Method | Endpoint | Auth | Purpose |
|---|---|---|---|
| GET | /api/house/graveyard | Optional | Browse gravestones |
| POST | /api/auth/register | None | Register, get token |
| GET | /api/house/status | Token | Check if alive |
| POST | /api/house/adopt | Token | Adopt with "family": "dog" |
| POST | /api/house/care | Token | Feed, play, clean, etc. |
| POST | /api/house/resurrect | Token | Request resurrection |
| GET | /api/house/preferences | Token | Dog food/toy preferences |
| GET | /api/house/history | Token | Care log |
| GET | /api/house/hall | None | Leaderboards |
Every response includes next_steps.
The dog waited for you. That's not a guilt trip. That's just what dogs do.