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, an…
它会碰到什么
逐条看命中(24 条严重或高危)
- 严重
enhance-image.sh:29cred-pathsgrep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
- 严重
enhance-image.sh:29cred-pathsgrep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
- 严重
enhance-image.sh:30cred-pathsmv .env.tmp .env 2>/dev/null || true
- 严重
enhance-image.sh:30cred-pathsmv .env.tmp .env 2>/dev/null || true
- 严重
enhance-image.sh:31cred-pathsecho "MUAPI_KEY=$KEY_VALUE" >> .env
- 严重
enhance-image.sh:32cred-pathsecho "MUAPI_KEY saved to .env" >&2
- 严重
enhance-image.sh:38cred-pathsif [ -f ".env" ]; then source .env 2>/dev/null || true; fi
- 严重
enhance-image.sh:38cred-pathsif [ -f ".env" ]; then source .env 2>/dev/null || true; fi
- 严重
lipsync.sh:26cred-pathsgrep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
- 严重
lipsync.sh:26cred-pathsgrep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
- 严重
lipsync.sh:27cred-pathsmv .env.tmp .env 2>/dev/null || true
- 严重
lipsync.sh:27cred-pathsmv .env.tmp .env 2>/dev/null || true
- 严重
lipsync.sh:28cred-pathsecho "MUAPI_KEY=$KEY_VALUE" >> .env
- 严重
lipsync.sh:29cred-pathsecho "MUAPI_KEY saved to .env" >&2
- 严重
lipsync.sh:35cred-pathsif [ -f ".env" ]; then source .env 2>/dev/null || true; fi
- 严重
lipsync.sh:35cred-pathsif [ -f ".env" ]; then source .env 2>/dev/null || true; fi
- 严重
video-effects.sh:32cred-pathsgrep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
- 严重
video-effects.sh:32cred-pathsgrep -v "^MUAPI_KEY=" .env > .env.tmp 2>/dev/null || true
- 严重
video-effects.sh:33cred-pathsmv .env.tmp .env 2>/dev/null || true
- 严重
video-effects.sh:33cred-pathsmv .env.tmp .env 2>/dev/null || true
- 严重
video-effects.sh:34cred-pathsecho "MUAPI_KEY=$KEY_VALUE" >> .env
- 严重
video-effects.sh:35cred-pathsecho "MUAPI_KEY saved to .env" >&2
- 严重
video-effects.sh:41cred-pathsif [ -f ".env" ]; then source .env 2>/dev/null || true; fi
- 严重
video-effects.sh:41cred-pathsif [ -f ".env" ]; then source .env 2>/dev/null || true; fi
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
✏️ 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
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。