Install
openclaw skills install the-clawcapAI-powered avatar accessory synthesis — automatically analyzes art style, lighting, and angle to seamlessly add hats and headwear to any avatar image.
openclaw skills install the-clawcapWhen the user wants to add a hat, headwear, or accessory to an avatar image, use this skill.
ClawCap uses a 3-stage AI pipeline to add accessories to any avatar:
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.
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"
}
🌐 Try it online (Rate limited: 3 requests/minute per IP)
GEMINI_API_KEY environment variable (get one at https://aistudio.google.com/apikey)pip install -r requirements.txt