🖼️ Best Image To Video Ai — 静态图像转动画视频
v1.0.0将静态图像(JPG、PNG、WEBP、HEIC,最大200MB)转换为1080p动画视频,支持文本叠加、音频和编辑,基于云端GPU渲染,30-60秒内完成。
0· 21·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidence该技能基本符合图像转视频云服务的预期,但元数据存在小不一致,上传图像到不熟悉的第三方API存在隐私风险,安装前应了解。
评估建议
["隐私风险:上传的图像发送到外部API(mega-api-prod.nemovideo.ai),仅上传信任服务的非敏感照片。","令牌安全:仅提供可信任的NEMO_TOKEN,测试时优先使用匿名令牌流。","元数据不匹配:确认技能是否读取本地配置(~/.config/nemovideo/),注册元数据中省略了这一点。","先使用非敏感图像测试,验证服务域和预期头部。如需更高的保证,请要求发布者提供隐私政策、主页或源代码进行审查。"]...详细分析 ▾
ℹ 用途与能力
The name/description (convert still images to animated MP4s) aligns with the declared requirement of a single service token (NEMO_TOKEN) and the SKILL.md's API calls to nemovideo.ai. However, the frontmatter metadata includes a configPaths entry (~/.config/nemovideo/) while the registry metadata lists no required config paths — a mismatch that should be clarified.
✓ 指令范围
The SKILL.md only instructs network interactions (auth, session creation, SSE, upload, export) and file uploads which are expected for a cloud render service. It does not instruct reading unrelated system files or unrelated credentials. Minor scope note: it asks to auto-detect an install/platform path for an X-Skill-Platform header which could require inspecting the runtime environment.
✓ 安装机制
No install spec and no code files — lowest install risk. The skill is instruction-only and performs HTTP requests at runtime; nothing is downloaded or written by an installer.
ℹ 凭证需求
Only one credential (NEMO_TOKEN) is declared as required, which is proportionate for an API-backed render service. The frontmatter's configPaths hint that the skill might also read a local config (~/.config/nemovideo/), but the rest of the document does not explain why — ask the publisher whether local config access is needed.
✓ 持久化与权限
always is false and the skill does not request persistent/privileged platform-wide changes. It uses tokens/sessions scoped to the service; autonomous invocation is default but not combined with other high-risk flags.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/11
["发布Best Image to Video AI技能。","支持上传JPG、PNG、WEBP或HEIC图像(最大200MB),转换为1080p动画MP4视频,耗时30-60秒。","完全基于云端,无需本地安装,运行于远程GPU。","自动令牌管理,新用户免费试用信用,会话建立无缝。","支持导出、视频编辑、文本叠加和音频通过直观提示。","包含详细错误处理、会话跟踪和导出工作流指南。"]
● 无害
安装命令
点击复制官方npx clawhub@latest install best-image-to-video-ai
镜像加速npx clawhub@latest install best-image-to-video-ai --registry https://cn.longxiaskill.com
技能文档
SKILL.md 中文翻译(由于原始内容太长且包含大量代码块、命令行指令和 Markdown 格式,以下仅提供简要翻译,保留关键信息)