📦 演示

v1.0.0

Video Online 只需打字,即可将一段 2 分钟的软件操作录屏秒变 1080p 精致演示视频。无论是制作产品演示……

0· 18·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的请求与运行时指令与基于云的演示视频服务内部一致,但会将你的素材上传至外部 API,并存在少量元数据/信息收集行为,使用前请注意。
评估建议
This skill will upload whatever videos you provide to an external service (mega-api-prod.nemovideo.ai) and use a NEMO_TOKEN for authorization. If you don't provide a token it will automatically request an anonymous token from that service — this creates a short-lived credential and initiates network activity. Before installing/using: (1) don't upload sensitive or confidential recordings unless you trust the service; (2) consider supplying a disposable token or reviewing the provider's privacy/te...
详细分析 ▾
用途与能力
The skill's name and description (cloud video processing) match the environment variable (NEMO_TOKEN) and the documented API endpoints; requiring an API token and sending video uploads to a remote render backend is coherent for this purpose.
指令范围
The SKILL.md stays focused on session creation, SSE chat, upload, status, credits, and export flows to the stated backend. It explicitly instructs the agent to look for NEMO_TOKEN and, if missing, to obtain an anonymous token from the provider. It also describes deriving 'X-Skill-Platform' from install paths (e.g., ~/.clawhub/, ~/.cursor/skills/) and lists a config path (~/.config/nemovideo/) in its frontmatter — implying some local path checks may occur. These behaviors are plausible for telemetry/attribution but mean the skill may inspect certain local paths or runtime environment to set headers.
安装机制
This is an instruction-only skill with no install spec or code files, so nothing is written to disk by an installer. That is the lowest-risk install mechanism.
凭证需求
The skill only declares a single credential (NEMO_TOKEN), which is appropriate for a third‑party cloud service. The skill will, however, automatically request an anonymous token from the service if NEMO_TOKEN is absent (via a POST to /api/auth/anonymous-token). This is coherent for convenience but means network calls and token issuance can happen without the user pre-configuring credentials. Also the skill will upload user media to the external domain, so that is a privacy consideration.
持久化与权限
always:false and no instructions to modify other skills or system-wide agent settings. The skill appears to keep session IDs/tokens for its own operations only and does not request permanent platform-wide privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

在线演示视频 —— 初始版本 - 利用云端 GPU,一键将原始录屏生成 1080p 精美演示视频。 - 纯文本工作流:上传素材,描述剪辑(裁剪、字幕、导出),几分钟内即可下载 MP4。 - 自动完成 token/会话配置;支持匿名与注册用户,状态与错误提示清晰。 - 支持 500MB 内的主流视频、音频、图片格式;批量、迭代、快速编辑均可。 - 实时反馈处理进度、错误处理与额度管理,体验流畅。

无害

安装命令

点击复制
官方npx clawhub@latest install demo-video-online
镜像加速npx clawhub@latest install demo-video-online --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库