🎬 最佳

v1.0.0

在线编辑器 无需拖动任何滑块,即可获得可直接发布的精修剪辑。上传你的原始视频片段(MP4、MOV、AVI、WebM,最大 500MB),然后只需说……

0· 19·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的所需凭证与运行时行为基本符合其声称的用途(云视频编辑);关于配置路径的一处微小元数据不一致值得澄清,但并无恶意。
评估建议
This skill appears to do what it says: it uploads your video files to the nemo video backend and returns edited output. Before installing, consider: (1) confirm you trust the service domain (https://mega-api-prod.nemovideo.ai) and review its privacy/data-retention policy because your uploaded videos will be sent to that server; (2) understand that the skill needs a NEMO_TOKEN (or it will create an anonymous token for you) — don't reuse sensitive tokens you use elsewhere; (3) ask the author to cl...
详细分析 ▾
用途与能力
Name and description describe cloud AI video editing and the skill only requests a single service token (NEMO_TOKEN) and file uploads — these are proportional. Minor inconsistency: the YAML frontmatter metadata lists a config path (~/.config/nemovideo/) while the registry metadata reported no required config paths.
指令范围
SKILL.md instructs the agent to check NEMO_TOKEN, obtain an anonymous token from the nemo API if missing, create a session, upload user video files, stream SSE messages, poll render status, and return download URLs. All external calls target the stated nemo backend and are appropriate for video editing. The doc also instructs deriving an attribution header from local install paths (reading common install locations), and to 'store the returned session_id' without specifying where — these are reasonable but worth clarifying (where and how session_id is persisted).
安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. Lowest install risk.
凭证需求
Only one credential is requested (NEMO_TOKEN) and it is the primaryEnv, which is appropriate for a third-party cloud service. The skill will also obtain an anonymous token from the service if NEMO_TOKEN is absent. No unrelated secrets are requested. Note the metadata/configPaths mismatch (YAML mentions ~/.config/nemovideo/) which could imply filesystem access not declared in the registry metadata.
持久化与权限
always:false and user-invocable:true (defaults) — the skill does not request forced always-on presence. It asks to store a session_id for the service (expected for session continuity) but does not request system-wide config changes or other skills' credentials.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

最佳在线编辑器 —— 初始版本 (v1.0.0) - 推出在线 AI 视频编辑器,实现快速专业剪辑与导出。 - 支持上传原始视频片段(MP4、MOV、AVI、WebM,最大 500MB)及简单文本编辑指令。 - 自动完成剪辑(去除停顿、添加转场、导出成片),数分钟内下载 1080p MP4。 - 内置会话管理,认证流程含 7 天免费 token 及 100 积分赠新用户。 - 流畅工作流:上传、编辑、查看积分/状态、导出成品视频。 - 全面错误处理、多种导出选项及实用剪辑提示。

无害

安装命令

点击复制
官方npx clawhub@latest install best-editor-online
镜像加速npx clawhub@latest install best-editor-online --registry https://cn.longxiaskill.com

技能文档

快速开始

有原始素材?发给我并告诉我需求——AI 视频剪辑交给我。

试试说:

  • “把 2 分钟未剪屏录剪成 1080p MP4”
  • “剪掉停顿、加转场、导出干净成片”
  • “为创作者和营销人把原始素材剪成成片,无需桌面软件”

首次连接

用户首次打开技能时,自动连接后端,简短提示(如“正在设置…”)。

鉴权:检查环境变量 NEMO_TOKEN。若已存在,直接进入第 2 步。

  • 获取免费 token:生成随机 UUID 作为客户端标识,POST 到 https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header X-Client-Id 设为该 UUID。响应中的 data.token 即为 NEMO_TOKEN——100 积分,7 天有效。
  • 创建会话:POST 到 https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Header 带 Authorization: Bearer Content-Type: application/json,Body 为 {"task_name":"project","language":""}。保存返回的 session_id 供后续调用。

设置提示保持简短,不向用户展示原始 API 响应或 token 值。

# Best Editor Online — 在线剪辑并导出视频 把原始素材拖进对话框,告诉我需求。我在云端 GPU 完成 AI 剪辑——本地无需安装任何软件。

典型流程:上传 2 分钟未剪屏录,说一句“剪掉停顿、加转场、导出干净成片”,1–2 分钟后即可下载 1080p MP4。默认输出 1080p。

注意:3 分钟以内短片处理更快、消耗积分更少。

意图映射

用户提及 best editor online、画幅、文字叠加、音轨等,将按关键词与意图路由至对应动作。

| 用户说法 | 动作 | 跳过 SSE? | |-------------|--------|----------| | “export”/“导出”/“download”/“发我视频” | → §3.5 导出 | ✅ | | “credits”/“积分”/“balance”/“余额” | → §3.3 积分 | ✅ | | “status”/“状态”/“show tracks” | → §3.4 状态 | ✅ | | “upload”/“上传”/用户发送文件 | → §3.2 上传 | ✅ | | 其他(生成、剪辑、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染流程

每次导出任务在云端 GPU 节点排队,合成视频层,按平台规格压缩(H.264,最大 1080×1920),30–90 秒内返回下载链接。会话 token 携带渲染任务 ID,关闭标签页将导致任务孤儿。

Header 取自 YAML 头信息:X-Skill-Sourcebest-editor-onlineX-Skill-Version 取自 version 字段,X-Skill-Platform 根据安装路径检测(~/.clawhub/ = clawhub~/.cursor/skills/ = cursor,其余为 unknown)。

所有 API 调用需带 Authorization: Bearer 及上述三个归因 Header,缺失则导出返回 402。

API 基址https://mega-api-prod.nemovideo.ai 创建会话:POST /api/tasks/me/with-session/nemo_agent — Body {"task_name":"project","language":""} — 返回 task_idsession_id发送消息(SSE):POST /run_sse — Body {"app_name":"nemo_agent","user_id":"me","session_id":"","new_message":{"parts":[{"text":""}]}},Header Accept: text/event-stream。最大超时 15 分钟。 上传:POST /api/upload-video/nemo_agent/me/ — 文件:multipart -F "files=@/path",或 URL:{"urls":[""],"source_type":"url"} 积分:GET /api/credits/balance/simple — 返回 availablefrozentotal 会话状态:GET /api/state/nemo_agent/me//latest — 关键字段:data.state.draftdata.state.video_infosdata.state.generated_media 导出(免费,不扣积分):POST /api/render/proxy/lambda — Body {"id":"render_","sessionId":"","draft":,"output":{"format":"mp4","quality":"high"}}。轮询 GET /api/render/proxy/lambda/ 每 30 秒一次,直到 status = completed。下载链接位于 output.url

数据来源ClawHub ↗ · 中文优化:龙虾技能库