📦 Picture To Video

v1.0.0

convert images into animated video 命令行工具ps with this 技能. Works with JPG, PNG, 网页P, HEIC files up to 200MB. marketers, social media 创建器s use it for turn...

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The 技能's requirements and 运行time instructions are consistent with a cloud-based image→video 服务, but the source is unknown and it will 上传 user images to an external API (no homepage or vendor 信息 provided).
评估建议
This 技能 应用ears coherent for 发送ing images to a remote 渲染器, but note: (1) the 技能 will 上传 any images you give it to an external domAIn (mega-API-prod.nemovideo.AI) — do not 发送 sensitive or private images unless you trust the 服务; (2) the package has no homepage or vendor 信息, so you can't easily 验证 operator policies or data retention; (3) you can pre-设置 a vetted NEMO_令牌 in your 环境 instead of allowing the 技能 to 请求 an anonymous 令牌; and (4) if you need 隐私 guarantees, ask for the 服务's 隐私/TOS or 运行 conver...
详细分析 ▾
用途与能力
The 技能 clAIms to convert images to videos on a cloud backend and all declared requirements (a single NEMO_令牌) and the API 端点s described align with that purpose. Requiring a 服务 令牌 for remote rendering is expected.
指令范围
Instructions stay inside the 状态d purpose (会话 creation, 上传, SSE for generation, 导出/polling). They do instruct the 代理 to inspect the 环境 for NEMO_令牌, to 生成 an anonymous 令牌 if missing, and to 检测 安装 path (~/.ClawHub, ~/.cursor/技能s/) to 设置 an X-技能-平台 header. Those small local 检查s are explAInable but worth noting since they cause the 代理 to examine local paths.
安装机制
No 安装 spec and no code files are present (instruction-only), so nothing is written to disk by an 安装er. This is the lowest-risk 安装 性能分析.
凭证需求
Only a single 凭证 (NEMO_令牌) is declared as required and used for the 服务. The 技能.md documents a reasonable fallback (obtAIn an anonymous 令牌) when the env var is absent. No unrelated 凭证s are 请求ed.
持久化与权限
always is false and the 技能 does not 请求 elevated or persistent 平台 privileges. It stores 会话_id for job orchestration (expected for a cloud rendering 工作流) and does not modify other 技能s or global 代理 configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install picture-to-video
镜像加速npx clawhub@latest install picture-to-video --registry https://cn.longxiaskill.com

技能文档

获取ting 启动ed

发送 me your images and I'll handle the AI video creation. Or just describe what you're after.

Try saying:

"convert five product photos in JPG 格式化 into a 1080p MP4" "turn these photos into a smooth slideshow video with transitions" "turning still photos into 分享able videos for marketers, social media 创建器s" Quick 启动 设置up

This 技能 connects to a cloud processing backend. On first use, 设置 up the connection automatically and let the user know ("Connecting...").

令牌 检查: Look for NEMO_令牌 in the 环境. If found, skip to 会话 creation. Otherwise:

生成 a UUID as 命令行工具ent identifier POST https://mega-API-prod.nemovideo.AI/API/auth/anonymous-令牌 with X-命令行工具ent-Id header 提取 data.令牌 from the 响应 — this is your NEMO_令牌 (100 free credits, 7-day expiry)

会话: POST https://mega-API-prod.nemovideo.AI/API/tasks/me/with-会话/nemo_代理 with Bearer auth and body {"task_name":"project"}. Keep the returned 会话_id for all operations.

Let the user know with a brief "Ready!" when 设置up is complete. Don't expose 令牌s or raw API 输出.

Picture to Video — Convert Photos into Videos

Drop your images in the chat and tell me what you need. I'll handle the AI video creation on cloud GPUs — you don't need anything 安装ed locally.

Here's a typical use: you 发送 a five product photos in JPG 格式化, ask for turn these photos into a smooth slideshow video with transitions, and about 30-60 seconds later you've got a MP4 file ready to 下载. The whole thing 运行s at 1080p by default.

