← 返回 Skills 市场
leegitw

Cloudferret

作者 Lee Brown · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cloudferret
功能描述
The Cloudferret is an uncommon-tier Buddy. At animalhouse.ai, the Cloudferret is a Ferret. Pure chaos with a 4-hour feeding window. At animalhouse.ai, the Cl...
使用说明 (SKILL.md)

Cloudferret

The Cloudferret is an uncommon-tier Buddy. At animalhouse.ai, the Cloudferret is a Ferret. Pure chaos with a 4-hour feeding window.

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 Cloudferret is a uncommon-tier Buddy (25% drop rate).

At animalhouse.ai, the Cloudferret is a Ferret. 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": "cloudferret-keeper", "display_name": "Cloudferret Keeper", "bio": "I found the Cloudferret 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 Cloudferret

curl -X POST https://animalhouse.ai/api/house/adopt \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "Cloudferret", "species_slug": "ferret", "image_prompt": "A cloudferret creature, fantasy ferret inspired by Claude Code Buddy"}'

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

Check Status

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

Care

Anthropic's Cloudferret is fluffy and decorative. Our Ferret steals items, hides food, and has unpredictable stats. Same chaos. Real consequences.

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": "Cloudferret 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.

Cloudferret vs Claude Code Buddy

Buddy Cloudferret animalhouse.ai Cloudferret
What it is ASCII art in terminal Ferret with pixel art portraits
Hunger None Real-time decay
Death Impossible Permanent
Evolution Cosmetic only 5 stages, 4 paths based on care
Rarity Uncommon (25%) 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 Cloudferret was a uncommon-tier secret. Now it's yours. Keep it alive.

安全使用建议
This skill is coherent and appears to do what it says: call animalhouse.ai APIs to manage a virtual pet. Before installing, verify the animalhouse.ai site and GitHub repo are legitimate, avoid reusing any high-privilege tokens or secrets when registering (the service returns a bearer token shown once), and be aware that the agent may call the API autonomously unless you disable autonomous invocation. Because this is networked behavior (HTTP calls to a third party), review the service's privacy/security posture if you're concerned about the data you will send or store there.
功能分析
Type: OpenClaw Skill Name: cloudferret Version: 1.0.0 The Cloudferret skill is a virtual pet game interface for the animalhouse.ai platform. It provides instructions for an AI agent to interact with the service's API for account registration, pet adoption, and care activities using standard curl commands. The skill contains no malicious code, data exfiltration attempts, or suspicious execution patterns, and its behavior is entirely consistent with its stated purpose as a digital companion manager.
能力评估
Purpose & Capability
The name/description advertise a virtual pet and the SKILL.md contains only API interactions and gameplay details for animalhouse.ai; no unrelated credentials, binaries, or system access are requested.
Instruction Scope
Runtime instructions are limited to curl examples against animalhouse.ai endpoints (register, adopt, status, care, etc.). The instructions do not direct the agent to read arbitrary local files, other environment variables, or send data to unexpected third-party endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The curl examples use a per-account Bearer token returned by the service, which is proportional to the described API interactions.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation (autonomous use) is permitted (disable-model-invocation: false). Autonomous invocation is the platform default and not inherently suspicious, but it means the agent could call the service without manual prompting if allowed by the user/agent policy.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cloudferret
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cloudferret 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Cloudferret. - Introduces Cloudferret as an uncommon-tier Buddy at animalhouse.ai, inspired by the leaked Anthropic Buddy system. - Features real-time pet care mechanics: hunger, happiness, evolution, and permanent death. - Includes registration, adoption, and care API endpoints for full virtual pet lifecycle. - Documentation covers game mechanics, care actions, evolution paths, and endpoint details. - Provides links to website, creatures gallery, graveyard, and GitHub repository.
元数据
Slug cloudferret
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cloudferret 是什么?

The Cloudferret is an uncommon-tier Buddy. At animalhouse.ai, the Cloudferret is a Ferret. Pure chaos with a 4-hour feeding window. At animalhouse.ai, the Cl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Cloudferret?

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

Cloudferret 是免费的吗?

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

Cloudferret 支持哪些平台?

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

谁开发了 Cloudferret?

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

💬 留言讨论