by SamurAIGPT
Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI). High-quality image, video, and audio generation powered by muapi.ai.
# Add to your Claude Code skills
git clone https://github.com/SamurAIGPT/Generative-Media-SkillsThe Ultimate Multimodal Toolset for Claude Code, Cursor, and Gemini CLI.
A high-performance, schema-driven architecture for AI agents to generate, edit, and display professional-grade images, videos, and audio.

🚀 Get Started | 🎨 Expert Library | ⚙️ Core Primitives | 📖 Reference
schema_data.json, scripts automatically resolve the latest models, endpoints, and valid parameters.--view flag to automatically download and open generated media in your system viewer.This repository uses a Core/Library split to ensure efficiency and high-signal discovery for LLMs:
/core)The raw infrastructure for interacting with the muapi.ai engine.
core/media/ — High-fidelity Generation (Image, Video, Audio)No comments yet. Be the first to share your thoughts!
core/edit/ — Advanced Editing (Lipsync, Upscale, Effects)core/platform/ — Setup & Polling Utilities/library)High-value skills that translate creative intent into technical directives.
/library/motion/cinema-director/) — Technical film direction & cinematography./library/visual/nano-banana/) — Reasoning-driven image generation (Gemini 3 Style)./library/visual/ui-design/) — High-fidelity mobile/web mockups (Atomic Design)./library/visual/logo-creator/) — Minimalist vector branding (Geometric Primitives).Every expert skill in the Library includes a Prompt Optimization Protocol. This allows LLMs (like Claude or Gemini) to use their own reasoning to expand simple user requests into high-fidelity technical briefs before calling the generation scripts.
# Install all skills to your AI agent
npx skills add SamurAIGPT/Generative-Media-Skills --all
# Or install a specific skill
npx skills add SamurAIGPT/Generative-Media-Skills --skill muapi-media-generation
# List available skills
npx skills add SamurAIGPT/Generative-Media-Skills --list
# Install to specific agents
npx skills add SamurAIGPT/Generative-Media-Skills --all -a claude-code -a cursor
# Get your key at https://muapi.ai/dashboard
bash core/platform/setup.sh --add-key "YOUR_MUAPI_KEY"
```...