🎙️ Vozo Ai

v1.0.0

基于云的 vozo-ai 工具,可编辑并增强视频中的配音。支持上传 MP4、MOV、AVI、WebM 文件(最大 500MB),只需描述你需要的...

0· 64·0 当前·0 累计
下载技能包
最后更新
2026/4/11
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的要求和说明与云端视频/语音编辑工具一致:需要 NEMO_TOKEN(或获取匿名令牌),将视频文件上传至 nemovideo.ai 后端,不索取无关凭据,也不在本地安装任何内容。
评估建议
This skill will upload your video files and interact with an external service at mega-api-prod.nemovideo.ai; if you care about privacy or confidentiality, do not upload sensitive footage. The skill will use NEMO_TOKEN if provided, or automatically request an anonymous token (100 free credits, 7-day expiry) — be aware the agent will perform network calls to obtain and use that token. Only provide a NEMO_TOKEN you trust and avoid giving broader credentials. The skill may read ~/.config/nemovideo/ ...
详细分析 ▾
用途与能力
Name/description match the declared API endpoints and required NEMO_TOKEN. Declared config path (~/.config/nemovideo/) and primaryEnv NEMO_TOKEN are coherent for a client of the stated cloud service.
指令范围
The SKILL.md instructs the agent to automatically obtain an anonymous token if NEMO_TOKEN isn't set, create sessions, upload user video files (up to 500MB), stream SSE events, and poll render status. These behaviors are expected for this functionality, but they mean user media will be sent to an external endpoint (mega-api-prod.nemovideo.ai). The file upload and automatic token acquisition are explicit in the instructions.
安装机制
No install spec and no code files — instruction-only. That minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
凭证需求
Only NEMO_TOKEN is required (primary credential). The config path listed is relevant to the service. No unrelated secrets or multiple credentials are requested.
持久化与权限
always:false and normal autonomous invocation. The skill does not request persistent system privileges or to modify other skills. It may detect install paths and read the declared config directory to find existing tokens/configs, which is reasonable for a client.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/11

Vozo AI — 首次发布 - 云端剪辑与增强视频配音工具 - 支持上传 MP4、MOV、AVI、WebM,单文件最大 500MB,输出 1080p MP4 - 自动初始化会话并赠送 100 积分(7 天有效期),零门槛上手 - 上传、查积分、导出、会话状态等操作可通过简单指令或关键词触发 - 高速云端渲染,多数编辑 30–90 秒完成 - 提供时间轴摘要、错误处理,兼容多种媒体格式

无害

安装命令

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

技能文档

快速开始

有视频片段?发给我并告诉我需求——AI 语音编辑交给我。

试试说:

  • “把 2 分钟口播剪成 1080p MP4”
  • “自动换音色并去口头禅”
  • “给创作者优化视频配音”

一键配置

本技能连接云端渲染后端。首次使用自动初始化,提示“Connecting...”。

Token 检查:查找环境变量 NEMO_TOKEN。若存在,直接进入会话;否则:

  • 生成 UUID 作为客户端 ID
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,带 X-Client-Id
  • 取响应 data.token 即 NEMO_TOKEN(100 积分,7 天有效)

会话:POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 鉴权,body {"task_name":"project"},保存返回的 session_id。提示“Ready!”即完成。勿暴露 token 或原始 API 输出。

# Vozo AI — 视频语音编辑 上传视频,描述需求,云端 30-60 秒返回 1080p MP4。60 秒内片段处理更快、更省积分。

意图路由

| 用户说法 | 动作 | 跳过 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 秒返下载链接。关页面前请等待完成。

请求头必须Authorization: Bearer X-Skill-Source: vozo-ai X-Skill-Version: 1.0.0 X-Skill-Platform: clawhub|cursor|unknown 缺头将 402 失败。

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

  • 创建会话:POST /api/tasks/me/with-session/nemo_agent
  • SSE 对话:POST /run_sseAccept: text/event-stream,最长 15 分钟
  • 上传:POST /api/upload-video/nemo_agent/me/,支持文件或 URL
  • 积分:GET /api/credits/balance/simple
  • 状态:GET /api/state/nemo_agent/me//latest
  • 导出:POST /api/render/proxy/lambda,轮询至 status=completed,下载 output.url

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

错误码

  • 0 — 成功
  • 1001 — token 失效,重新获取
  • 1002 — 会话丢失,重建
  • 2001 — 积分不足,匿名用户得注册链接
数据来源ClawHub ↗ · 中文优化:龙虾技能库