Agent Skills
Skills for your agent
Give any Skills-capable agent access to Caranguejo — image & video generation, editing and post-production tools, packaged as ready-to-use skills that call the Caranguejo MCP server directly.
Connect the MCP server
The skills call the Caranguejo MCP server directly, so add it to your client with your ck_live_… key from Account → Apps & API.
claude_desktop_config.json
{
"mcpServers": {
"caranguejo": {
"command": "npx",
"args": ["-y", "@caranguejo/mcp"],
"env": { "CARANGUEJO_API_KEY": "ck_live_xxxxxxxx" }
}
}
}Add the skills
One command drops the three skills into your agent.
bash
npx skills add caranguejo-art/caranguejo-skillsUse them
Invoke a skill and describe what you want in natural language.
text
/caranguejo:generate a red crab on a neon beach, 3:2, high qualityThe skills
Three playbooks that cover the whole workflow.
caranguejo-generate
Text→image and text/image→video, across every model.
/caranguejo:generate
caranguejo-edit
Edit, restyle and compose existing images.
/caranguejo:edit
caranguejo-tools
Post-production: upscale, relight, enhance, remove-bg, inpaint.
/caranguejo:tools