{
  "markdown": "# Creative Claw\n\n**Generate on-brand media inside ChatGPT, Codex, Claude, Cursor, Grok Bot, Hermes, and OpenClaw.**\n\nCreative Claw is an MCP plugin that brings a full AI media studio into Grok Bot, Hermes Agent, OpenClaw, Cursor, Claude Code, Claude Desktop, ChatGPT, and Codex. Generate images, video, and expressive speech; reuse Characters and brand assets; and produce product campaigns, UGC ads, and multi-shot Films through one account. No API keys and no platform switching.\n\n> [creativeclaw.co](https://creativeclaw.co) | [Join the Beta](https://creativeclaw.co) | [![Smithery](https://smithery.ai/badge/itay/creativeclaw)](https://smithery.ai/servers/itay/creativeclaw)\n\n---\n\n## What You Get\n\n### MCP Server\n\nOne connection to Creative Claw's MCP server gives the skills live model discovery plus media generation, editing, brand, asset, Character, Film, and feedback tools:\n\n| Category          | Tools                                                                                                               |\n| ----------------- | ------------------------------------------------------------------------------------------------------------------- |\n| **Image**         | `generate_image` (generate, edit, or repeat across models for comparison), `load_image`                             |\n| **Video**         | `generate_video`, `check_job`                                                                                       |\n| **Speech**        | `generate_speech`                                                                                                   |\n| **Media editing** | `remove_background`, `upscale_media`, `trim_video`, `scale_video`, `add_subtitles`, `extract_frames`, `merge_media` |\n| **Models**        | `list_models`, `get_model_params`                                                                                   |\n| **Assets**        | `search_assets`, `update_asset`, `delete_asset`, `upload_asset`, `import_media`, `get_upload_url`, `confirm_upload` |\n| **Brand themes**  | `get_theme`, `list_themes`, `update_theme`, `delete_theme`                                                          |\n| **Characters**    | `manage_character`, `list_characters`, `clone_voice`, `delete_character`                                            |\n| **Films**         | `create_film_project`, `update_film_project`, `get_film_project`, `list_film_projects`, `assemble_film`             |\n| **Feedback**      | `submit_feedback`                                                                                                   |\n| **Credits**       | `get_credits_balance`, `get_credits_link`                                                                           |\n\nAccess 1,000+ production-ready AI models — FLUX, Gemini, Veo, Sora, Kling, Seedance, Hailuo, HeyGen, Recraft, ElevenLabs, and more — through a single unified account with usage-based pricing.\n\n### Skills (Creative Workflows)\n\nThe **creativeclaw** root skill routes mixed or unclear requests. Focused outcome skills own general image, video, and voice work plus Characters, planning, Films, product photoshoots, UGC ads, and feedback. Model specialists add exact prompting and reference guidance only after an outcome chooses Nano Banana 2, Nano Banana Pro, GPT Image 2, Seedream 5 Pro, Gemini Omni, Seedance 2.5, H3 Max, or ElevenLabs v3.\n\nEvery OpenAI skill declares the ChatGPT MCP dependency at `https://app.creativeclaw.co/mcp/chatgpt`, matching the endpoint configured in the plugin draft. A focused skill can therefore activate directly without losing access to Creative Claw's tools.\n\n---\n\n## Supported Models\n\n### Recommended image models\n\nDefault to **Gemini 3.1 Flash (Nano Banana 2)** for most image generation and editing. It is the most cost-efficient recommendation overall, balancing quality, speed, and cost; use a specialist model only when its specific strength matters.\n\n| Model | Creative Claw ID | Best use |\n| --- | --- | --- |\n| Nano Banana 2 | `image/nano-banana-2` | Default and cost-efficient choice for most generation and editing |\n| Nano Banana Pro | `image/nano-banana-pro` | Complex professional layouts, typography, and demanding composites |\n| GPT Image 2 | `image/gpt-image-2` | Instruction-heavy generation, transparency, and precise edits |\n| Seedream 5 Pro | `image/seedream-5-pro` | Premium product, fashion, and commercial imagery |\n\n### Recommended video models\n\n| Model | Creative Claw ID | Best use |\n| --- | --- | --- |\n| Gemini Omni | `video/gemini-omni-flash` | Default general video, native audio, references, and source-video work |\n| Seedance 2.5 | `video/seedance-2.5` | Premium, longer, reference-rich cinematic work |\n| Seedance Mini | Discover with `list_models` | Economical drafts and iteration |\n| MiniMax H3 Max | `video/minimax-h3-max` | Fast cinematic native-audio clips and multimodal references |\n| H3 Max Fast | `video/minimax-h3-max-turbo` | Faster, lighter H3 Max iteration |\n\n### Recommended speech\n\nUse `speech/elevenlabs-v3` for narration, dialogue, emotional delivery, and multilingual speech. Creative Claw also supports consent-gated ElevenLabs Instant Voice Cloning as a separate Character workflow.\n\nUse `list_models` and `get_model_params` at runtime rather than assuming a fixed catalog or reference limit.\n\n---\n\n## Install\n\n### Grok Bot and Cursor\n\nCreative Claw is packaged for the Cursor Marketplace used by Grok Bot's plugin system. After marketplace approval, open **Settings → Plugins → Marketplace** in Grok Bot or **Customize → Plugins** in Cursor, search for **Creative Claw**, install it, and complete browser authentication on the first tool call.\n\nFor local Cursor testing before publication, symlink the plugin directory and reload Cursor:\n\n```bash\nln -s /path/to/creative-claw-marketplace/plugins/creative-claw ~/.cursor/plugins/local/creative-claw\n```\n\n### Hermes Agent\n\nHermes supports the Creative Claw hosted MCP directly. Run:\n\n```bash\nhermes mcp add creative-claw --url https://app.creativeclaw.co/mcp --auth oauth\nhermes mcp login creative-claw\n```\n\nOr use the one-click [Add to Hermes](hermes://mcp/install?name=creative-claw&config=eyJ1cmwiOiJodHRwczovL2FwcC5jcmVhdGl2ZWNsYXcuY28vbWNwIiwiYXV0aCI6Im9hdXRoIn0) link on a machine with Hermes installed. The portable `plugin.json` and `mcp.json` in the plugin root also make the package compatible with Agent Plugins v1 clients. Until Hermes supports OAuth login for plugin-supplied MCP entries, the two `hermes mcp` commands above are the reliable installation path.\n\n### OpenClaw\n\nCreative Claw includes a native OpenClaw manifest, the consolidated skill, and ClawHub package metadata. Once the package is published to ClawHub, install it with:\n\n```bash\nopenclaw plugins install clawhub:@creativeclaw/plugin\nopenclaw plugins enable creative-claw\nopenclaw mcp login creative-claw\nopenclaw gateway restart\n```\n\nThe first login opens Creative Claw's OAuth flow; no API key needs to be copied into a config file.\n\n### Agent skills (`npx skills`)\n\nThe canonical cross-client skill remains in the standard repository layout, so skill-directory users can install it directly:\n\n```bash\nnpx skills add CreativeClawCo/creative-claw-marketplace\n```\n\nThe OpenAI Store installs the shared ChatGPT/Codex plugin and skill bundle separately; Store users do not need this command.\n\n### Claude Code\n\n```bash\n# 1. Add the marketplace\nclaude plugin marketplace add CreativeClawCo/creative-claw-marketplace\n\n# 2. Install the plugin\nclaude plugin install creative-claw@creative-claw-marketplace\n\n# 3. Authenticate — on first use, the MCP server will prompt you to sign in via Clerk OAuth\n```\n\nThat's it. The plugin connects to Creative Claw's MCP server and installs the consolidated `creativeclaw` workflow skill.\n\n### Claude Desktop\n\nAdd to your MCP config (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"creative-claw\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.creativeclaw.co/mcp\"\n    }\n  }\n}\n```\n\nNo API keys needed — auth is handled via Clerk OAuth on first connection.\n\n### Glama / Directory Introspection\n\nThe `glama-mcp/` directory provides a lightweight stdio MCP wrapper for Glama.ai directory compatibility. This wrapper exposes 9 core tool descriptions for discovery (`how_to_connect`, `generate_image`, `generate_video`, `generate_speech`, `list_models`, `get_model_params`, `check_job`, `list_characters`, `get_credits_balance`) that guide users to connect to the full production MCP server at `https://app.creativeclaw.co/mcp`.\n\nThe Glama wrapper does not perform actual generation—it serves as a directory entry point. To use Creative Claw's full generation capabilities, connect to the production HTTP MCP server as described above.\n\n**Run locally:**\n\n```bash\ncd glama-mcp && npm install && npm start\n```\n\n**Build Docker image:**\n\n```bash\ndocker build -t creative-claw-glama .\ndocker run -i creative-claw-glama\n```\n\n---\n\n## Quick Start\n\nTalk to the host naturally:\n\n```\n\"Generate a product photo of my headphones on a marble surface, golden hour lighting\"\n  -> creativeclaw routes to its image workflow, picks the model, and generates\n\n\"Make a 15-second cinematic video of coffee being poured in slow motion\"\n  -> creativeclaw routes to its video workflow, generates a reference image, then the video\n\n\"Edit this image — change the background to a beach sunset, keep the person unchanged\"\n  -> creativeclaw routes to an edit model, preserves identity, swaps background\n\n\"Set up our brand — here's our website\"\n  -> creativeclaw extracts colors/fonts/logos, uploads the assets, and saves a reusable theme\n\n\"I need a TikTok-style product video for this shoe\" [attach image]\n  -> the UGC workflow plans the ad, creates reference frames, selects video and voice models, and assembles a first cut\n\n\"Create a reusable presenter from this portrait and clone my voice; I confirm it is mine\"\n  -> the Character and consent-gated ElevenLabs voice-cloning workflows create and audition the reusable identity\n\n\"The video tool ignored my end frame—please report it\"\n  -> the feedback workflow submits one actionable bug report with the attempted task and tool\n```\n\n---\n\n## Architecture\n\n```\nYou -> Host + outcome skill (goal, approvals, creative direction)\n              |\n      Model specialist (prompt and reference details when selected)\n              |\n         MCP Tools (generation, assets, Characters, Films, feedback)\n              |\n       Creative Claw Server (model providers + R2 storage + Clerk auth)\n              |\n       Permanent media URLs (never expire)\n```\n\n**No API keys.** No CLI wrappers. No expiring URLs. Just skills + MCP.\n\n---\n\n## Project Structure\n\nThis repo is a **marketplace** — it contains one or more installable plugins.\n\n```\n.claude-plugin/\n  marketplace.json         # Marketplace manifest (required for Claude Code marketplace sync)\n  plugin.json              # Root plugin metadata\n.cursor-plugin/\n  marketplace.json         # Cursor/Grok Bot marketplace manifest\nplugins/\n  creative-claw/\n    .cursor-plugin/\n      plugin.json          # Cursor/Grok Bot plugin manifest\n    .claude-plugin/\n      plugin.json          # Plugin manifest (MCP server config)\n    .mcp.json              # Grok Build/Codex MCP server config\n    plugin.json            # Portable Agent Plugins v1 manifest (Hermes-compatible)\n    mcp.json               # Portable Agent Plugins v1 MCP config\n    openclaw.plugin.json   # Native OpenClaw manifest\n    skills/\n      creativeclaw/\n        SKILL.md           # thin router for mixed and workspace requests\n        references/        # shared asset, theme, upload, and editing workflows\n      creativeclaw-*/      # outcome and recommended-model specialist skills\nskill-variants/\n  chatgpt/\n    platform-upload.md     # OpenAI Store routing for ChatGPT attachments and Codex local files\nscripts/\n  build-skill-zips.sh      # builds both upload-ready skill archives\ncreativeclaw-skill.zip             # cross-client archive\ncreativeclaw-chatgpt-skill.zip     # OpenAI Store root-skill archive\ncreativeclaw-*-chatgpt-skill.zip   # focused OpenAI skill archives\nevals/skill-routing-scenarios.md   # activation and workflow regression suite\n```\n\n### Maintaining the two distributions\n\nEdit the canonical skill once under `plugins/creative-claw/skills/creativeclaw`. Put only ChatGPT-specific routing differences in `skill-variants/chatgpt/platform-upload.md`, then run:\n\n```bash\n./scripts/build-skill-zips.sh\n```\n\nThe build validates every skill's metadata and MCP dependency, checks routing coverage and the regression suite, and creates deterministic upload archives. Nothing in the build publishes or submits a plugin draft.\n\n---\n\n## Pricing\n\nUsage-based — pay only for what you generate. No subscriptions, no commitments. Check [creativeclaw.co](https://creativeclaw.co) for current rates.\n\n---\n\n## Compatibility\n\n- **Grok Bot** — via the Cursor marketplace plugin and hosted MCP server\n- **Cursor** — via `.cursor-plugin/plugin.json`\n- **Claude Code** — via `.claude-plugin/plugin.json`\n- **Claude Desktop** — via MCP server config\n- **Codex and other skill-directory clients** — via the canonical `creativeclaw` skill\n- **OpenAI Store (ChatGPT + Codex)** — via `creativeclaw-chatgpt-skill.zip`\n- **Hermes Agent** — via OAuth MCP setup and portable Agent Plugins v1 manifests\n- **OpenClaw** — via `openclaw.plugin.json` and ClawHub-ready package metadata\n\nAll use the same skills and connect to the same MCP server.\n\n---\n\n## License\n\nApache-2.0\n\n---\n\nBuilt by [Creative Claw Co.](https://creativeclaw.co)\n",
  "bytes": 13527,
  "sha": "569b9d3504eb65c8eb26e32e8ca49c1e478668b2b441387441a648dce4611a83",
  "repo_slug": "creativeclawco/creative-claw-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_co_creativeclaw_creative_claw_b15230eb/readme"
}