✂️ Video — 视频

v1.0.0

ClipperTurn 只需输入需求,即可将10分钟采访录音转为1080p精剪视频片段。无论是从长录音中生成短视频,还是...

0· 16·0 当前·0 累计
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill’s runtime instructions generally match a cloud video-clipper service (it uses a single NEMO_TOKEN and describes upload/export APIs), but there are small inconsistencies (declared config path in the skill frontmatter vs registry metadata) and missing provenance that warrant caution before installing.
评估建议
This skill appears to be a legitimate front-end for a cloud video-rendering API and only asks for a single token (NEMO_TOKEN). Before installing: 1) Note the skill's source is unknown and there is no homepage—verify the service domain (mega-api-prod.nemovideo.ai) independently if you can. 2) The SKILL.md frontmatter mentions a config path (~/.config/nemovideo/) while the registry metadata does not — ask the author whether the skill will read that directory before granting access. 3) Be cautious ...
详细分析 ▾
用途与能力
The skill’s name and description (cloud-based video clipping/export) align with the runtime instructions (upload, SSE, render/export endpoints). Required credential NEMO_TOKEN is appropriate for a hosted API. However, SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata reports no required config paths — an internal inconsistency that could indicate sloppy packaging or unstated file access expectations.
指令范围
Instructions explicitly tell the agent to read NEMO_TOKEN from the environment (declared) or to obtain an anonymous token by POSTing to the provider’s anonymous-token endpoint (expected fallback). The skill also instructs the agent to upload user-provided files (multipart or URL) and to poll SSE/session state — all consistent with a remote render service. One potentially unnecessary instruction is to auto-detect an install path value for an attribution header (X-Skill-Platform), which may require reading the agent/install environment; the SKILL.md does not explain exactly how that detection is performed.
安装机制
This is an instruction-only skill with no install spec and no code files — lowest disk risk. Nothing is being downloaded or extracted by an installer.
凭证需求
Only one credential is declared (NEMO_TOKEN), which matches the API usage described. The skill also documents a fallback anonymous-token retrieval flow (generates a UUID and POSTs for a short-lived token) — acceptable for convenience. The mismatch between registry metadata (no configPaths) and SKILL.md frontmatter (configPaths set to ~/.config/nemovideo/) is concerning: if the skill expects to read that config directory, it may access files not declared in the registry. No other unrelated secrets or env vars are requested.
持久化与权限
The skill is not force-installed (always: false), has no install scripts, and does not request persistent system privileges. It relies on runtime calls to a remote API and normal agent invocation behavior.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

- Initial release of Video Clipper skill. - Upload raw video footage and extract custom clips by describing your desired result. - Automated cloud-based video editing with 1080p export; no manual timeline editing required. - Connects to the backend with automatic credential management, including free trial tokens and session handling. - Supports multiple video formats and workflow actions (extract clips, add text/audio, check status, and export). - Real-time feedback and error handling included for a streamlined user experience.

无害

安装命令

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