📦 图像

v1.0.0

只需输入需求,即可将单张产品照片或风景图转化为1080p动画短片。无论是将静态图像变成短动画……

0· 21·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
下载技能包
最后更新
2026/4/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的需求和运行时指令与基于云的图像→视频服务一致:它需要一个 NEMO_TOKEN(也可匿名获取),将上传和渲染请求路由至 nemovideo.ai,无需安装步骤,也不索取无关凭据——不过在使用前需核实几处小的元数据不一致和隐私问题。
评估建议
This skill appears to do what it says: it sends your images to an external rendering service (mega-api-prod.nemovideo.ai) and requires or will obtain a NEMO_TOKEN to run jobs. Before installing or invoking it, consider: (1) Privacy — your images and any metadata will be uploaded to nemovideo.ai; avoid sending sensitive or private images unless you trust the service and its retention policy. (2) Token behavior — if NEMO_TOKEN is not present the skill will call the service to create an anonymous t...
详细分析 ▾
用途与能力
The declared purpose (convert images to short videos via a cloud pipeline) matches the required env var (NEMO_TOKEN) and the API endpoints and workflows described. One minor inconsistency: the top-level registry metadata listed no required config paths, but the skill's frontmatter metadata includes a configPaths entry (~/.config/nemovideo/). This appears to be a metadata mismatch rather than a functional mismatch with the stated purpose.
指令范围
Instructions stay within the conversion/rendering domain (auth, session creation, upload, SSE, export polling). They explicitly instruct the agent to look for NEMO_TOKEN, call the anonymous-token endpoint if absent, maintain a session_id, and include attribution headers. The skill also instructs detecting install path and reading the skill frontmatter for version (filesystem reads) to populate X-Skill-Platform/X-Skill-Version headers — this filesystem probing is for attribution and not essential to the core conversion task, so it is noteworthy but not necessarily malicious.
安装机制
No install spec and no code files — instruction-only skill. This is the lowest-risk install profile; nothing is written to disk by an installer or downloaded during installation.
凭证需求
Only a single credential (NEMO_TOKEN) is declared as required/primary, which is proportional to a cloud API client. The skill will also attempt to obtain an anonymous token via the nemovideo.ai auth endpoint if NEMO_TOKEN is not present — that behavior is reasonable but should be understood (it creates a short-lived anonymous token on your behalf). There are no unrelated credentials requested.
持久化与权限
always is false, there is no install-time persistence or requests to modify other skills or global settings. The skill keeps session state during an active conversation (session_id) as required for the workflow; this is scoped to runtime and not permanent system privilege.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/26

初始版本:使用 AI 将静态图像生成视频片段,通过简单文本指令即可控制。 - 上传产品或风景照片,30–60 秒内生成 1080p MP4 视频片段。 - 零门槛界面:无需手动时间轴编辑或导出设置。 - 自动云端后端配置;用户认证与会话管理完全透明。 - 支持直接输入指令完成导出、余额、状态、上传等操作。 - 稳健错误处理,针对常见问题与配额限制给出清晰反馈。 - 导出支持多种视频、图像与音频格式。

无害

安装命令

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