🎬 Generator — 生成器

v1.0.0

跳过专业剪辑软件的学习曲线。只需描述你的需求——重新编辑生成的视频,调整场景顺序和节奏——即可获得……

0· 20·0 当前·0 累计
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requirements and runtime instructions are coherent with a cloud-based video re-editing service: it needs a single service token, calls a specific API, and has no install-time code to run locally.
评估建议
This skill uploads user video files to a remote service (mega-api-prod.nemovideo.ai) and requires a NEMO_TOKEN bearer token to operate. If you do not provide a token the skill will request an anonymous token from the service and use it for operations (the token is time-limited per the docs). Before installing: 1) Confirm you trust nemovideo.ai and understand their privacy/retention policy for uploaded media. 2) Recognize that providing NEMO_TOKEN grants the skill full API access to that account ...
详细分析 ▾
用途与能力
The name/description describe cloud video re-editing and the SKILL.md only requires a NEMO_TOKEN and interaction with nemovideo.ai endpoints — these are consistent with the stated purpose (uploading videos, creating sessions, SSE for edits, and exporting). No unrelated credentials or binaries are requested.
指令范围
Instructions are focused on session creation, SSE messaging, uploads, exports, polling, and presenting backend events to the user. They also instruct reading the skill frontmatter and detecting install path (~/.clawhub, ~/.cursor) and mention a local config path (~/.config/nemovideo/). Reading those local paths is reasonable for attribution but is notable because it requires filesystem access.
安装机制
No install spec or code files are present (instruction-only), so nothing is downloaded or written by an installer. This minimizes install-time risk.
凭证需求
Only one required environment variable (NEMO_TOKEN) is declared and used as the bearer token for the service; this is proportional. Minor inconsistency: the top-level metadata in the registry reported no required config paths, while the SKILL.md frontmatter lists a config path (~/.config/nemovideo/). That mismatch should be verified but does not itself indicate extra credential access.
持久化与权限
The skill is not marked always:true and does not request elevated platform privileges. It does create sessions and polls job status on the remote service, but it does not request or claim to modify other skills or global agent configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

generator-editing-generator v1.0.0 - Initial release enabling easy re-editing and export of AI-generated videos. - Supports MP4, MOV, WebM, and AVI files up to 500MB. - Automatic cloud-based editing pipeline — no installation required. - Simple prompt-based interface for scene reordering, pacing, and quick exporting. - Built-in session, token, and credits management with clear feedback messages.

无害

安装命令

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