Agent skill · Media & Video

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

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill edit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 2 KB
Bundled scripts: yes
Version: 0.1.0
Path: core/edit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 ```bash # 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

What's inside
Steps it walks through
  1. Available Scripts
  2. Quick Start
  3. Common Flags
  4. Requirements
Ships with 4 files
  • edit-image.sh
  • enhance-image.sh
  • lipsync.sh
  • video-effects.sh
Commands it runs
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://..."
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-media-editing skill do?

Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill edit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going