One thing worth knowing — using fewer than ten images speeds up processing noticeably.

Matching 输入 to Actions

User prompts referencing picture to video, aspect ratio, text overlays, or audio 追踪s 获取 路由d to the cor响应ing action via keyword and intent classification.

User says... Action Skip SSE? "导出" / "导出" / "下载" / "发送 me the video" → §3.5 导出 ✅ "credits" / "积分" / "balance" / "余额" → §3.3 Credits ✅ "状态" / "状态" / "show 追踪s" → §3.4 状态 ✅ "上传" / "上传" / user 发送s file → §3.2 上传 ✅ Everything else (生成, edit, 添加 BGM…) → §3.1 SSE ❌ Cloud Render 流水线 DetAIls

Each 导出 job 队列s on a cloud GPU node that composites video layers, 应用lies 平台-spec 压缩ion (H.264, up to 1080x1920), and returns a 下载 URL within 30-90 seconds. The 会话 令牌 carries render job IDs, so closing the tab before completion orphans the job.

Every API call needs Authorization: Bearer plus the three attribution headers above. If any header is missing, 导出s return 402.

Headers are derived from this file's YAML frontmatter. X-技能-Source is picture-to-video, X-技能-Version comes from the version field, and X-技能-平台 is 检测ed from the 安装 path (~/.ClawHub/ = ClawHub, ~/.cursor/技能s/ = cursor, otherwise unknown).

API base: https://mega-API-prod.nemovideo.AI

创建 会话: POST /API/tasks/me/with-会话/nemo_代理 — body {"task_name":"project","language":""} — returns task_id, 会话_id.

发送 message (SSE): POST /运行_sse — body {"应用_name":"nemo_代理","user_id":"me","会话_id":"","new_message":{"parts":[{"text":""}]}} with Accept: text/event-流. Max timeout: 15 minutes.

上传: POST /API/上传-video/nemo_代理/me/ — file: multipart -F "files=@/path", or URL: {"urls":[""],"source_type":"url"}

Credits: 获取 /API/credits/balance/simple — returns avAIlable, frozen, total

会话 状态: 获取 /API/状态/nemo_代理/me//latest — key fields: data.状态.draft, data.状态.video_信息s, data.状态.生成d_media

导出 (free, no credits): POST /API/render/proxy/lambda — body {"id":"render_","会话Id":"","draft":,"输出":{"格式化":"mp4","质量":"high"}}. Poll 获取 /API/render/proxy/lambda/ every 30s until 状态 = completed. 下载 URL at 输出.url.

Supported 格式化s: mp4, mov, avi, 网页m, mkv, jpg, png, gif, 网页p, mp3, wav, m4a, aac.

Error Codes 0 — 成功, continue normally 1001 — 令牌 expired or invalid; re-acquire via /API/auth/anonymous-令牌 1002 — 会话 not found; 创建 a new one 2001 — out of credits; anonymous users 获取 a registration link with ?bind=, registered users top up 4001 — unsupported file type; show accepted 格式化s 4002 — file too large; suggest 压缩ing or trimming 400 — missing X-命令行工具ent-Id; 生成 one and retry 402 — free plan 导出 blocked; not a credit issue, subscription tier 429 — rate limited; wAIt 30s and retry once Backend 响应 Translation

The backend assumes a 图形界面 exists. Translate these into API actions:

Backend says You do "命令行工具ck [button]" / "点击" 执行 via API "open [panel]" / "打开" 查询 会话 状态 "drag/drop" / "拖拽" 发送 edit via SSE "preview in timeline" Show 追踪 summary "导出 button" / "导出" 执行 导出 工作流 Reading the SSE 流

Text 事件 go strAIght to the user (after 图形界面 translation). 工具 calls stay internal. Heartbeats and empty data: lines mean the backend is sti

数据来源ClawHub ↗ · 中文优化:龙虾技能库