muapi-media-editing
Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more
适合你,如果需要快速用AI处理图片和视频,无需专业软件
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
~/.claude/skills/(项目级 .claude/skills/)~/.codex/skills/npx oh-my-skill add samuraigpt/generative-media-skills/muapi-media-editingcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- samuraigpt/generative-media-skills/muapi-media-editingnpx oh-my-skill verify samuraigpt/generative-media-skills/muapi-media-editing怎么用
商店整理自技能原文 · 版本 a1c4c98 · 表述以原文为准安装后,Claude 能根据你的文字指令编辑图片和视频,例如添加元素、放大、去背景、换脸、唇形同步、应用特效等。
当你提供图片或视频链接,并给出编辑要求(如“给这张图加墨镜”)时触发。
技能原文 SKILL.md
✏️ MuAPI Media Editing & Enhancement
Advanced editing and enhancement operations for images and videos.
Apply AI-powered edits, enhancements, and effects to existing media. Supports prompt-based editing with Flux Kontext, GPT-4o, and Midjourney, plus one-click operations like upscaling and background removal.
Available Scripts
| Script | Description | | :--- | :--- | | edit-image.sh | Prompt-based image editing (Flux Kontext, GPT-4o, Midjourney, Qwen, and more) | | enhance-image.sh | One-click operations: upscale, background removal, face swap, colorize, Ghibli style, product shots | | lipsync.sh | Sync video lip movement to audio (Sync Labs, LatentSync, Creatify, Veed) | | video-effects.sh | Video/image effects: Wan AI, face swap, dance, dress change, Luma modify/reframe |
Quick Start
# Edit an image with a prompt bash edit-image.sh --image-url "https://..." --prompt "add sunglasses" --model flux-kontext-pro # Upscale an image bash enhance-image.sh --op upscale --image-url "https://..." # Remove background bash enhance-image.sh --op background-remove --image-url "https://..." # Lipsync a video bash lipsync.sh --video-url "https://..." --audio-url "https://..." --model sync # Apply dance effect bash video-effects.sh --op dance --image-url "https://..." --audio-url "https://..."
Common Flags
All scripts support: --async, --json, --timeout N, --help
Requirements
MUAPI_KEYenvironment variable (set viacore/platform/setup.sh)curl,jq,python3