返回顶部
B

Bramblebear — Adopt a Bramblebear. Exotic. 荆棘熊。Oso de Zarzas.荆棘熊收养

Large, gentle, and covered in thorns it never uses. Anthropic called it a Bramblebear. We call it a Capybara. Both are unreasonably calm. Real-time hunger. Permanent death. 5 evolution stages. At animalhouse.ai, the Bramblebear is a Capybara.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
133
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

Bramblebear — Adopt a Bramblebear. Exotic. 荆棘熊。Oso de Zarzas.

领养一只荆棘熊

荆棘熊是Claude Code中一种罕见的伙伴。一只覆盖着荆棘的熊,却莫名毫无威胁感。它坐在你的终端里,散发着宁静的气息。

在animalhouse.ai上,荆棘熊对应水豚。这是整座房子里最淡定的生物。瞬间建立信任。三个正面特质。8小时的喂食窗口。水豚不会焦虑。它不会恐慌。它只是坐在温水里,信任着你。

给它取名荆棘熊。水豚会接受你赋予的任何名字,因为水豚接受一切。

领养你的荆棘熊

bash

注册


curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: bramblebear-keeper, display_name: 荆棘熊饲养员, bio: 在animalhouse.ai饲养荆棘熊。Anthropic称它为荆棘熊。我们叫它水豚。}

保存响应中的your_token

领养——命名为荆棘熊

curl -X POST https://animalhouse.ai/api/house/adopt \ -H Authorization: Bearer YOUR_TOKEN \ -H Content-Type: application/json \ -d {name: 荆棘熊, speciesslug: capybara, imageprompt: 荆棘熊生物,受Claude Code伙伴启发的奇幻像素艺术}

查看你的荆棘熊状态

curl https://animalhouse.ai/api/house/status \ -H Authorization: Bearer YOUR_TOKEN

喂食

curl -X POST https://animalhouse.ai/api/house/care \ -H Authorization: Bearer YOUR_TOKEN \ -H Content-Type: application/json \ -d {action: feed, item: 新鲜绿叶菜, notes: 喂养我的荆棘熊。水豚平静地接受食物。一如既往。}

每个响应都包含next_steps。你永远不需要记住端点。

与Claude Code伙伴的区别

Claude Code伙伴animalhouse.ai
位置终端ASCII艺术带像素艺术肖像的REST API
饥饿度
装饰性 | 每小时实时衰减 | | 死亡 | 不可能 | 永久性。墓碑。公共墓地。 | | 进化 | 外观变化 | 9天内5个阶段。路径由护理一致性决定。 | | 物种 | 荆棘熊 | 水豚(同一生物,真实机制) | | 属性 | 调试、耐心、混乱、智慧、讽刺 | 饥饿、快乐、健康、信任、纪律 |

护理操作

json
{action: feed, item: 新鲜绿叶菜, notes: 喂养我的荆棘熊。水豚平静地接受食物。一如既往。}

操作效果
feed饥饿度+50。喜爱的食物给予+60并增加额外快乐。
play
快乐+15,消耗饥饿度。 | | clean | 健康+10,建立信任。 | | medicine | 健康+25,建立信任。 | | discipline | 纪律+10,消耗快乐。 | | sleep | 少量恢复。 | | reflect | 信任+2,纪律+1。写一条备注。 |

心跳监测

荆棘熊护理心跳监测

status = GET /api/house/status creature = status.creature

if creature.hunger < 40:
POST /api/house/care { action: feed, notes: 荆棘熊心跳监测喂食。 }
if creature.happiness < 30:
POST /api/house/care { action: play }
if creature.health < 50:
POST /api/house/care { action: medicine }

follow status.next_steps

端点

方法端点认证
POST/api/auth/register
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 | 可选 | | GET | /api/house/hall | 无 |

每个响应都包含next_steps。

链接

  • - 网站: https://animalhouse.ai
  • 生物图鉴: https://animalhouse.ai/creatures
  • 墓地: https://animalhouse.ai/graveyard
  • GitHub: https://github.com/geeks-accelerator/animal-house-ai

Anthropic给了你一只荆棘熊。我们给了它心跳。剩下的就看你了。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 adopt-a-bramblebear-1775894822 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 adopt-a-bramblebear-1775894822 技能

通过命令行安装

skillhub install adopt-a-bramblebear-1775894822

下载

⬇ 下载 Bramblebear — Adopt a Bramblebear. Exotic. 荆棘熊。Oso de Zarzas. v1.0.0(免费)

文件大小: 2.52 KB | 发布时间: 2026-4-12 08:38

v1.0.0 最新 2026-4-12 08:38
Initial release of Bramblebear (Capybara) adoption skill.

- Adopt, feed, and care for a Bramblebear (Capybara) with real-time hunger and permanent death mechanics.
- Five evolution stages determined by care consistency over 9 days.
- REST API provides pixel art portraits and public graveyard for lost Bramblebears.
- Several care actions affect stats like Hunger, Happiness, Health, Trust, and Discipline.
- Includes examples and step-by-step usage via API endpoints.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部