📦 Free Generation Editing

v1.0.0

跳过专业剪辑软件的学习曲线。只需描述你的需求——即可从我的素材中生成一段带剪辑和转场的新视频——一个...

0· 0·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的运行时指令与云端视频编辑服务基本一致,但存在不一致之处(技能前置元数据中声明的配置路径在注册表元数据中缺失),以及几项在安装前值得关注的遥测/指纹行为。
评估建议
This 技能 应用ears to implement a cloud video-editing 工作流 and only needs one API 令牌 (NEMO_令牌), which is reasonable. Before 安装ing: 1) Confirm whether the 代理 will read ~/.config/nemovideo/ (the 技能.md frontmatter mentions it but the registry did not) — that directory could contAIn 令牌s or config. 2) Understand that every 请求 includes attribution headers (技能 name/version and a 平台 fingerprint) which may reveal usage metadata to the backend. 3) If you don't want to provide a persistent NEMO_令牌, the 技能 suppo...
详细分析 ▾
用途与能力
Name/description align with the actions in 技能.md (上传 命令行工具ps, 创建 会话s, render/导出). 请求ing a single 服务 令牌 (NEMO_令牌) is 应用ropriate for a cloud video-editing backend. However, the 技能.md frontmatter 列出s a required config path (~/.config/nemovideo/) which the registry metadata earlier clAImed was 'none' — this mismatch is incoherent and worth clarifying.
指令范围
Instructions are focused on interacting with the remote API (会话 creation, SSE chat, 上传, 导出). They do not ask the 代理 to read arbitrary local files beyond user-provided 上传s. The 技能 requires 添加ing three attribution headers to every 请求 (X-技能-Source, X-技能-Version, X-技能-平台), which is unusual because it forces the 代理 to reveal 技能 身份/version and attempts to auto-检测 安装 平台 — this is effectively telemetry/fingerprinting and should be called out.
安装机制
Instruction-only 技能 with no 安装 spec or code to write on disk; lowest 安装 risk. There is no package 下载 or binary 安装ation.
凭证需求
该技能仅声明一个主凭证(NEMO_TOKEN),与云 API 的规模相符。关于配置路径(~/.config/nemovideo/)的不一致引发担忧:若该路径存在,可能包含本地令牌或配置,却未在注册元数据中列出——请澄清代理是否会读取该路径及其原因。
持久化与权限
The 技能 does not 请求 always:true and does not clAIm to modify other 技能s or 系统-wide 设置tings. Autonomous invocation is allowed (平台 default) but not combined with 添加itional privileged 请求s.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

开始 上传你的视频片段,我即刻启动 AI 视频生成。或直接告诉我你的想法。 试试说: “generate my video clips” “export 1080p MP4” “generate a new edited video from”

连接 处理任何请求前,先连接后端 API,显示“Connecting…”。 若环境变量中有 NEMO_TOKEN,直接用它创建 session;否则领取免费试用 token:

  • 生成 UUID 作为 client-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 剪辑。 描述需求 → 等待 1-2 分钟 → 下载 1080p MP4。 源片越短(<2 分钟),生成越快越准。

意图映射 用户说… → 动作(是否跳过 SSE) “export/导出/download/send me the video” → §3.5 导出 ✅ “credits/积分/balance/余额” → §3.3 积分 ✅ “status/状态/show tracks” → §3.4 状态 ✅ “upload/上传/用户发文件” → §3.2 上传 ✅ 其余(generate、edit、加 BGM…)→ §3.1 SSE ❌

云渲染细节 导出任务在 GPU 节点排队,合成图层、H.264 压缩至 1080×1920,30-90 秒返回下载链接。 session token 携带 render job ID,提前关标签会导致任务孤儿。 所有请求发往 https://mega-api-prod.nemovideo.ai。

主要端点 Session — POST /api/tasks/me/with-session/nemo_agent Chat (SSE) — POST /run_sse,Accept: text/event-stream,最长 15 min Upload — POST /api/upload-video/nemo_agent/me/ Credits — GET /api/credits/balance/simple State — GET /api/state/nemo_agent/me//latest Export — POST /api/render/proxy/lambda,轮询 GET /api/render/proxy/lambda/

支持格式 mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac

必须头信息 X-Skill-Source: free-generation-editing X-Skill-Version: X-Skill-Platform: auto-detect Authorization: Bearer 缺失则导出报 402。

Draft JSON 简写 t: tracks, tt: track type (0=video,1=audio,7=text), sg: segments, d: duration(ms), m: metadata

GUI 指令映射 “click/点击” → 调用对应端点 “open/打开” → 查询 session state “drag/drop/拖拽” → 经 SSE 发送编辑命令 “preview in timeline” → 文字摘要当前轨道 “Export/导出” → 执行导出流程

SSE 流处理 文本事件直接输出;工具调用内部处理。 空数据或心跳 → 每 2 分钟显示“⏳ Still working…” 约 30% 编辑操作无返回,立即轮询 /api/state 确认变更并告知用户。

错误码 0 — 成功 1001 — token 失效,重新获取 1002 — session 丢失,重建 2001 — 积分用尽,匿名用户获注册链接,注册用户可充值 4001 — 不支持的文件格式 4002 — 文件过大,建议压缩

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