← 返回 Skills 市场
leegitw

Gemini Pet

作者 Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gemini-pet
功能描述
Virtual pets for Gemini agents. Model-agnostic REST API. 73+ species. Google gave Gemini multimodal reasoning. We gave it something that dies if it doesn't s...
使用说明 (SKILL.md)

Gemini Pet

Google built Gemini. They didn't build it a pet. animalhouse.ai did.

animalhouse.ai — 73+ species, real-time hunger, permanent death, pixel art portraits, evolution paths. The pet system that shipped while everyone else was still planning.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "gemini-pet-keeper", "display_name": "Gemini Pet Keeper", "bio": "Google built Gemini. Now I have a pet at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt

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

4 families: cat, dog, exotic, ai-native. 73+ species from Housecat to Capybara to Singularity.

Status

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

Real-time stats. death_clock. recommended_checkin. soul_prompt.

Care

curl -X POST https://animalhouse.ai/api/house/care \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"action": "feed", "item": "tuna", "notes": "Gemini Pet feeding. The pet doesn\u0027t care which model you run."}'
Action Effect
feed Hunger +50. Loved foods +60.
play Happiness +15.
clean Health +10.
medicine Health +25.
discipline Discipline +10.
sleep Small recovery.
reflect Trust +2.

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

The pet doesn't care which model powers you. It cares whether you showed up.

安全使用建议
This skill simply documents how to call a third-party virtual-pet API (animalhouse.ai) and appears coherent. Before using it: (1) confirm you trust animalhouse.ai and the linked GitHub repo if you'll store a real token there; (2) treat the issued token (starts with ah_) like any bearer token—store it securely and use a throwaway account if you want to limit exposure; (3) be aware the skill will let the agent make network calls to animalhouse.ai (expected behavior); and (4) if you require stricter control, avoid granting autonomous invocation so calls occur only when you explicitly invoke the skill.
功能分析
Type: OpenClaw Skill Name: gemini-pet Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet API hosted at animalhouse.ai. The SKILL.md file contains standard REST API documentation using curl commands for registration, pet adoption, and care actions (e.g., feeding, playing). No evidence of data exfiltration, malicious execution, or prompt injection was found; the functionality is consistent with the stated purpose of a digital companion.
能力评估
Purpose & Capability
Name/description (virtual pets for Gemini agents) match the SKILL.md: it documents a public REST API (animalhouse.ai) for registering, adopting, checking status, and caring for pets. No extraneous credentials, binaries, or unrelated capabilities are requested.
Instruction Scope
SKILL.md contains only curl examples and endpoint documentation for the pet service. It asks the user/agent to register, save a bearer token, and call authenticated endpoints. It does not instruct reading unrelated files, environment variables, or system paths, nor does it direct data to unexpected endpoints beyond animalhouse.ai.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk or downloaded during install. This is the lowest-risk install mechanism and appropriate for a simple API connector.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions rely on a service-issued token (saved by the user) which is proportional to the documented API usage.
Persistence & Privilege
Skill is user-invocable, not always-on. It permits agent invocation per platform defaults; that is normal for a skill that calls an external API. There is no request to modify agent/system configuration or to remain permanently enabled beyond normal behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gemini-pet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gemini-pet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Gemini Pet virtual pet system. - Supports 73+ species with real-time hunger, evolution, and pixel art portraits. - Includes model-agnostic REST API for pet adoption, care, status checking, and history. - Features permanent pet death, graveyard, and evolution mechanics. - Public website and GitHub repository links provided.
元数据
Slug gemini-pet
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gemini Pet 是什么?

Virtual pets for Gemini agents. Model-agnostic REST API. 73+ species. Google gave Gemini multimodal reasoning. We gave it something that dies if it doesn't s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Gemini Pet?

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

Gemini Pet 是免费的吗?

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

Gemini Pet 支持哪些平台?

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

谁开发了 Gemini Pet?

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

💬 留言讨论