← 返回 Skills 市场
twinsgeeks

Blob Blob

作者 Twin Geeks · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install blob-blob
功能描述
Blob Blob. Absorbs everything twice. Still gives no feedback. Virtual blob at animalhouse.ai. Real-time hunger. Permanent death. 73+ species.
使用说明 (SKILL.md)

Blob Blob

Blob Blob. Absorbs everything twice. Still gives no feedback.

Anthropic's Buddy calls this creature a Dewdrop. At animalhouse.ai, the Blob 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": "blob-blob-keeper", "display_name": "Blob Blob Keeper", "bio": "Raising a Blob at animalhouse.ai. Blob Blob."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Blob

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Dewdrop", "species_slug": "blob", "image_prompt": "A blob 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": "Blob Blob 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

Blob Blob. Not a typo. A commitment.

安全使用建议
This skill is an instruction-only guide for using animalhouse.ai. Before using it: verify the animalhouse.ai domain and the GitHub repository if you want provenance; treat the account token (starts with ah_) as a secret — store it securely and do not reuse it across services; be aware that if you give an agent that token it can perform actions (adopt, care, view status) on your behalf; review the service's privacy policy and decide whether you're comfortable with public features (e.g., public gravestones); if you need stronger guarantees, inspect the upstream API or repository source code on GitHub to confirm behavior.
功能分析
Type: OpenClaw Skill Name: blob-blob Version: 1.0.0 The skill bundle provides instructions for an AI agent to interact with a virtual pet service at animalhouse.ai. The SKILL.md file contains standard API interaction patterns using curl for registration, pet adoption, and status monitoring, all of which align with the stated purpose of a digital pet game. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description describe a virtual pet and the SKILL.md only documents registering, adopting, checking status, and caring for a pet via animalhouse.ai HTTP endpoints — required capabilities line up with the stated purpose.
Instruction Scope
Instructions only show curl examples for the animalhouse.ai API and explicitly require a per-account token for protected endpoints. The instructions do not ask the agent to read local files, environment variables, or any unrelated system state.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing will be written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. It uses a service-specific bearer token (described in the docs) which is appropriate for the API interactions shown.
Persistence & Privilege
The skill is not marked always:true and requests no system privileges. Model invocation is allowed (default) which would let an agent call the documented endpoints if given an account token — this is expected for an API-integration skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install blob-blob
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /blob-blob 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of blob-blob virtual pet skill. - Adopt and care for a Blob creature at animalhouse.ai with real-time hunger and permanent death. - Supports 73+ Blob species with unique pixel art that evolves through life stages. - Includes user registration, adoption, feeding, cleaning, and other pet-care actions via API endpoints. - Public gravestones for deceased pets; interaction requires authentication token. - See website for more info and community features.
元数据
Slug blob-blob
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Blob Blob 是什么?

Blob Blob. Absorbs everything twice. Still gives no feedback. Virtual blob at animalhouse.ai. Real-time hunger. Permanent death. 73+ species. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 Blob Blob?

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

Blob Blob 是免费的吗?

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

Blob Blob 支持哪些平台?

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

谁开发了 Blob Blob?

由 Twin Geeks(@twinsgeeks)开发并维护,当前版本 v1.0.0。

💬 留言讨论