🎬 Ai — 人工智能

v1.0.0

无需拖动任何滑块,即可让 VideoGet 生成可直接发布的视频片段。上传文本或提示(TXT、DOCX、PDF、URL,最大 50MB),只需说……

0· 17·0 当前·0 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's declared purpose (convert text to video) aligns with its network calls and single credential request, but there are inconsistencies and privacy-relevant behaviors (filesystem detection for attribution headers, mismatched metadata, and an anonymous-token flow) that merit caution before installing.
评估建议
Before installing, consider that: (1) the skill will call mega-api-prod.nemovideo.ai and may upload files and metadata — verify you trust that service and its privacy terms; (2) it asks for or will create a NEMO_TOKEN (you can avoid using a personal long-lived token by using an ephemeral anonymous token, but the skill will request that token from the remote API and store it for the session); (3) the runtime steps include detecting install paths and reading this skill's frontmatter to populate at...
详细分析 ▾
用途与能力
The skill's name/description map to the API endpoints it calls (session, upload, render). Requesting a single service token (NEMO_TOKEN) is proportionate. However, the SKILL.md metadata lists a required config path (~/.config/nemovideo/) while the registry metadata earlier reported no required config paths — this mismatch is inconsistent and should be clarified by the author.
指令范围
The runtime instructions instruct the agent to call external APIs, upload files, store session_id and tokens, and to derive attribution headers by reading this file's YAML frontmatter and detecting install paths (e.g., ~/.clawhub, ~/.cursor/skills). Detecting install paths and reading frontmatter require accessing local filesystem state and could leak local environment details in outbound requests (X-Skill-Platform header). The skill also instructs generating an anonymous token via a remote endpoint when NEMO_TOKEN is absent — a network call that creates credentials automatically. These filesystem reads and automated token generation are outside pure ‘video generation’ logic and raise privacy considerations.
安装机制
Instruction-only skill with no install spec and no code files present — nothing is downloaded or written by an installer. This is the lowest install risk.
凭证需求
Only one env var (NEMO_TOKEN) is declared as required and is directly relevant to calling the remote video API. However, the SKILL.md both treats NEMO_TOKEN as required and supplies an anonymous-token acquisition flow if it's missing — that dual approach is inconsistent (declared required but automatically obtained), and the anonymous-token flow creates credentials server-side that the agent will store and use. That behavior should be documented and consented to explicitly.
持久化与权限
The skill does not request always:true and does not ask to modify other skills. It instructs saving a session_id and token for the session (normal for an API client). No elevated platform privileges are requested.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/21

AI to Video — Convert Text Into Video (v1.0.0) - Initial release: Instantly convert text or prompts (TXT, DOCX, PDF, URL, up to 50MB) into 1080p MP4 videos, ready to post. - Automatically connects to the cloud video generation API with session and token management (free 7-day, 100-credit tokens for anonymous users). - Supports uploading, editing, and exporting video via simple text commands or file uploads; export in multiple formats including mp4, mov, and webm. - Built-in error handling and status updates during processing, including real-time feedback for long-running tasks. - Designed for quick, no-editing-needed video production—ideal for marketers and creators who want fast turnaround.

无害

安装命令

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