Генерация медиа через AI-модели в терминале

★ 7.1 · content

media is a Claude Code skill that generates images, videos, music, and audio directly from the terminal via muapi.ai, supporting 100+ AI models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5. It ships five bash scripts: `generate-image.sh` for text-to-image (default: flux-dev), `generate-video.sh` for text-to-video (minimax-pro), `image-to-video.sh` to animate a static image (kling-pro), `create-music.sh` for music creation, remixing, and extension, and `upload.sh` to push local files to a CDN for use with other skills. Model and endpoint resolution is handled dynamically via `schema_data.json`, and all scripts share common flags such as `--async`, `--view`, `--json`, and `--timeout`. Ideal for developers and content creators who need to automate AI media generation from the command line or integrate it into broader pipelines.