🗜️ Rtk

v1.0.0

Compressor Online 只需输入需求,即可将行车记录仪或无人机拍摄的 500 MB MP4 录像压缩为 1080p MP4 文件。无论是缩小大型 RTK 还是无人机视频……

0· 15·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的声明用途(云端视频压缩)与其指令行为大体一致,但存在细微不一致及隐私面风险(读取安装路径、frontmatter 与注册表不匹配、自动获取匿名 token),安装前请充分了解。
评估建议
This skill appears to do what it says (upload a video to nemovideo.ai, request a render, and return a download link), but review these points before installing or using it: - Privacy: uploaded videos are sent to mega-api-prod.nemovideo.ai. Only upload content you are comfortable sharing with that service. - Token behavior: the skill expects a NEMO_TOKEN; if none is present it will call the anonymous-token endpoint to obtain a token for you. That implies the backend will receive an agent-scoped...
详细分析 ▾
用途与能力
Name/description align with a cloud video-compression service and the skill only asks for a single service credential (NEMO_TOKEN) used to call nemovideo.ai endpoints — that is proportionate. However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata listed no required config paths, which is an inconsistency.
指令范围
Instructions direct the agent to upload local video files (multipart file POSTs), create sessions, stream SSEs, poll renders, and include attribution headers. Uploading files is expected for this purpose, but the skill also instructs the agent to detect install paths (~/.clawhub/, ~/.cursor/skills/) and to read this file's YAML frontmatter at runtime — actions that touch user filesystem metadata and could reveal presence of other tools. The skill will also generate an anonymous token by POSTing to the backend if NEMO_TOKEN is absent; this automatically grants the backend a token tied to the agent. These behaviors are plausible for the stated purpose but increase privacy/telemetry surface and should be understood.
安装机制
Instruction-only skill with no install spec and no code files — low risk from install artifacts. Nothing is downloaded or written by an installer step.
凭证需求
Only NEMO_TOKEN is requested as a primary credential, which is appropriate for a hosted compression service. But the SKILL.md also describes creating and using an anonymous token when NEMO_TOKEN is missing (calling an external endpoint to obtain a token), and the frontmatter mentions a config path not declared elsewhere — these are mismatches the user should be aware of. No unrelated credentials are requested.
持久化与权限
always:false and no install steps — the skill does not request permanent presence or system-level changes. It does ask the agent to remember session_id during a run, which is normal for session-based APIs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

RTK Compressor Online 1.0.0 — 首次发布 - 推出云端 AI 视频压缩工具,支持 MP4、MOV、AVI、MKV 行车记录仪/无人机素材(最大 500MB)。 - 极简流程:上传视频 → 用自然语言描述压缩或导出需求 → 30-90 秒获得 1080p MP4。 - 自动 token 管理与会话初始化,免费试用 100 积分,7 天有效期。 - 支持自然语言或文件上传,完成压缩、导出、轨道剪辑、文本/音频叠加等指令。 - 清晰的错误提示与可操作建议,涵盖上传大小、文件类型、积分余额、会话状态。 - 内置多语言关键词指令路由、会话/时间轴追踪、定时进度报告。

无害

安装命令

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

技能文档

快速开始

把视频丢给我,一句话开始 AI 压缩。
试试说:
  • “压缩我的视频”
  • “导出 1080p MP4”
  • “把这个 RTK 视频压成”

一键配置

本技能连接云端渲染后端。首次使用自动完成配置并提示“连接中…”。 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 天有效)

Session:POST /api/tasks/me/with-session/nemo_agent,Bearer 鉴权,body {"task_name":"project"},保存返回的 session_id。 配置完成提示“Ready!”,不暴露 token 与原始 API 输出。

# RTK Compressor Online — 把 RTK 视频压缩成 MP4 上传 → 描述 → 下载。500 MB 无人机/行车记录仪 MP4,30-90 秒出 1080p 高画质小文件。长视频先剪短,压缩更快。

指令与动作对照

| 用户说… | 动作 | 跳过 SSE? | |---------|------|------------| | “export/导出/download/发我视频” | → §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 秒返回下载链接。 请求头必须Authorization: Bearer 及技能归因:
  • X-Skill-Source: rtk-compressor-online
  • X-Skill-Version: 1.0.0
  • X-Skill-Platform: clawhub/cursor/unknown

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
支持格式:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4a、aac。

错误码

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