🖼️ Image — 图像

v1.0.0

低显存视频 无需拖动任何滑块,即可生成可直接发布的动画视频片段。上传静态图片(JPG、PNG、WEBP、BMP,最大 50MB),输入类似“ani...”即可。

0· 25·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requests and runtime instructions align with its stated purpose (remote image→video rendering) and only ask for a service token; nothing requires unrelated credentials or local system-wide access.
评估建议
This skill appears to do what it says: it uploads user images to a remote rendering service and returns generated videos. Before installing, consider: 1) the skill will use or obtain a NEMO_TOKEN and store session state (tokens expire after 7 days for anonymous tokens); 2) it makes network calls to https://mega-api-prod.nemovideo.ai — if you need to audit data flows, review their privacy/retention policy because your uploaded images and any prompts are sent to that service; 3) clarify the minor ...
详细分析 ▾
用途与能力
Name/description (animate images into short videos on remote GPUs) match the runtime instructions: all network calls target a remote rendering API, uploads are supported, and an API token (NEMO_TOKEN) is required. The requested capability (NEMO_TOKEN + session management) is proportional to a cloud render service.
指令范围
The SKILL.md's runtime steps are focused on authentication, session creation, upload, SSE-based generation, and export polling — all consistent with a cloud-render workflow. Note: the doc instructs the agent to generate an anonymous token automatically if NEMO_TOKEN is not present and to store session_id/token for subsequent calls; it also says not to display raw token values. This is expected, but you should be aware tokens are created/stored and network calls are made to an external API. Also the frontmatter references a config path (~/.config/nemovideo/) and a platform-detection step (install path → X-Skill-Platform) — these are minor scope extensions (metadata/config awareness) but not suspicious on their own.
安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This is the lowest-risk install model.
凭证需求
Only one required env var (NEMO_TOKEN / primaryEnv), which is appropriate for a remote API. The instructions include a flow to obtain an anonymous token via the service if no token is present; that behavior is consistent with the declared credential. One minor inconsistency: the registry metadata summary at the top reported 'Required config paths: none', but the SKILL.md frontmatter lists a configPaths entry (~/.config/nemovideo/). This mismatch should be clarified (does the skill read that path or merely declare it?)
持久化与权限
Skill is not always:true and does not request elevated platform privileges. It stores session state/tokens for its own operation (normal). Autonomous invocation is allowed (default) but not combined with other broad permissions, so risk is standard for an agent-invokable connector.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

- Initial release of Image to Video Low VRAM: turn still images (JPG, PNG, WEBP, BMP, up to 50MB) into 720p MP4 video clips using remote cloud GPUs, optimized for budget hardware. - Simple setup: connects automatically and handles free API token acquisition; no manual installation or GPU required. - Supports quick workflows: upload image, describe the desired animation, and download the generated video in ~1–3 minutes. - Guided error handling with clear feedback for unsupported files, size limits, token/session expiry, and export restrictions. - Detailed session management and timeline tracking, supporting text overlays, background music, and aspect ratio adjustments via natural language. - Multiple common use cases covered: one-click quick edits, batch processing, and iterative project refinement.

无害

安装命令

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