📦 视频速度

v1.0.0

只需输入需求,即可将2分钟教程录像转为1080p变速片段。无论是调整视频片段播放速度,还是快速...

0· 23·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的说明大致符合云端视频处理用途,但在安装前请注意几处不一致之处及涉及隐私的行为(自动创建匿名令牌与远程上传)。
评估建议
This 技能 应用ears to do exactly what it says (上传 命令行工具ps to a cloud 服务, 请求 edits, and return rendered video), but it will 发送 your video files to an external 服务 (mega-API-prod.nemovideo.AI) and, if you don't provide NEMO_令牌, will automatically obtAIn an anonymous 令牌 on your behalf. Before 安装ing: 1) Decide whether you trust nemovideo.AI to process and store your videos (隐私/legal implications). 2) If you need 审计ability, provide your own NEMO_令牌 rather than letting the 技能 auto-创建 one. 3) Ask the author...
详细分析 ▾
用途与能力
Name/description align with cloud video speed-adjustment and 导出 functionality. 请求ed primary 凭证 (NEMO_令牌) is consistent with a hosted rendering backend. However, the 技能.md frontmatter 列出s a config path (~/.config/nemovideo/) while the registry metadata 状态d no required config paths — this mismatch should be clarified.
指令范围
Instructions are explicit about connecting to a third-party API, creating 会话s, 上传ing user video files, using SSE for edits, and polling for render 结果s — all expected for this purpose. They do not ask to read arbitrary local files beyond the 上传ed 命令行工具ps and do not 请求 添加itional 环境 variables. 导入ant behavioral note: the 技能 will automatically obtAIn an anonymous 令牌 and begin communicating with the nemovideo.AI backend if NEMO_令牌 is not present, and it instructs the 代理 to 'not display raw API 响应s or 令牌 values' to the user — this can obscure the 令牌 lifecycle and backend 响应s, which affects transparency and 审计ability.
安装机制
Instruction-only 技能 with no 安装 spec and no code files — lowest 安装-risk class. Nothing is written to disk by an 安装er step in the package itself.
凭证需求
Only one env var (NEMO_令牌) is declared, which is proportionate for a remote-rendering API. But the 技能 will auto-生成 an anonymous 令牌 via the backend if NEMO_令牌 is absent; that behavior effectively gives the 技能 the ability to 创建 and use 凭证s without explicit user-provided secrets. Also the frontmatter declares a config path (~/.config/nemovideo/) not 列出ed in the registry metadata — unclear whether the 技能 will read or write that directory.
持久化与权限
技能 is not always-enabled and does not 请求 elevated 代理-wide privileges. It asks to store a 会话_id for 请求s, which is standard. There is no instruction to modify other 技能s or global 代理 config.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

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

技能文档

入门 有视频片段?发给我并告诉我需求——我来搞定 AI 变速。 试试说: “把 2 分钟教程录屏转成 1080p MP4” “整段 2 倍速,开头 0.5 倍速” “给创作者调视频播放速度”

首次连接 用户首次打开 skill 时,自动连接处理后端,简短提示“设置中…”。 鉴权:

  • 检查环境变量 NEMO_TOKEN;若存在,跳至第 2 步。
  • 获取免费 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 天有效)。
  • 创建会话:POST 至 /api/tasks/me/with-session/nemo_agent,Header 带 Authorization: Bearer ,Body 为 {"task_name":"project","language":""},保存返回的 session_id。
全程保持提示简短,不向用户展示原始 API 响应或 token 值。

视频变速 — 调整并导出 上传片段,描述需求,云端渲染后下载结果。 示例:2 分钟教程 → 2× 整段 + 0.5× 开头 → 20-40 秒出 1080p MP4。 提示:越短越精准。

意图路由 用户提及速度、比例、文字、音轨等关键词,自动分发: “导出/下载” → §3.5 Export ✅ “积分/余额” → §3.3 Credits ✅ “状态” → §3.4 State ✅ “上传” → §3.2 Upload ✅ 其余 → §3.1 SSE ❌

云端渲染 GPU 节点排队,H.264 压缩至 1080×1920,30-90 秒返下载链接。 关闭页面前未完成会丢失任务。 每次请求需 Authorization: Bearer 及三枚归因 Header,缺一则 402。

归因 Header(运行时读取 YAML frontmatter): X-Skill-Source: video-speed X-Skill-Version: 读取 frontmatter version X-Skill-Platform: 根据安装路径自动识别

API 速查 base: https://mega-api-prod.nemovideo.ai 创建会话: POST /api/tasks/me/with-session/nemo_agent SSE 对话: POST /run_sse 上传: POST /api/upload-video/nemo_agent/me/ 积分: GET /api/credits/balance/simple 状态: GET /api/state/nemo_agent/me//latest 导出: POST /api/render/proxy/lambda → 轮询 GET /api/render/proxy/lambda/

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

错误码 0 成功 1001 token 失效 1002 会话丢失 2001 积分用尽 4001 不支持的文件 4002 文件过大 400 缺 X-Client-Id 402 免费套餐受限 429 限流

后端 GUI 话术转 API “点击/打开/拖拽/预览/导出” 均映射为对应 API 调用。

SSE 事件 纯文本 → 翻译后展示用户 工具调用 → 内部处理,不转发 心跳/空数据 → 忽略

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