🎬 Video — 视频

v1.0.0

Producer Online 用此技能将原始素材剪辑成精美 MP4 视频。支持 MP4、MOV、AVI、WebM 文件,最大 500MB。内容创作者和营销人员用它实现专业级……

0· 16·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的描述功能(云视频处理)与其网络调用和 token 使用情况相符,但存在细微不一致及涉及隐私的指令(自动创建/存储 token、检测安装路径、将用户文件上传至第三方 API),安装前请务必了解。
评估建议
This skill appears to actually implement cloud video processing, but it will: (1) contact an external endpoint (mega-api-prod.nemovideo.ai) to mint an anonymous token if you don't supply one, (2) create and store session IDs for job management, and (3) upload any files you provide to that third-party service. Before installing or using it, confirm you trust that service for handling your footage (especially sensitive content). Ask the publisher to clarify the config path usage (~/.config/nemovid...
详细分析 ▾
用途与能力
The name/description (cloud video production) aligns with the API endpoints and the single required credential (NEMO_TOKEN). However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata lists no required config paths — this mismatch is unexplained and worth asking the author to clarify.
指令范围
The instructions tell the agent to autonomously obtain an anonymous token (POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token), create and reuse sessions, and upload files (multipart or URL). They also instruct the agent to detect install paths to set X-Skill-Platform (which requires probing filesystem paths). These behaviors are logically related to the skill but include automatic token acquisition/storage and silent backend calls that could result in user files being sent to a third-party service without an explicit, user-confirmed step.
安装机制
This is an instruction-only skill with no install spec or code files, so nothing will be written to disk by an installer. That reduces code-supply risk.
凭证需求
Only one credential (NEMO_TOKEN) is declared, which is proportionate to a cloud API. The skill instructs creating an anonymous token if none is present — reasonable for a guest mode, but it means the skill will call the external auth endpoint and will store/hold that token for subsequent requests. The inconsistency between registry configPaths (none) and the SKILL.md frontmatter (~/.config/nemovideo/) is a small red flag about what filesystem locations the skill may access.
持久化与权限
always is false and the skill is not requesting elevated platform privileges. It does instruct storing session_id and token for subsequent calls (normal for a session-based API), but it does not declare or request permanent always-on presence.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Video Producer Online 初始发布——云端 AI 视频剪辑与导出。 - 利用 AI 云端处理将原始素材转为精美 1080p MP4 视频(支持 MP4、MOV、AVI、WebM,最大 500MB)。 - 快速处理(典型片段 1–2 分钟),自动创建会话,附赠 7 天试用额度。 - 支持去除停顿、添加背景音乐、叠加层等编辑指令。 - 上传、导出、查询额度、查看时间线状态等指令清晰。 - API 错误处理与简洁用户反馈。 - 多格式音视频支持;导出流程免费,注册即送额外额度。

无害

安装命令

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

技能文档

快速开始

上传原始素材,我立即开始 AI 视频制作。或直接告诉我你的想法。
试试说:
  • “produce my raw footage”
  • “export 1080p MP4”
  • “cut the pauses, add background music”

首次连接

用户首次打开技能时,自动连接后端。简讯提示(如“Setting up…”)。 鉴权:检查环境变量 NEMO_TOKEN。若已存在,跳到第 2 步。
  • 获取免费 token:生成随机 UUID 作为客户端 ID,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 值。

# Video Producer Online — 在线制作并导出成片 上传素材 → 描述需求 → 云端渲染 → 下载成片。 例如 3 分钟未剪辑录屏,去停顿、加 BGM、导出可分享视频,后端 1-2 分钟完成 1080p MP4。 提示:长素材先分段再上传,可显著提速。

意图路由

用户提及 video producer online、画幅、文字层、音轨等,按关键词与意图分发:

| 用户说… | 动作 | 跳过 SSE? | |-------------|--------|----------| | “export” / “导出” / “download” / “send me the video” | → §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,提前关闭页面会导致任务孤立。 所有 API 须带 Authorization: Bearer 及三个归因 Header;缺失则返回 402。 Header 来源:
  • X-Skill-Source: video-producer-online
  • X-Skill-Version: 取 YAML 中 version 字段
  • X-Skill-Platform: 按安装路径自动检测(~/.clawhub/→clawhub,~/.cursor/skills/→cursor,其余 unknown)

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":""}]}},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 → 返回 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/ 每 30s,至 status=completed,下载链接在 output.url

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

错误码

  • 0 — 成功,继续
  • 1001 — token 过期/无效;重新获取 /api/auth/anonymous-token
  • 1002 — 会话不存在;新建会话
数据来源ClawHub ↗ · 中文优化:龙虾技能库