🎬 Video — 视频

v1.0.0

在线生成 只需输入文字,即可将简短的产品演示场景描述转化为可直接分享的 1080p 视频。无论是文本生成视频……

0· 15·0 当前·0 累计
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill mostly behaves like a text→video client (network calls, uploads, session tokens) but contains small metadata inconsistencies and asks the agent to transmit user content and create anonymous tokens against an external API — review before installing.
评估建议
This skill will upload your prompts and any files you provide to an external service (mega-api-prod.nemovideo.ai) and will request or mint short-lived tokens to operate. That behavior is consistent with a cloud video-generation tool, but you should: (1) avoid sending sensitive content (private data, secrets, PII) to the service; (2) prefer using an anonymous token or a dedicated limited-scope token rather than a long-lived production token; (3) ask the publisher for the official homepage, privac...
详细分析 ▾
用途与能力
Name/description (text→video) match the runtime instructions (upload, SSE, render, export). Requiring NEMO_TOKEN is expected. However the skill frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata reported none — this mismatch is inconsistent. The skill also provides an anonymous-token fallback if NEMO_TOKEN is absent, which is plausible but makes the declared 'required env var' semantics a bit ambiguous.
指令范围
SKILL.md explicitly instructs the agent to: check environment for NEMO_TOKEN, optionally POST to an external auth endpoint to obtain an anonymous token, create sessions, upload files (multipart or URL), and stream SSE responses. All of this is coherent with video generation. The important runtime behavior is that user prompts/files are sent to https://mega-api-prod.nemovideo.ai — this is expected but has privacy implications. The instructions are somewhat vague about the exact attribution headers (mentions 'three attribution headers above') and about how long tokens/sessions are persisted.
安装机制
Instruction-only skill with no install spec or code files — lowest install risk. Nothing written to disk by an install step in the package itself.
凭证需求
Only one declared env var (NEMO_TOKEN) — appropriate for a cloud API client. However the SKILL.md will obtain an anonymous token by calling the service if NEMO_TOKEN is missing, so the practical need for providing your own token is optional. The frontmatter's mention of a config path (~/.config/nemovideo/) (missing from registry metadata) suggests the skill may try to read user config for attribution — this should be clarified before trusting it with sensitive config files.
持久化与权限
No 'always: true'. The skill instructs keeping session_id in memory for operations but does not request system-wide persistent privileges. Autonomous invocation is allowed by default but not combined here with elevated privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

- Initial release of Video Generation Online: create and download 1080p videos from text prompts or images in 1–2 minutes. - Automatic cloud backend setup with secure, token-based authentication (100 free credits for new users). - Supports text-to-video, quick edits, and batch/bulk video processing workflows without complex timelines or export steps. - File uploads, session state, exports, and credits management streamlined via one unified interface. - Includes clear error handling, supported formats (mp4, mov, jpg, etc.), and detailed prompt/action routing.

无害

安装命令

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