Agent Skills
› SamurAIGPT/Generative-Media-Skills
› muapi-media-generation
muapi-media-generation
GitHub通过终端调用MuAPI生成AI图像、视频、音乐等多媒体内容,支持100+模型如Flux、Midjourney、Suno等。提供脚本实现文本到图/视频、图片转视频及音频创作,并支持文件上传至CDN。
Trigger Scenarios
需要生成AI图像或视频
需要创建或编辑音乐音频
需要从终端批量处理多媒体内容
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill muapi-media-generation -g -y
SKILL.md
Frontmatter
{
"name": "muapi-media-generation",
"version": "0.1.0",
"description": "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"
}
🎨 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
# 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_KEYenvironment variable (set viacore/platform/setup.sh)curl,jq,python3
Version History
- d4ce293 Current 2026-07-25 11:20


