← 返回 Skills 市场
ls569333469

Clawcap Avatar Equip

作者 xueqiu · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
264
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install the-clawcap
功能描述
AI-powered avatar accessory synthesis — automatically analyzes art style, lighting, and angle to seamlessly add hats and headwear to any avatar image.
安全使用建议
This skill appears to implement what it claims, but take these precautions before installing or using it: - Expect to set GEMINI_API_KEY (the registry metadata omitted this); do not supply broader credentials than necessary. - Prefer running locally in an isolated environment (container or VM) rather than using the authors' demo site (http://107.172.78.150:8000) to avoid sending images to a third party. - Be cautious if you allow image_url inputs: the service will fetch arbitrary URLs (SSRF risk). If deploying internally, restrict outbound/network access and/or validate/whitelist hostnames. - Review the GitHub repository and commit history yourself (link provided in docs) and confirm there are no hidden telemetry or unexpected network calls beyond google-genai and standard HTTP image fetches. - Monitor usage/billing on your Gemini API key and rotate/revoke it if you suspect misuse. If you want, I can list the exact lines where GEMINI_API_KEY is referenced and point out the places you should harden (host whitelisting, input validation, demo link removal).
功能分析
Type: OpenClaw Skill Name: the-clawcap Version: 0.1.0 The ClawCap is a legitimate image processing skill that uses Google's Gemini AI to add accessories (like lobster hats) to avatar images. While the documentation and UI (static/index.html) use edgy, thematic language related to 'brain control' and 'infection,' the actual code logic in core/inpainter.py and core/vision_fingerprint.py is focused entirely on image analysis and generation. The skill includes standard safety filters (BANNED_PATTERN in api/routes.py) and follows proper MCP server implementation patterns without any evidence of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
The skill's name/description (avatar accessory synthesis) match the code: it uses a VLM + mask + inpainting pipeline and calls the Google Gemini API. However the registry metadata listed no required environment variables while the SKILL.md and config.py clearly require GEMINI_API_KEY — an incoherence that could mislead users about needed credentials.
Instruction Scope
Runtime instructions and code stay within the stated purpose (analyze image, build mask, call Gemini to inpaint). Notable concerns: the service can fetch arbitrary image URLs (utils.load_image_from_url uses httpx without host filtering), which presents SSRF/host-probing risk if deployed in an environment with internal endpoints. The README/SKILL.md also advertises an external demo URL (http://107.172.78.150:8000); while the code does not auto-exfiltrate images to that host, pointing users to a hosted demo may encourage sending images to a third party.
Install Mechanism
No explicit install spec in registry (instruction-only), but the repository includes Python code and a requirements.txt; SKILL.md instructs 'pip install -r requirements.txt'. Dependencies are standard PyPI packages (google-genai, fastapi, etc.) and there are no opaque downloads — this is moderate risk and typical for Python skills.
Credentials
The only needed secret is GEMINI_API_KEY (declared in SKILL.md and used throughout config.py and client creation). That is proportionate to the stated purpose. The concern is that the registry entry omitted the env requirement, which is an actionable mismatch that could cause accidental misconfiguration or leaking of the key to an external demo if users use the hosted service instead of running locally.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only needs the Gemini API key for outbound API calls. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install the-clawcap
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /the-clawcap 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
the-clawcap 0.1.0 - Initial release of The ClawCap skill for seamless AI-powered avatar accessory generation. - Automatically analyzes avatar art style, lighting, and head angle to generate matching hats or headwear. - Supports real photos, anime/2D, 3D renders, and pixel/NFT avatars. - Provides integration instructions for Claude Desktop and a simple web API. - Includes a live online demo and setup requirements.
元数据
Slug the-clawcap
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Clawcap Avatar Equip 是什么?

AI-powered avatar accessory synthesis — automatically analyzes art style, lighting, and angle to seamlessly add hats and headwear to any avatar image. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 264 次。

如何安装 Clawcap Avatar Equip?

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

Clawcap Avatar Equip 是免费的吗?

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

Clawcap Avatar Equip 支持哪些平台?

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

谁开发了 Clawcap Avatar Equip?

由 xueqiu(@ls569333469)开发并维护,当前版本 v0.1.0。

💬 留言讨论