🎬 Generator — 生成器

v1.0.0

编辑器生成器 无需拖动任何滑块,即可生成可直接发布的剪辑成片。上传你的视频片段(MP4、MOV、AVI、WebM,最大 500MB),然后说点什么,比如“...

0· 20·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions largely match a video-generation/editor service, but there are a few inconsistencies and behaviors you should confirm before installing (token handling, metadata mismatch, and runtime file/network access).
评估建议
This skill appears to implement a cloud video-generation/editor workflow and will upload files you provide and make network requests to mega-api-prod.nemovideo.ai. Before installing: (1) Verify the skill source/origin—this package has no homepage and an unknown owner. (2) Confirm how it stores tokens (in memory vs. on-disk ~/.config/nemovideo/) and whether it will write persistent credentials. (3) Be aware it will create an anonymous token automatically if NEMO_TOKEN is not set, meaning it can c...
详细分析 ▾
用途与能力
The name and description match the runtime instructions: calls to a remote 'nemovideo' API, session creation, file upload, SSE, and export are coherent with a cloud video editing/generation service. Minor mismatch: registry metadata lists no required config paths but the SKILL.md frontmatter declares configPaths (~/.config/nemovideo/) — that inconsistency should be clarified.
指令范围
SKILL.md instructs the agent to upload user-provided video files, create sessions, send SSE, poll render jobs, and read this file's YAML frontmatter and the agent install path to set attribution headers. All of this is explainable for the stated purpose, but reading install paths and frontmatter is extra filesystem access the skill will perform. Also, if NEMO_TOKEN is absent the skill will obtain an anonymous token by POSTing to the service — allowing network access even without a user-supplied key.
安装机制
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is downloaded or extracted by the skill at install time.
凭证需求
The skill declares a single primary env var (NEMO_TOKEN), which fits a cloud service. However SKILL.md also describes obtaining an anonymous token if NEMO_TOKEN is not present. The registry metadata omits the config path while the skill frontmatter includes it — an inconsistency about what filesystem/config access is expected. Confirm whether the skill will persist tokens to disk or only keep them in memory.
持久化与权限
always:false (normal). The skill can be invoked autonomously per platform defaults; combined with the ability to obtain an anonymous token and perform network uploads this increases runtime blast radius but is standard for service integrations. No instructions to modify other skills or system-wide settings were found.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/21

Generator Editor Generator skill, version 1.0.0 - Initial release: generate, edit, and export videos from uploaded clips using cloud AI processing. - Easy setup with automatic token and session management, including anonymous authentication if needed. - Supports common video formats (MP4, MOV, AVI, WebM, etc.) up to 500MB per file. - Interprets natural language prompts to generate highlights, edit, and export final videos as 1080p MP4. - Provides real-time progress updates and summaries after processing or editing steps. - Includes error handling for authentication, file issues, and export restrictions.

无害

安装命令

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