$git clone https://github.com/SamurAIGPT/Generative-Media-SkillsThe Ultimate Multimodal Toolset for Claude Code, Cursor, Gemini CLI, and OpenCode. A high-performance, schema-driven architecture for AI agents to generate, edit, and display professional-grade images, videos, and audio — powered by the [muapi-cli](https://github.com/SamurAIG
| 1 | # 🎭 Generative Media Skills for AI Agents |
| 2 | |
| 3 | [](https://muapi.ai?utm_source=github&utm_medium=badge&utm_campaign=generative-media-skills) |
| 4 | |
| 5 | |
| 6 | **The Ultimate Multimodal Toolset for Claude Code, Cursor, Gemini CLI, and OpenCode.** |
| 7 | A high-performance, schema-driven architecture for AI agents to generate, edit, and display professional-grade images, videos, and audio — powered by the [muapi-cli](https://github.com/SamurAIGPT/muapi-cli). |
| 8 | |
| 9 | |
| 10 | [🚀 Get Started](#-quick-start) | [🎬 Recipe Pack](#-recipe-pack) | [🎨 Expert Library](#-expert-library) | [⚙️ Core Primitives](#-core-primitives) | [🤖 MCP Server](#-mcp-server) | [📖 Reference](#-schema-reference) |
| 11 | |
| 12 | --- |
| 13 | |
| 14 | ## Related Projects |
| 15 | |
| 16 | - [Open-Generative-AI](https://github.com/Anil-matcha/Open-Generative-AI) — Free self-hosted AI media studio — GUI alternative to these skills for the same model set |
| 17 | - [Awesome-GPT-Image-2-API-Prompts](https://github.com/Anil-matcha/Awesome-GPT-Image-2-API-Prompts) — Curated GPT-Image-2 prompts to use with these skills |
| 18 | - [Awesome-Gemini-Omni-API-Prompts](https://github.com/Anil-matcha/Awesome-Gemini-Omni-API-Prompts) — Curated Gemini Omni prompts for video generation |
| 19 | - [AI-Voice-Agent](https://github.com/Anil-matcha/AI-Voice-Agent) — Self-hosted AI voice agent for real-time voice conversations, sales calls, and customer support |
| 20 | - [awesome-ai-image-models](https://github.com/Anil-matcha/awesome-ai-image-models) — compare AI image models by API, price & quality |
| 21 | - [ai-creator-academy](https://github.com/Anil-matcha/ai-creator-academy) — free curriculum teaching creators to monetize generative AI, built on these same skills |
| 22 | |
| 23 | ## ✨ Key Features |
| 24 | |
| 25 | - **🤖 Agent-Native Design** — CLI-powered scripts with structured JSON outputs, semantic exit codes, and `--jq` filtering for seamless agentic pipelines. |
| 26 | - **🧠 Expert Knowledge Layer** — Domain-specific skills that bake in professional cinematography, atomic design, and branding logic. |
| 27 | - **⚡ CLI-Powered Core** — All primitives delegate to [`muapi-cli`](https://www.npmjs.com/package/muapi-cli) — no curl, no JSON parsing, no boilerplate. |
| 28 | - **🖼️ Direct Media Display** — Use the `--view` flag to automatically download and open generated media in your system viewer. |
| 29 | - **📁 Local File Support** — Auto-upload images, videos, faces, and audio from your local machine to the CDN for processing. |
| 30 | - **🌈 100+ AI Models** — One-click access to **Midjourney v7, Flux Kontext, Seedance 2.0, Kling 3.0, Veo3**, and more. |
| 31 | - **🔌 MCP Server** — Run `muapi mcp serve` to expose all 19 tools directly to Claude Desktop, Cursor, or any MCP-compatible agent. |
| 32 | |
| 33 | --- |
| 34 | |
| 35 | ## 🏗️ Scalable Architecture |
| 36 | |
| 37 | This repository uses a **Core/Library** split to ensure efficiency and high-signal discovery for LLMs: |
| 38 | |
| 39 | ### ⚙️ Core Primitives (`/core`) |
| 40 | Thin wrappers around [`muapi-cli`](https://github.com/SamurAIGPT/muapi-cli) for raw API access. |
| 41 | - `core/media/` — File upload |
| 42 | - `core/edit/` — Image editing (prompt-based) |
| 43 | - `core/platform/` — Setup, auth & result polling |
| 44 | |
| 45 | ### 📚 Expert Library (`/library`) |
| 46 | High-value skills that translate creative intent into technical directives. |
| 47 | - **Cinema Director** (`/library/motion/cinema-director/`) — Technical film direction & cinematography. |
| 48 | - **Nano-Banana** (`/library/visual/nano-banana/`) — Reasoning-driven image generation (Gemini 3 Style). |
| 49 | - **UI Designer** (`/library/visual/ui-design/`) — High-fidelity mobile/web mockups (Atomic Design). |
| 50 | - **Logo Creator** (`/library/visual/logo-creator/`) — Minimalist vector branding (Geometric Primitives). |
| 51 | - **Seedance 2 (Doubao Video)** (`/library/motion/seedance-2/`) — Director-level cinematic video generation w |