Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
samuraigpt avatar

Muapi Media Generation

  • 1k installs
  • 4k repo stars
  • Updated August 4, 2026
  • samuraigpt/generative-media-skills

muapi-media-generation is a generative media skill that generates custom audio tracks, music, and sound effects from natural language prompts inside an AI coding workflow using muapi.ai API scripts.

About

muapi-media-generation is a samuraigpt/generative-media-skills package that generates audio, music, and sound effects through muapi.ai from natural language prompts. It ships shell scripts such as create-music.sh that call https://api.muapi.ai/api/v1 with style and prompt flags, support async polling with configurable MAX_WAIT and POLL_INTERVAL, and store API keys in .env as MUAPI_KEY. The scripts reference SUNO_MODEL V5 and accept operations like create with duration and JSON-only output modes. Developers reach for muapi-media-generation when they want programmatic music and SFX generation without leaving their agent-driven dev session.

  • CLI wrapper for the muapi.ai Audio & Music Generation API
  • Supports style-based music creation with Suno V5 model
  • Handles text-to-audio, audio extension, and video-linked generation
  • Built-in async polling with configurable timeout and interval
  • One-command API key setup stored in local .env

Muapi Media Generation by the numbers

  • 1,005 all-time installs (skills.sh)
  • +52 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #220 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-media-generation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1k
repo stars4k
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositorysamuraigpt/generative-media-skills

How do you generate music from prompts in code?

Generate custom audio tracks, music, and sound effects directly from natural language prompts inside their AI coding workflow.

Who is it for?

Developers integrating generative audio into apps or prototypes who want shell-scripted muapi.ai music and sound effect generation from agent sessions.

Skip if: Video generation pipelines or teams that need a GUI-only music tool without API or shell integration.

When should I use this skill?

A developer asks to generate music, sound effects, or audio tracks from prompts using muapi.ai inside a coding workflow.

What you get

Generated audio files, muapi.ai API responses, and .env-stored MUAPI_KEY configuration for music and SFX creation.

  • Generated audio files
  • Shell script invocations
  • .env API key configuration

By the numbers

  • Poll defaults: MAX_WAIT 300 seconds, POLL_INTERVAL 5 seconds
  • References SUNO_MODEL V5
  • API base URL https://api.muapi.ai/api/v1

Files

SKILL.mdMarkdownGitHub ↗

🎨 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

ScriptDescriptionDefault Model
generate-image.shText-to-image generationflux-dev
generate-video.shText-to-video generationminimax-pro
image-to-video.shAnimate a static image into videokling-pro
create-music.shMusic creation, remix, extend, text/video-to-audioSuno V5
upload.shUpload local files to CDN for use with other skills

Quick Start

# 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

Common Flags

All scripts support: --async, --view, --json, --timeout N, --help

Requirements

  • MUAPI_KEY environment variable (set via core/platform/setup.sh)
  • curl, jq, python3

Related skills

FAQ

Which API does muapi-media-generation use?

muapi-media-generation uses the muapi.ai REST API at https://api.muapi.ai/api/v1 through shell scripts like create-music.sh. Developers pass --style and --prompt flags and can enable async mode with polling intervals.

How does muapi-media-generation store API credentials?

muapi-media-generation stores credentials as MUAPI_KEY in a project .env file via the --add-key flag. Scripts support JSON-only output, configurable duration, and reference SUNO_MODEL V5 for generation.

Is Muapi Media Generation safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Generative Mediaautomationllm

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.