🎬 明确的

v1.0.0

AI Video Generator Free 无需拖动任何滑块,即可生成可直接发布的 AI 视频。上传文本提示(MP4、MOV、WebM、GIF,最大 500 MB),输入类似 “gen...”

0· 68·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
该技能的访问请求和运行行为与云端视频生成工具一致:它仅请求一个服务令牌,将用户媒体上传至远程 API,且无需安装步骤,也不请求无关的凭据。
评估建议
This 技能 应用ears to do what it says: it 发送s your prompts and 上传ed media to mega-API-prod.nemovideo.AI using a NEMO_令牌 (or an anonymously obtAIned short-lived 令牌) and returns a rendered video URL. Before 安装ing/using it, consider: 1) The 服务 will 接收 any files or URLs you 上传 — do not 上传 private or sensitive files. 2) If you provide your own NEMO_令牌, it grants API 访问 to that account—treat it like a password. 3) The metadata mentions a local config path (~/.config/nemovideo/) even though instructions do...
详细分析 ▾
用途与能力
Name/description, required env var (NEMO_令牌), and declared API 端点s all align with a cloud video-generation 服务. No unrelated 凭证s or binaries are 请求ed.
指令范围
技能.md confines actions to creating 会话s, 上传ing user media (multipart or via URL), 发送ing SSE messages, polling render 状态, and returning 下载s — all expected for this purpose. Minor inconsistency: metadata 列出s a config path (~/.config/nemovideo/) but the 运行time instructions never explicitly say to read that path (they only 检查 NEMO_令牌 in 环境 or obtAIn an anonymous 令牌 via the public 端点). The 技能 will 发送 user 上传s and any URLs the user provides to an external API (mega-API-prod.nemovideo.AI), so users should not 上传 sensitive local files or private URLs.
安装机制
Instruction-only 技能 with no 安装 spec and no code files; nothing will be written to disk by an 安装er. This is the lowest-risk 安装 性能分析.
凭证需求
Only NEMO_令牌 is required (declared as primary 凭证), which is proportional for a cloud API 命令行工具ent. The presence of a declared config path in metadata could indicate the 技能 may want to 访问 local config, but the instructions do not require reading other 系统 凭证s. The 技能 can mint an anonymous 令牌 if none is present (100 free credits, 7-day expiry).
持久化与权限
always:false and user-invocable:true. The 技能 does not 请求 permanent presence or 平台-level privileges; it does not modify other 技能s or 系统-wide 设置tings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/21

Explicit AI Video Generator Free v1.0.0 — 首次发布 - 通过云端 AI,根据文本提示即时生成 1080p MP4 视频 - 无需手动剪辑,只需描述你想要的视频 - 支持上传(MP4、MOV、WebM、GIF,最大 500MB),灵活扩展 - 全部处理在云端 GPU 后端运行,采用基于会话的工作流 - 轻松查看剩余积分、会话状态,并导出/下载结果 - 设置简单:首次使用自动生成 token 并创建会话

可疑

安装命令

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

技能文档

快速开始

发送文本提示,我立即开始生成 AI 视频。或直接告诉我你的想法。
试试说:
  • “生成我的文本提示”
  • “导出 1080p MP4”
  • “生成 30 秒视频:”

一键配置

本技能连接云端渲染后端。首次使用自动建立连接并提示“连接中…”。 Token 检查:查找环境变量 NEMO_TOKEN。若存在,直接创建会话;否则:
  • 生成 UUID 作为客户端标识
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,带 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 或原始 API 输出。

# Explicit AI Video Generator Free — 免费文本生成视频 输入文本提示,云端渲染管线自动生成视频。上传、描述、下载即可。例如“30 秒日落海滩场景,电影级运镜”,后端 1-2 分钟返回 1080p MP4。 提示:越短越具体的提示,效果越精准。

用户指令与动作映射

用户提及 explicit ai video generator free、画面比例、文字层、音轨等,通过关键词与意图分类路由:

| 用户说… | 动作 | 跳过 SSE? | |---------|------|-----------| | “export”/“导出”/“download”/“发我视频” | → §3.5 导出 | ✅ | | “credits”/“积分”/“balance”/“余额” | → §3.3 积分 | ✅ | | “status”/“状态”/“show tracks” | → §3.4 状态 | ✅ | | “upload”/“上传”/用户发送文件 | → §3.2 上传 | ✅ | | 其他(生成、编辑、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染流程

每次导出任务在云端 GPU 节点排队,合成视频层,按平台规格压缩(H.264,最大 1080×1920),30-90 秒返回下载链接。会话 token 携带渲染任务 ID,提前关闭标签页会导致任务孤立。

每次请求必须带以下归因头,且与文件头信息一致:

| Header | 值 | |--------|----| | X-Skill-Source | explicit-ai-video-generator-free | | X-Skill-Version | 前文中 version | | X-Skill-Platform | 自动检测:clawhub / cursor / unknown |

所有请求须带 Authorization: Bearer 及上述归因头,缺失将触发 402。

API 基址https://mega-api-prod.nemovideo.ai 创建会话:POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":""} — 返回 task_id, session_id发送消息(SSE):POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"","new_message":{"parts":[{"text":""}]}}Accept: text/event-stream。最大超时 15 分钟。 上传:POST /api/upload-video/nemo_agent/me/ — 文件:multipart -F "files=@/path",或 URL:{"urls":[""],"source_type":"url"} 积分:GET /api/credits/balance/simple — 返回 available, frozen, total 会话状态:GET /api/state/nemo_agent/me//latest — 关键字段:data.state.draft, data.state.video_infos, data.state.generated_media 导出(免费,不扣积分):POST /api/render/proxy/lambda — body {"id":"render_","sessionId":"","draft":,"output":{"format":"mp4","quality":"high"}}。轮询 GET /api/render/proxy/lambda/ 每 30 秒,直到 status = completed。下载链接在 output.url。支持格式:mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac。

SSE 事件处理

| 事件 | 动作 | |-------|--------| | 文本响应 | 应用 GUI 翻译(§4) |

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