skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
samuraigpt/generative-media-skills892 installs

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

How do I install this agent skill?

npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-media-generation
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubwarn

    The skill facilitates AI media generation but contains security risks related to credential storage and remote file handling. It encourages storing API keys in plaintext locally and uses the macOS 'open' command on files downloaded from a remote API, which could be exploited to execute malicious content.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerfail

    5/6 files flagged

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

🎨 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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/samuraigpt/generative-media-skills/muapi-media-generation">View muapi-media-generation on skillZs</a>