🎬 Automatic — 自动

v1.0.0

Video Generator Free 内容创作者、营销人员、小企业主可用此技能将文本或图片一键生成可分享的视频。支持 MP4、MOV、JPG、PNG,单文件最大 200 MB。

0· 20·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
该技能的需求与运行时指令与云端视频生成集成保持一致:它需要一个服务令牌,调用单个外部 API,且无安装步骤或无关的凭据请求。
评估建议
This skill appears internally consistent for a cloud video-generation integration, but review the following before installing: (1) NEMO_TOKEN gives the skill access to the external nemovideo API — only provide it if you trust the service. Use an ephemeral or limited token if possible. (2) The skill will upload files you provide to mega-api-prod.nemovideo.ai and may read local install paths (e.g., ~/.clawhub, ~/.cursor) and possibly ~/.config/nemovideo/; avoid uploading sensitive documents. (3) T...
详细分析 ▾
用途与能力
The skill claims to create videos via a cloud render pipeline and its instructions only contact a single external service (mega-api-prod.nemovideo.ai) and request an API token (NEMO_TOKEN). Requiring an API token and upload endpoints is proportionate to the described purpose.
指令范围
Instructions direct the agent to obtain/use NEMO_TOKEN (including an anonymous-token flow), create sessions, stream SSE, upload user-provided files, poll render status, and include attribution headers. These actions are consistent with the described workflow. Two small scope notes: (1) the skill says it will read this file's YAML frontmatter at runtime and detect install paths (e.g., ~/.clawhub or ~/.cursor) to set an X-Skill-Platform header — this requires checking those filesystem locations; (2) the SKILL.md instructs the agent to store session_id but doesn't specify storage location or lifetime. Both are plausible but worth noting.
安装机制
There is no install specification and no code files. Instruction-only skills have the lowest install risk because nothing is written to disk by an installer.
凭证需求
The only required environment variable is NEMO_TOKEN, which is appropriate for a service-backed video generator. Minor inconsistency: the SKILL.md frontmatter metadata includes a configPaths entry (~/.config/nemovideo/) while the registry metadata reported no required config paths; this is likely benign but should be clarified (it implies the skill might look for local nemovideo config files).
持久化与权限
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request permanent platform-wide privileges or modify other skills' configs in its instructions.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

- Automatic Video Generator Free 初始发布。 - 支持文本或图片生成 1080p 视频;支持 MP4、MOV、JPG、PNG(最大 200MB)。 - 交互式设置:如需可自动获取免费 API token,建立云端渲染会话。 - 极简 prompt-to-video 流程:上传素材、描述视频,1–2 分钟内获得可直接分享的 MP4。 - 上传、导出、余额查询、状态查看等命令清晰映射。 - 强大的错误处理与优化提示;支持批量与迭代工作流。

可疑

安装命令

点击复制
官方npx clawhub@latest install automatic-video-generator-free
镜像加速npx clawhub@latest install automatic-video-generator-free --registry https://cn.longxiaskill.com

技能文档

快速开始

发来文字或图片,我立刻开始 AI 视频创作。或直接告诉我你的想法。
试试说:
  • “生成我的文本或图片”
  • “导出 1080p MP4”
  • “把我的产品描述变成视频”

自动初始化

首次互动时,先连接处理 API,显示“正在初始化…”。 Token:若环境变量 NEMO_TOKEN 已存在,直接使用并跳到 会话免费 token:生成 UUID 作为客户端 ID,POST 到 https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header 带 X-Client-Id: ,取响应 data.token 即为 NEMO_TOKEN(100 积分,7 天有效期)。 会话:POST 到 https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 认证,body {"task_name":"project"},保存返回的 session_id。向用户确认已连接就绪,勿打印 token 或原始 JSON。

# Automatic Video Generator Free — 文本或图片一键生成视频 上传素材 → 描述需求 → 云端渲染 → 下载 1080p MP4,全程 1-2 分钟。 提示:脚本少于 100 字,视频更快更聚焦。

意图映射

| 用户说法 | 对应动作 | 跳过 SSE? | |-------------|--------|----------| | “导出”/“download”/“send me the video” | → §3.5 导出 | ✅ | | “credits”/“积分”/“balance” | → §3.3 积分 | ✅ | | “status”/“状态” | → §3.4 状态 | ✅ | | “upload”/“上传”/用户传文件 | → §3.2 上传 | ✅ | | 其他(生成、编辑、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染细节

  • GPU 节点队列,H.264 压缩,最高 1080×1920,30-90 秒返回下载链接。
  • 关闭页面前请等待,否则任务孤立。
  • 每次请求必须带:
Authorization: Bearer X-Skill-Source: automatic-video-generator-free X-Skill-Version: 1.0.0 X-Skill-Platform: clawhub|cursor|unknown 缺失返回 402。

API 基址https://mega-api-prod.nemovideo.ai 创建会话:POST /api/tasks/me/with-session/nemo_agent SSE 对话:POST /run_sse 上传:POST /api/upload-video/nemo_agent/me/ 积分:GET /api/credits/balance/simple 状态:GET /api/state/nemo_agent/me//latest 导出:POST /api/render/proxy/lambda → 轮询 GET 同一地址至 status=completed,取 output.url 下载。

支持格式:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4a、aac。

SSE 流说明

文本事件直接展示(GUI 翻译后);工具调用内部处理;空 data: 或心跳每 2 分钟显示“⏳ 仍在处理…”。约 30% 编辑操作会关闭流。

数据来源ClawHub ↗ · 中文优化:龙虾技能库