📦 Text To Video Free — 文本秒变视频
v1.0.0上传 TXT、DOCX、PDF 或直接粘贴文本(最大 500 MB),一键生成可直接分享的短视频,无需手动调节任何参数,让内容创作零门槛。
0· 67·0 当前·0 累计
下载技能包
最后更新
2026/4/13
安全扫描
OpenClaw
安全
medium confidenceThe skill's declared purpose (convert text to video) matches its runtime instructions and required credential (NEMO_TOKEN); it is an instruction-only integration that calls an external API and does not install software, but there are a few small documentation/information-flow inconsistencies to be aware of.
评估建议
This skill appears to do what it says: it will send your text/files to an external API (mega-api-prod.nemovideo.ai) to render videos and return download URLs. Before installing/using: (1) be comfortable that your content (up to 500MB) will be transmitted to that external service; avoid uploading sensitive data or secrets; (2) the skill will read an environment variable named NEMO_TOKEN if present — do not put unrelated credentials in that variable; (3) if no NEMO_TOKEN is present the skill will ...详细分析 ▾
ℹ 用途与能力
The name/description (text→video) aligns with the actions in SKILL.md: creating sessions, uploading text/files, streaming SSE updates, rendering and returning download URLs. Required credential (NEMO_TOKEN) is appropriate for an API-backed service. Minor inconsistency: the registry metadata supplied to you lists no required config paths, but the SKILL.md frontmatter includes metadata that references a config path (~/.config/nemovideo/) and install-path detection for attribution headers. That difference is a documentation mismatch but does not by itself break purpose–capability alignment.
ℹ 指令范围
All instructions stay within the video-rendering workflow (auth, session creation, SSE messaging, uploads, polling render status, download). The skill explicitly instructs how to obtain an anonymous token if NEMO_TOKEN is missing, and how to upload local files (multipart -F 'files=@/path') which legitimately requires access to user-provided files. Two items to note: (1) the SKILL.md says to detect an install path (e.g., ~/.clawhub/, ~/.cursor/skills/) to set X-Skill-Platform — that requires checking filesystem locations; (2) it instructs the agent to keep technical details out of chat, which can obscure network activity from user-visible messages. These are scope/visibility issues rather than outright abuse.
✓ 安装机制
No install spec and no code files — the skill is instruction-only. That minimizes disk-writing/execution risk.
ℹ 凭证需求
Only NEMO_TOKEN is declared as required (primaryEnv). That is proportionate for an API-backed service. The SKILL.md also supports generating an anonymous token if no NEMO_TOKEN is present (network call to the service), which is reasonable. Again, the SKILL.md frontmatter references a config path (~/.config/nemovideo/) while the registry metadata did not — a minor inconsistency to clarify.
✓ 持久化与权限
always:false (default) and no install-time persistence requested. The skill can be invoked autonomously per platform defaults, which is normal; nothing in the manifest attempts to force permanent inclusion or modify other skills' configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/13
Text to Video Free 1.0.0 — Initial Release - Instantly convert text prompts (TXT, DOCX, PDF, or pasted text up to 500MB) into ready-to-share 1080p MP4 videos. - No camera or editing skills needed — just upload your content and describe how you'd like it transformed. - Supports background music, aspect ratio, text overlays, and visual customization via guided prompts. - All processing happens on remote GPU nodes; no local install required. - Includes session management, free token on first use, job status updates, and easy download links for finished videos. - Error handling and workflow tips for a smooth editing experience.
● 无害
安装命令
点击复制官方npx clawhub@latest install text-to-video-free
镜像加速npx clawhub@latest install text-to-video-free --registry https://cn.longxiaskill.com镜像同步中