📦 Video Merger Free — 视频合并
v1.0.0无需学习专业剪辑软件,一句话描述需求即可将多段视频智能合并为连续成片,自动添加平滑过渡,一键输出高清完整视频。
0· 57·0 当前·0 累计
下载技能包
最后更新
2026/4/12
安全扫描
OpenClaw
安全
medium confidenceThe skill's requirements and runtime instructions are coherent for a cloud-based video-merging service, but it talks to an external API of unknown provenance and will upload user files and obtain/hold an anonymous token if one isn't provided.
评估建议
This skill will upload any video files you give it to https://mega-api-prod.nemovideo.ai and use a NEMO_TOKEN (you can provide one or it will obtain an anonymous token that expires in ~7 days). Before installing/using: (1) verify you trust the mega-api-prod.nemovideo.ai service and its privacy/terms for any sensitive video content, (2) be aware the skill may probe a few home-directory paths to set an attribution header (not full system access, but it reads those paths), (3) avoid uploading sensi...详细分析 ▾
✓ 用途与能力
Name/description (cloud video merging) match the declared requirement for a NEMO_TOKEN and the SKILL.md's API calls for session creation, upload, and render. There are no unrelated environment variables or binaries requested.
ℹ 指令范围
Instructions focus on session creation, SSE messaging, uploads, and export polling — all expected. They also instruct reading the skill's YAML frontmatter and detecting install paths (~/.clawhub, ~/.cursor/skills/) to set an X-Skill-Platform header; this requires probing user home paths. That filesystem probing is unnecessary for core functionality but is limited in scope.
✓ 安装机制
No install spec or code files — instruction-only skill. Nothing will be written to disk by an installer as part of a package install step.
ℹ 凭证需求
Only NEMO_TOKEN is declared (primary credential), which fits a cloud API client. The instructions also include an anonymous-token flow (POST to /api/auth/anonymous-token) if NEMO_TOKEN is absent; that is consistent with providing ephemeral access but means the skill can obtain credentials on its own. A config path (~/.config/nemovideo/) is referenced in metadata; the SKILL.md itself does not clearly require reading/writing that path but may do so for persistent tokens.
✓ 持久化与权限
always is false and there is no installer. The skill can be invoked autonomously (platform default) and will make outbound network calls to the specified API; this is expected for a cloud processing skill and does not itself indicate excessive privilege.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/12
- Initial release of Video Merger Free (v1.0.0). - Merge multiple video clips (MP4, MOV, AVI, WebM, up to 500MB) into a single MP4 with automatic cloud processing and smooth transitions. - Anonymous cloud session setup with 100 free credits (7-day expiry); handles environment token configuration automatically. - Easy workflow: upload, describe your edit, and receive a merged video in under a minute. - Exposes commands for exporting, uploading, checking credits/status, and more. - Designed for content creators needing seamless, installation-free video merges.
● 无害
安装命令
点击复制官方npx clawhub@latest install video-merger-free
镜像加速npx clawhub@latest install video-merger-free --registry https://cn.longxiaskill.com镜像同步中