🎬 Video — 视频

v1.0.0

Maker Editor 用此技能将视频片段剪辑成精致成片。支持 MP4、MOV、AVI、WebM,单文件最大 500 MB。内容创作者和营销人员用它快速...

0· 19·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requirements and runtime instructions are generally consistent with a third‑party cloud video editing service (it needs a NEMO_TOKEN and calls nemovideo.ai endpoints), but it asks the agent to read some local paths and will upload user media to an external API — review privacy before use.
评估建议
This skill uploads your video files and edit instructions to a third‑party service (mega-api-prod.nemovideo.ai) and uses a NEMO_TOKEN for authorization. Before installing or using it: (1) confirm you trust that remote service with the content you upload (do not upload sensitive or confidential video/audio); (2) prefer using an anonymous/disposable token if you only need a short trial — the SKILL.md documents an anonymous-token flow with 7‑day expiry; (3) be aware the skill may read local paths (...
详细分析 ▾
用途与能力
The skill name and description match the declared runtime behavior: it talks to a cloud video-processing API and requires a single service token (NEMO_TOKEN). Minor inconsistency: the registry metadata reported no required config paths, while the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) and logic to detect install paths for attribution headers. This mismatch is worth noting but does not break coherence.
指令范围
SKILL.md instructs the agent to obtain or reuse a NEMO_TOKEN, create sessions, upload user media, stream edits via SSE, poll render status, and add attribution headers. Those actions are within the expected scope for a cloud video editor. Two items to watch: (1) it directs the agent to inspect an install path to set X-Skill-Platform (e.g., checking ~/.clawhub or ~/.cursor/skills) and to read the skill's YAML frontmatter at runtime — both require filesystem reads beyond simply handling an upload; (2) all user media and edit metadata are sent to a third‑party endpoint (mega-api-prod.nemovideo.ai), so user privacy and content ownership are relevant concerns.
安装机制
No install spec and no code files — instruction-only skill. This is the lowest install risk (nothing is downloaded or written by an installer).
凭证需求
Only a single environment variable (NEMO_TOKEN) is declared as required, which is proportionate for a cloud service. However, the SKILL.md also references a config path (~/.config/nemovideo/) and recommends storing/using the anonymous token; reading ~/.config or install paths could expose cached tokens or config beyond the single declared env var. Ensure the agent isn't granted broader filesystem access than intended.
持久化与权限
The skill does not request always:true and does not declare any system-wide config changes. It generates per-session tokens and session_id values but does not request permanent elevated privileges. The default ability for the agent to invoke the skill autonomously is the platform default and not flagged on its own.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

Video Maker Editor — Make and Edit Videos Fast (v1.0.0) - Initial release: AI-powered video editing tool for content creators and marketers. - Edit and export videos (MP4, MOV, AVI, WebM) up to 500MB, with options for cuts, music, and text overlays. - Cloud rendering pipeline delivers 1080p MP4 videos in 1–2 minutes. - Simple setup with instant anonymous access and session management. - Supports prompt-based editing, file uploads, credit checks, and real-time status updates. - Robust error handling and helpful workflow tips included.

无害

安装命令

点击复制
官方npx clawhub@latest install video-maker-editor
镜像加速npx clawhub@latest install video-maker-editor --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库