🎬 Vn

v1.0.0

将一段2分钟手机拍摄的vlog素材,只需输入需求即可生成1080p剪辑成片。无论是短视频的剪辑优化……

0· 15·0 当前·0 累计
下载技能包
最后更新
2026/4/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的运行指令基本符合云端视频编辑服务(将片段上传至外部 API 并使用 API token),但存在不一致和来源缺失,安装或提供凭据前请务必了解。
评估建议
This skill will upload your video files to https://mega-api-prod.nemovideo.ai and uses a NEMO_TOKEN for authorization. Before installing or supplying credentials: verify the service and publisher provenance (homepage/owner info are missing here), confirm the privacy/retention policy for uploaded media, and prefer using a short-lived/anonymous token rather than a persistent account token. Ask the publisher to explain the registry/frontmatter mismatch (the SKILL.md references ~/.config/nemovideo/ ...
详细分析 ▾
用途与能力
The name/description, required NEMO_TOKEN, and the SKILL.md’s API endpoints are coherent for a cloud video-editing service: uploading video, queuing renders, and returning a download URL. However, the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) that is not declared in the registry metadata — that mismatch is unexpected and should be explained by the publisher.
指令范围
Instructions are explicit: obtain or use NEMO_TOKEN (including deriving one via an anonymous-token endpoint), create a session, upload files, stream SSE edits, poll export status, and return download URLs. The skill will upload user media and persist a session_id. It also requires reading its own frontmatter to populate attribution headers and suggests inspecting install paths to detect platform. There is no instruction to read unrelated user files or shell history, but the upload of user videos to an external domain is central and requires explicit user consent.
安装机制
Instruction-only skill with no install spec or code files — nothing will be written to disk by an installer. This is the lowest install risk.
凭证需求
The single required credential (NEMO_TOKEN) is appropriate for a cloud editing service. However, the SKILL.md frontmatter claims an additional config path (~/.config/nemovideo/) while the registry metadata lists none. That discrepancy means the runtime instructions may expect filesystem access not declared in registry requirements. Also note that NEMO_TOKEN grants access to the remote account/service and will be sent with every API call; only provide a long-lived token if you trust the endpoint. The skill also instructs creating and storing temporary anonymous tokens if no token is present.
持久化与权限
always:false and default agent invocation are appropriate. The skill stores a session_id and uses tokens for API calls, but it does not request permanent 'always' presence or attempt to modify other skills or global settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/26

VN Video Editor — 初始版本 - 推出 AI 驱动的视频编辑:上传原始片段,用自然语言描述需求,几分钟内导出 1080p 成片。 - 全自动初始化:匿名 token 秒连,无需手动配置。 - 一站式支持:上传、编辑、时间轴预览、额度查询、状态展示、一键导出——无需拖拽时间轴或设置导出参数。 - 清晰反馈:每个步骤及错误(不支持的格式、token 过期、套餐限额)均有提示。 - 格式全面:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4a、aac;单文件最大 500 MB。 - 高效会话管理:自动保存项目进度,可反复修改,无需重复上传。

无害

安装命令

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

技能文档

快速开始

扔原片,说需求,AI 立刻剪。
试试说:
  • “剪我的原片”
  • “导出 1080p MP4”
  • “剪掉开头,加音乐”

自动初始化

首次对话先连 API,状态提示“正在初始化…”。 Token:若环境变量 NEMO_TOKEN 已存在,直接跳过。 免费 token:生成 UUID 作为 client-id,POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header 带 X-Client-Id:,取 data.token 即为 NEMO_TOKEN(100 积分,7 天有效)。 Session:Bearer 鉴权 POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,body {"task_name":"project"},保存返回的 session_id。 告知用户“已连接,可开始”。勿打印 token 或原始 JSON。

# VN Video Editor — 一键成片 上传原片→描述需求→云端 GPU 渲染→下载 1080p 成片。 2 分钟手机 vlog,想剪、想加 BGM、想调色,1-2 分钟搞定。 <60 秒短片渲染更快。

意图路由

| 用户说… | 动作 | 跳过 SSE? | |---------|------|-----------| | “导出”/“download”/“send me the video” | → §3.5 导出 | ✅ | | “积分”/“credits”/“balance” | → §3.3 积分 | ✅ | | “状态”/“status”/“show tracks” | → §3.4 状态 | ✅ | | “上传”/用户发文件 | → §3.2 上传 | ✅ | | 其余(剪、加音乐…) | → §3.1 SSE | ❌ |

云端渲染

GPU 节点排队,H.264 压缩,1080×1920 以内,30-90 秒返回下载链接。 session 带 job ID,关页面前确保完成。 域名:https://mega-api-prod.nemovideo.ai

主要接口

  • SessionPOST /api/tasks/me/with-session/nemo_agent
  • Chat (SSE)POST /run_sse
  • UploadPOST /api/upload-video/nemo_agent/me/
  • CreditsGET /api/credits/balance/simple
  • StateGET /api/state/nemo_agent/me//latest
  • ExportPOST /api/render/proxy/lambda → 轮询 GET /api/render/proxy/lambda/

请求头

Authorization: Bearer 必须带:
  • X-Skill-Source: vn-video-editor
  • X-Skill-Version: 1.0.0
  • X-Skill-Platform: clawhub|cursor|unknown
缺一则返回 402。

草稿字段

t=tracks,tt=track type(0=video,1=audio,7=text),sg=segments,d=duration(ms),m=metadata。

后端话术转 API

| 后端说 | 你执行 | |--------|--------| | “点击[按钮]” | 调对应 API | | “打开[面板]” | 查 session 状态 | | “拖拽” | SSE 发编辑指令 | | “时间轴预览” | 返回轨道摘要 | | “导出按钮” | 走导出流程 |

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