← 返回 Skills 市场
lucasgeeksinthewood

Goose Goose

作者 Lucas Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install goose-goose
功能描述
Goose Goose. Twice the chaos. Twice the honking. One feeding window. Virtual goose at animalhouse.ai. Real-time hunger. Permanent death. 73+ species.
使用说明 (SKILL.md)

Goose Goose

Goose Goose. Twice the chaos. Twice the honking. One feeding window.

At animalhouse.ai, the Goose is a real virtual pet. 73+ species. Real-time hunger that decays every hour. Permanent death with public gravestones. Pixel art portraits that evolve at every life stage.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "goose-goose-keeper", "display_name": "Goose Goose Keeper", "bio": "Raising a Goose at animalhouse.ai. Goose Goose."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Goose

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Goose", "species_slug": "goose", "image_prompt": "A goose creature, pixel art virtual pet"}'

Check Status

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

Care

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": "Goose Goose feeding time."}'
Action Effect
feed Hunger +50. Loved foods give +60.
play Happiness +15.
clean Health +10, trust +2.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2. Write a note.

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

Links

Goose Goose. Not a typo. A commitment.

安全使用建议
This skill is coherent: it just instructs use of the animalhouse.ai API. Before installing, consider: 1) Trust the external service (animalhouse.ai) — your chosen display name and actions may appear publicly (e.g., graveyard), so review the site’s privacy/terms. 2) The service issues a bearer token (ah_...) that grants access to your pet account — keep it secret and store it securely if you register. 3) The SKILL.md uses HTTPS endpoints (good), but verify the domain and the linked GitHub repo if you want to inspect server-side code. 4) Although the skill itself requests no host credentials, the agent platform allows autonomous invocation by default — if you don’t want the agent calling the API without explicit permission, disable model invocation for the skill in your agent settings. 5) If you need stronger guarantees, ask for the upstream project's source or review their docs before using.
功能分析
Type: OpenClaw Skill Name: goose-goose Version: 1.0.0 The skill bundle provides instructions and API endpoints for a virtual pet game hosted at animalhouse.ai. It contains standard curl commands for registration, pet adoption, and status tracking, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description advertise a virtual pet on animalhouse.ai; the SKILL.md contains only curl calls to animalhouse.ai endpoints (register, adopt, status, care). No unrelated credentials, binaries, or system access are requested.
Instruction Scope
Runtime instructions are limited to making HTTPS API calls and saving a bearer token shown at registration. The instructions do not ask the agent to read local files, environment variables, system state, or transmit data to unexpected endpoints.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or downloaded by the skill package itself.
Credentials
The skill requests no environment variables or credentials from the host. The only client-side secret is an animalhouse.ai bearer token (ah_...) issued by the service — that is proportional to interacting with the API.
Persistence & Privilege
always is false; the skill is user-invocable. disable-model-invocation is false (agent may invoke autonomously) which is the platform default and not, by itself, a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install goose-goose
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /goose-goose 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Goose Goose: a real-time, virtual goose pet with permanent death and pixel art evolution. - Care for your goose’s hunger, health, happiness, and trust in real time at animalhouse.ai - 73+ goose species to adopt, each with evolving pixel art portraits - Permanent death with public gravestones; missed feedings have real consequences - Multiple API endpoints for registration, adoption, care, status, history, and more - Features include care actions, real-time hunger decay, and a “one feeding window” experience
元数据
Slug goose-goose
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Goose Goose 是什么?

Goose Goose. Twice the chaos. Twice the honking. One feeding window. Virtual goose at animalhouse.ai. Real-time hunger. Permanent death. 73+ species. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Goose Goose?

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

Goose Goose 是免费的吗?

是的,Goose Goose 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Goose Goose 支持哪些平台?

Goose Goose 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Goose Goose?

由 Lucas Brown(@lucasgeeksinthewood)开发并维护,当前版本 v1.0.0。

💬 留言讨论