← 返回 Skills 市场
muapi-media-editing
作者
Anil Chandra Naidu Matcha
· GitHub ↗
· v1.0.0
· MIT-0
294
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install muapi-edit
功能描述
Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more
安全使用建议
This skill appears to implement the advertised muapi.ai editing features, but the package is sloppy: the registry metadata doesn't list the MUAPI_KEY and required binaries (curl, jq, python3, possibly a 'muapi' CLI), and some helper scripts referenced by the code (e.g., ../media/upload.sh, check-result.sh) are not included. Before using: 1) verify and obtain a MUAPI_KEY only if you trust api.muapi.ai; 2) inspect and run the scripts in an isolated environment (container or VM); 3) be aware the scripts will upload any local media you pass (including faces) to the external service — avoid uploading private/sensitive material; 4) note that the key is saved to a .env file in the working dir if you use --add-key; store keys securely and delete .env if undesired; 5) consider contacting the skill author or source to get a完整 package or correct registry metadata and confirm the missing helper scripts and CLI dependency. If you need help checking the muapi.ai domain or sanitizing the package, gather the missing files or a trusted upstream repo and re-run evaluation.
功能分析
Type: OpenClaw Skill
Name: muapi-edit
Version: 1.0.0
The skill bundle provides a set of shell scripts to interface with the muapi.ai API for image and video editing tasks like upscaling, face swapping, and lipsyncing. The scripts include standard logic for local file uploads, API job submission via curl, and result polling, with basic input sanitization using python3's json module. While the scripts include a helper function to save the MUAPI_KEY to a local .env file, this is a transparent configuration utility and there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill advertises muapi.ai image/video editing and the scripts call https://api.muapi.ai, which is consistent. However the registry metadata declares no required env vars or binaries while SKILL.md and the scripts require MUAPI_KEY and tools (curl, jq, python3) — a clear mismatch. edit-image.sh also expects an external 'muapi' CLI and calls ../media/upload.sh and check-result.sh (not present in the bundle), so the shipped files + metadata are incomplete for the stated capability.
Instruction Scope
The runtime scripts do what the README says: upload files and POST to muapi.ai endpoints for edits, upscales, face-swap, lipsync, etc. They will auto-upload local files when you pass --file and will save a provided API key into a .env file in the current directory. They do not attempt to read unrelated system files or other credentials, but they do transmit user media (including face images/videos) to an external API — this is expected for the feature but privacy-sensitive.
Install Mechanism
There is no install spec (instruction-only with shell scripts). No downloads or remote installers are performed by the skill itself. The scripts make network requests to api.muapi.ai (expected), which is the primary runtime network activity.
Credentials
The scripts require MUAPI_KEY (used in x-api-key header) but the registry metadata did not declare any required env vars or primary credential. The skill writes MUAPI_KEY into a .env file when run with --add-key, which is persistent on disk and may be surprising. Aside from MUAPI_KEY and typical CLI tools, no unrelated secrets are requested.
Persistence & Privilege
always:false (normal). The scripts persist the API key to a local .env file in the current working directory — a modest persistence and privacy consideration but not a global privilege escalation. The skill does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install muapi-edit - 安装完成后,直接呼叫该 Skill 的名称或使用
/muapi-edit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of muapi-media-editing skill for AI-powered media editing.
- Provides prompt-based image editing using multiple AI models.
- Supports one-click image enhancements: upscaling, background removal, face swap, colorization, Ghibli style, and product shots.
- Enables video lipsync (audio to video) and various video/image effects such as face swap, dance, dress change, and Luma modify/reframe.
- Includes easy-to-use shell scripts with standard flags and requirements.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。
如何安装 muapi-media-editing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install muapi-edit」即可一键安装,无需额外配置。
muapi-media-editing 是免费的吗?
是的,muapi-media-editing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
muapi-media-editing 支持哪些平台?
muapi-media-editing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 muapi-media-editing?
由 Anil Chandra Naidu Matcha(@anil-matcha)开发并维护,当前版本 v1.0.0。
推荐 Skills