‹ 首页

muapi-media-editing

@samuraigpt · 收录于 1 周前 · 上游提交 3 周前

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处理图片和视频,无需专业软件

/ 下载安装
muapi-media-editing.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add samuraigpt/generative-media-skills/muapi-media-editing
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- samuraigpt/generative-media-skills/muapi-media-editing
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify samuraigpt/generative-media-skills/muapi-media-editing
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
3754GitHub stars
~373最小装载
~5.7K含声明引用
~5.7K文本包总量
镜像托管

怎么用

商店整理自技能原文 · 版本 a1c4c98 · 表述以原文为准
它做什么

安装后,Claude 能根据你的文字指令编辑图片和视频,例如添加元素、放大、去背景、换脸、唇形同步、应用特效等。

什么时候触发

当你提供图片或视频链接,并给出编辑要求(如“给这张图加墨镜”)时触发。

装好后可以这样说
Claude 会调用编辑脚本处理图片。
Claude 会执行唇形同步操作。
Claude 会执行背景移除。
技能原文 SKILL.md作者撰写 · MIT · a1c4c98

✏️ 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_KEY environment variable (set via core/platform/setup.sh)
  • curl, jq, python3
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。