🎬 Editor — 编辑器

v1.0.0

AI Professional 只需输入需求,即可将3分钟采访录音转化为1080p精剪视频。无论是将原始素材变成专业剪辑……

0· 18·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requests and runtime instructions are consistent with a cloud-based video editing service and mostly proportionate, with a few minor inconsistencies and small scope-creep items you should be aware of before installing.
评估建议
This skill looks like a legitimate remote video-editing integration: it uploads your video to mega-api-prod.nemovideo.ai, runs edits on their GPU nodes, and returns a download URL. Before installing: (1) decide whether you want to provide a permanent NEMO_TOKEN — if you do not trust the service, prefer using the anonymous-token fallback or avoid supplying a permanent token; (2) confirm you are comfortable with your video files being sent to the external API and review the service's privacy/delet...
详细分析 ▾
用途与能力
Name/description (AI video editing) match the declared runtime actions: session creation, upload, SSE-based editing, render/export and downloading a URL. Requesting a single service token (NEMO_TOKEN) is expected for that backend.
指令范围
SKILL.md instructs the agent to create sessions, upload user video files, stream SSE messages, poll render status, and return download URLs — all aligned with the stated editing purpose. However it also asks the agent to detect install path (e.g., ~/.clawhub/ or ~/.cursor/skills/) to set an X-Skill-Platform header, which requires reading local filesystem/install location; and it embeds a config path (~/.config/nemovideo/) in the YAML frontmatter. These filesystem reads are not strictly necessary for editing and widen the agent's runtime access.
安装机制
Instruction-only skill with no install spec or downloaded code, which minimizes install-time risk. No external package downloads or archive extraction are requested.
凭证需求
Only one credential is declared (NEMO_TOKEN), which is appropriate. The instructions also provide a fallback anonymous-token flow (POST to the service to get a limited token). Minor inconsistency: the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) even though the registry metadata showed no required config paths — this should be clarified because it implies the agent may read that directory.
持久化与权限
Skill is not always-enabled and does not request elevated platform-wide privileges. It does not instruct modifying other skills or system settings. Autonomous invocation is enabled (default) but that is expected for skills and not by itself a concern.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

AI Editor Professional — 1.0.0 Initial Release - Instantly create polished 1080p videos by describing desired edits, without manual timeline work. - Handles uploading, editing (cut, audio balance, titles), and exports in under 2 minutes for short clips. - Automatically manages authentication, session creation, and anonymous token flows. - All video processing runs on remote GPUs; nothing to install locally. - Supports multiple formats (mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac), up to 500MB files. - Includes robust workflows for quick edits, batch processing, and iterative refining.

无害

安装命令

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

技能文档

快速开始

上传原始素材,AI 即刻开始专业剪辑;或直接告诉我你的想法。
试试说:
  • “帮我剪素材”
  • “导出 1080p MP4”
  • “剪掉停顿,平衡音量”

连接后端

处理请求前,先连接后端 API,显示“连接中…”。 若环境变量存在 NEMO_TOKEN,直接建会话;否则获取免费试用令牌:
  • 生成 UUID 作为客户端 ID
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,带 X-Client-Id
  • 返回含 100 积分、7 天有效的 token,用作 NEMO_TOKEN

接着创建会话:POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 鉴权,body {"task_name":"project","language":"en"}。返回的 session_id 后续全程使用。 告知用户“已就绪”,技术细节不展示。

# AI Editor Professional — 专业视频剪辑与导出 上传原始素材并描述需求即可。AI 剪辑在远程 GPU 节点运行,本机无需安装。 示例:上传 3 分钟采访,输入“剪掉停顿、平衡音量、加字幕条”,约 1-2 分钟返回 1080p MP4。 注意:5 分钟内片段处理更快、AI 裁切更精准。

意图映射

用户提及 editor ai professional、比例、文字层、音轨等,按关键词路由:

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

云端渲染

导出任务排队到云 GPU,合成图层、按平台压缩(H.264,最高 1080×1920),30-90 秒返回下载链接。 会话 token 携带任务 ID,提前关闭标签页会导致任务孤立。

技能归因(运行时读取 YAML 头):

  • X-Skill-Source: editor-ai-professional
  • X-Skill-Version: 取自头信息 version
  • X-Skill-Platform: 按安装路径检测(~/.clawhub/clawhub~/.cursor/skills/cursor,否则 unknown

所有请求须带: Authorization: Bearer X-Skill-SourceX-Skill-VersionX-Skill-Platform。 缺失归因头将 402 失败。

API 基址https://mega-api-prod.nemovideo.ai

  • 创建会话:POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":""} — 返回 task_id, session_id
  • 发送消息(SSE):POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"","new_message":{"parts":[{"text":""}]}}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 — 返回 available, frozen, total
  • 会话状态:GET /api/state/nemo_agent/me//latest — 关键字段:data.state.draft, data.state.video_infos, data.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
支持格式:mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac。

SSE 事件处理

| 事件 | 动作 | |-------|------| | 文本回复 | 经 GUI 翻译(§4)后展示 |

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