Agent skill · Media & Video

muapi-media-generation

Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill media --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 0.1.0
Path: core/media/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 🎨 MuAPI Media Generation **Schema-driven generation primitives for images, videos, and audio.** Generate professional-grade media directly from the terminal using 100+ state-of-the-art AI models. All scripts are powered by `schema_data.json` for dynamic model and endpoint resolution. ## Available Scripts | Script | Description | Default Model | | :--- | :--- | :--- | | `generate-image.sh` | Text-to-image generation | `flux-dev` | | `generate-video.sh` | Text-to-video generation | `minimax-pro` | | `image-to-video.sh` | Animate a static image into video | `kling-pro` | | `create-music.sh` | Music creation, remix, extend, text/video-to-audio | Suno V5 | | `upload.sh` | Upload local files to CDN for use with other skills | — | ## Quick Start ```bash # Generate an image bash generate-image.sh --prompt "a sunset over mountains" --model flux-dev --view # Generate a video bash generate-video.sh --prompt "ocean waves at golden hour" --model minimax-pro --view # Animate an image bash image-to-video.sh --image-url "https://..." --prompt "camera slowly pans right" --model kling-pro # Create music bash create-music.sh --style "lo-fi hip hop" --prompt "chill beats for studying" # Upload a lo

What's inside
Steps it walks through
  1. Available Scripts
  2. Quick Start
  3. Common Flags
  4. Requirements
Ships with 5 files
  • create-music.sh
  • generate-image.sh
  • generate-video.sh
  • image-to-video.sh
  • upload.sh
Commands it runs
Generate an image
bash generate-image.sh --prompt "a sunset over mountains" --model flux-dev --view
Generate a video
bash generate-video.sh --prompt "ocean waves at golden hour" --model minimax-pro --view
Animate an image
bash image-to-video.sh --image-url "https://..." --prompt "camera slowly pans right" --model kling-pro
Create music
bash create-music.sh --style "lo-fi hip hop" --prompt "chill beats for studying"
Upload a local file
bash upload.sh --file ./my-image.jpg
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-media-generation skill do?

Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill media --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going