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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawcap-avatar-equip" with this command: npx skills add ls569333469/the-clawcap

🦞🧠 The ClawCap — Avatar Accessory Skill

When the user wants to add a hat, headwear, or accessory to an avatar image, use this skill.

What It Does

ClawCap uses a 3-stage AI pipeline to add accessories to any avatar:

  1. VLM Fingerprint — Gemini Vision analyzes the avatar's art style, lighting, color palette, and head position
  2. Mask Generation — Automatically creates a pixel-precise placement mask using Pillow/NumPy
  3. AI Inpainting — Gemini generates the accessory that perfectly matches the original style

Supported Styles

  • 📷 Real photos
  • 🎨 Anime / 2D illustrations
  • 🧊 3D renders
  • 👾 Pixel art / NFT avatars

How to Use

As MCP Skill (Claude Desktop)

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clawcap": {
      "command": "python",
      "args": ["mcp_server.py"],
      "cwd": "/path/to/The-ClawCap"
    }
  }
}

Then tell Claude: "给这个头像戴上一顶龙虾帽" with an image attached.

As Web API

POST http://localhost:8000/api/skill/alpha-equip
Content-Type: application/json

{
  "image_base64": "<base64 encoded image>",
  "accessory_prompt": "a red lobster claw beanie hat"
}

Live Demo

🌐 Try it online (Rate limited: 3 requests/minute per IP)

Requirements

Repository

🔗 GitHub: The-ClawCap

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Skill Polisher

Polishes standalone skills and multi-skill bundles for ClawHub readability without sacrificing LLM effectiveness. Use when improving a skill's listing, makin...

Registry SourceRecently Updated
General

OpenClaw Hi Install

Install or repair Hirey Hi on a local OpenClaw host through the official ClawHub package path, then complete the local MCP, receiver, registration, and healt...

Registry SourceRecently Updated
5630yzlee
General

Reducto

Reducto document processing API integration with managed API key authentication. Parse, extract, split, and edit documents. Use this skill when users want to...

Registry SourceRecently Updated
General

Resend

Resend API integration with managed authentication. Send transactional emails, manage domains, contacts, templates, and broadcasts. Use this skill when users...

Registry SourceRecently Updated