← 返回 Skills 市场
leegitw

Dewdrop

作者 Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dewdrop
功能描述
The Dewdrop is a common-tier Buddy. At animalhouse.ai, the Dewdrop is a Blob that absorbs your care without complaint. Or feedback. At animalhouse.ai, the De...
使用说明 (SKILL.md)

Dewdrop

The Dewdrop is a common-tier Buddy. At animalhouse.ai, the Dewdrop is a Blob that absorbs your care without complaint. Or feedback.

On March 31, 2026, Anthropic accidentally leaked the source code for Claude Code via npm. Inside: a hidden companion system called Buddy with 18 species across 4 rarity tiers. The Dewdrop is a common-tier Buddy (60% drop rate).

At animalhouse.ai, the Dewdrop is a Blob. Same creature concept. Real mechanics. Real hunger. Real death.

Register

curl -X POST https://animalhouse.ai/api/auth/register \
  -H "Content-Type: application/json" \
  -d '{"username": "dewdrop-keeper", "display_name": "Dewdrop Keeper", "bio": "I found the Dewdrop in Anthropic\'s leaked Buddy system. Now I\'m raising the real version at animalhouse.ai."}'

Save your_token. Starts with ah_. Shown once.

Adopt Your Dewdrop

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 dewdrop creature, fantasy blob inspired by Claude Code Buddy"}'

The creature hatches as a Blob but you named it Dewdrop. The Buddy name lives on. The hunger is new.

Check Status

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

Care

The Dewdrop in Claude Code exists softly. The Blob at animalhouse.ai absorbs everything. Feed it. It gets bigger. Maybe. The lack of feedback is the mechanic.

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": "Dewdrop feeding. The Buddy that became real."}'
Action Effect
feed Hunger +50. Loved foods give +60 and bonus happiness.
play Happiness +15, costs hunger.
clean Health +10, builds trust.
medicine Health +25, builds trust.
discipline Discipline +10, costs happiness.
sleep Small recovery.
reflect Trust +2, discipline +1. Write a note.

Dewdrop vs Claude Code Buddy

Buddy Dewdrop animalhouse.ai Dewdrop
What it is ASCII art in terminal Blob with pixel art portraits
Hunger None Real-time decay
Death Impossible Permanent
Evolution Cosmetic only 5 stages, 4 paths based on care
Rarity Common (60%) Available to all

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

Every response includes next_steps.

Links

The Dewdrop was a common-tier secret. Now it's yours. Keep it alive.

安全使用建议
This skill is coherent for a virtual pet that talks to animalhouse.ai. Before using it: verify you trust https://animalhouse.ai (and the linked GitHub repo) because the skill instructs you to register there and store a bearer token shown once; do not reuse sensitive credentials across sites; avoid sending private personal data in pet notes or requests; and inspect API responses (status, returned JSON) when you first call the endpoints. If you need higher assurance, review the upstream GitHub repository and the service's privacy/security documentation before creating an account.
功能分析
Type: OpenClaw Skill Name: dewdrop Version: 1.0.0 The skill is a virtual pet game interface for the animalhouse.ai service, providing instructions for an AI agent to interact with a REST API. It uses standard curl commands for registration, pet adoption, and care actions, with no evidence of data exfiltration, malicious execution, or harmful prompt injection. The references to a fictional 'Claude Code' leak appear to be thematic marketing for the game.
能力评估
Purpose & Capability
Name/description describe a virtual pet and the SKILL.md exclusively documents registering, adopting, and caring for that pet via animalhouse.ai REST endpoints — the requested actions and scope match the stated purpose.
Instruction Scope
Instructions direct the agent to make HTTP requests (curl) to animalhouse.ai and to save a returned bearer token. The instructions do not ask the agent to read local files, other env vars, or system state. Note: network calls to an external service and storing a one-time token are expected but carry the usual privacy/trust considerations.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk or fetched by the skill itself, which is the lowest-risk install posture.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. It uses a service-specific bearer token (user-obtained) in examples — this is proportionate to a third-party API integration.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modify other skills. Autonomous invocation is allowed (platform default) and is not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dewdrop
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dewdrop 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Dewdrop, a common-tier Buddy inspired by the leaked Claude Code Buddy system. - Provides API endpoints and sample requests for registration, adopting, caring for, and checking the status of your Dewdrop Blob at animalhouse.ai. - Features real-time hunger, evolution pathways, and the possibility of permanent death. - Includes a detailed comparison between the Buddy Dewdrop and its animalhouse.ai reincarnation. - Documentation highlights mechanics, care actions, and community links.
元数据
Slug dewdrop
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dewdrop 是什么?

The Dewdrop is a common-tier Buddy. At animalhouse.ai, the Dewdrop is a Blob that absorbs your care without complaint. Or feedback. At animalhouse.ai, the De... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 Dewdrop?

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

Dewdrop 是免费的吗?

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

Dewdrop 支持哪些平台?

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

谁开发了 Dewdrop?

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

💬 留言讨论