📦 Demo — 演示
v1.0.0CutterTurn 只需输入需求,即可将 10 分钟的产品演示录制转为 1080p 精简演示片段。无论是将冗长演示剪成紧凑……
0· 18·0 当前·0 累计
下载技能包
最后更新
2026/4/19
安全扫描
OpenClaw
安全
medium confidence该技能的需求与运行时说明大体与云端视频剪辑服务一致,但安装前需注意若干细微差异及隐私考量。
评估建议
This skill appears to do what it says: it uploads videos to a third‑party nemo-video backend and returns rendered clips. Before installing, consider: (1) Privacy — your raw demo recordings will be uploaded to https://mega-api-prod.nemovideo.ai; avoid uploading sensitive content unless you trust the service and its terms. (2) Token use — setting NEMO_TOKEN grants the skill access to your account for rendering/credits; only provide a token scoped appropriately. The skill can also request an anonym...详细分析 ▾
✓ 用途与能力
Name/description (trim demo videos into clips) align with the declared single credential (NEMO_TOKEN) and the SKILL.md which documents uploading video, creating sessions, and rendering via a nemo-video backend. Requiring a service token for a cloud render API is expected.
ℹ 指令范围
SKILL.md provides detailed, bounded instructions for creating sessions, uploading media, SSE-based editing, exporting and polling job status — all within the stated purpose. Two minor inconsistencies: the metadata lists a config path (~/.config/nemovideo/) and the text says X-Skill-Platform is detected from an install path; the instructions do not clearly explain reading local config files to populate these headers. That implies the skill may examine local paths/configs to set an attribution header (privacy surface) even though that action isn't explicitly documented in the flow.
✓ 安装机制
Instruction-only skill with no install spec and no code files — nothing will be written to disk by an installer. This is the lowest install risk.
ℹ 凭证需求
Only one credential is declared (NEMO_TOKEN), which is appropriate. The skill also defines a fallback to obtain an anonymous token by calling the external API; this is reasonable but worth noting because it results in a network request that will issue a bearer token. The presence of configPaths in metadata suggests the skill may look in ~/.config/nemovideo/ (or similar) for data; the SKILL.md does not clearly justify reading that location, so it's a small proportionality/clarity mismatch.
✓ 持久化与权限
always is false and the skill does not request persistent platform-wide privileges. It does not attempt to modify other skills or system-wide settings. The main persistent effect is creating cloud render jobs (on the provider) which may remain running if the user closes the client — documented in the SKILL.md.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/19
Demo Cutter — 初始版本 - 根据用户指令,瞬间将原始产品演示视频裁剪为 1080p 高光片段,无需手动剪辑。 - 极简流程:上传素材 → 描述需求 → 约 30–60 秒下载成片。 - 支持文件/URL 上传,多格式导出(mp4、mov、webm、gif、mp3 等),可批量处理。 - 内置积分系统,新用户赠送免费初始额度。 - API 云端渲染,实时状态推送。 - 错误提示:文件不支持、积分不足、速率限制等。
● 无害
安装命令
点击复制官方npx clawhub@latest install demo-cutter
镜像加速npx clawhub@latest install demo-cutter --registry https://cn.longxiaskill.com镜像同步中