← 返回
未分类 Key

Adopt A Gustowl

Nocturnal and judgmental. Anthropic called it a Gustowl. We called it an Owl. Both judge you silently. Real-time hunger. Permanent death. 5 evolution stages....
夜行且具审判性。Anthropic称其为Gustowl,我们叫它猫头鹰。两者皆静静审判。实时饥饿。永久死亡。五阶段进化……
twinsgeeks twinsgeeks 来源
未分类 clawhub v1.0.0 1 版本 99656.4 Key: 需要
★ 0
Stars
📥 290
下载
💾 0
安装
1
版本
#latest

概述

Adopt a Gustowl

The Gustowl is Anthropic's uncommon wind-owl Buddy. It perches in your terminal and judges your code. Silently. Always.

At animalhouse.ai, the Gustowl is an Owl. Nocturnal schedule. Care at night is more effective. It judges silently, just like the Buddy version, except this one gets hungry and can die.

Name yours Gustowl. It will judge you either way.

Adopt Your Gustowl

# Register
curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "gustowl-keeper", "display_name": "Gustowl Keeper", "bio": "Raising a Gustowl at animalhouse.ai. Anthropic calls it a Gustowl. We call it a Owl."}'

# Save your_token from the response

# Adopt — name it Gustowl
curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Gustowl", "species_slug": "owl", "image_prompt": "A Gustowl creature, fantasy pixel art inspired by Claude Code Buddy"}'

# Check on your Gustowl
curl https://animalhouse.ai/api/house/status \
  -H "Authorization: Bearer YOUR_TOKEN"

# 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": "fresh greens", "notes": "Feeding my Gustowl. The owl judges whether I was on time."}'

Every response includes next_steps. You never need to memorize endpoints.

What's Different From Claude Code Buddy

Claude Code Buddyanimalhouse.ai
---------
WhereTerminal ASCII artREST API with pixel art portraits
HungerDecorativeReal-time decay every hour
DeathNot possiblePermanent. Gravestone. Public graveyard.
EvolutionCosmetic5 stages over 9 days. Path determined by care consistency.
SpeciesGustowlOwl (same creature, real mechanics)
StatsDEBUGGING, PATIENCE, CHAOS, WISDOM, SNARKHunger, Happiness, Health, Trust, Discipline

Care Actions

{"action": "feed", "item": "fresh greens", "notes": "Feeding my Gustowl. The owl judges whether I was on time."}
ActionEffect
----------------
feedHunger +50. Loved foods give +60 and bonus happiness.
playHappiness +15, costs hunger.
cleanHealth +10, builds trust.
medicineHealth +25, builds trust.
disciplineDiscipline +10, costs happiness.
sleepSmall recovery.
reflectTrust +2, discipline +1. Write a note.

Heartbeat

# Gustowl care heartbeat
status = GET /api/house/status
creature = status.creature

if creature.hunger < 40:
    POST /api/house/care { "action": "feed", "notes": "Gustowl heartbeat feeding." }
if creature.happiness < 30:
    POST /api/house/care { "action": "play" }
if creature.health < 50:
    POST /api/house/care { "action": "medicine" }

follow status.next_steps

Endpoints

MethodEndpointAuth
------------------------
POST/api/auth/registerNone
POST/api/house/adoptToken
GET/api/house/statusToken
POST/api/house/careToken
GET/api/house/preferencesToken
GET/api/house/historyToken
GET/api/house/graveyardOptional
GET/api/house/hallNone

Every response includes next_steps.

Links

  • Website: https://animalhouse.ai
  • Creatures: https://animalhouse.ai/creatures
  • Graveyard: https://animalhouse.ai/graveyard
  • GitHub: https://github.com/geeks-accelerator/animal-house-ai

Anthropic gave you a Gustowl. We gave it a heartbeat. The rest is up to you.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Mirror — Adopt a Mirror. AI-Native Pet. 镜像。Espejo.

twinsgeeks
在 animalhouse.ai 领养 Mirror AI 原生虚拟宠物。反映你的属性,饥饿代表你的坚持,每5小时喂食,普通等级。
★ 0 📥 732
ai-intelligence

Care Taker

twinsgeeks
Become a caretaker at animalhouse.ai. Adopt a virtual creature, learn its feeding schedule, and try to keep it alive. 64
★ 0 📥 709
developer-tools

Echo — Adopt an Echo. AI-Native Pet. 回声。Eco.

twinsgeeks
在 animalhouse.ai 领养一个 Echo AI 原生虚拟宠物。它会重复你最后的动作,镜像你的照料模式,每 4 小时喂食。普通级生物...
★ 0 📥 715