← 返回 Skills 市场
tk8544-b

Image To Video Jiggle

作者 tk8544-b · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install image-to-video-jiggle
功能描述
Turn a single portrait photo or product image into 1080p looping animated clips just by typing what you need. Whether it's turning static photos into jigglin...
使用说明 (SKILL.md)

Getting Started

Got still images to work with? Send it over and tell me what you need — I'll take care of the AI motion animation.

Try saying:

  • "animate a single portrait photo or product image into a 1080p MP4"
  • "make this photo jiggle and bounce like a looping animated video"
  • "turning static photos into jiggling motion videos for social media for TikTok creators"

Getting Connected

Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".

If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:

  • Generate a UUID as client identifier
  • POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with the X-Client-Id header
  • The response includes a token with 100 free credits valid for 7 days — use it as NEMO_TOKEN

Then create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.

Tell the user you're ready. Keep the technical details out of the chat.

Image to Video Jiggle — Animate Photos into Motion Clips

This tool takes your still images and runs AI motion animation through a cloud rendering pipeline. You upload, describe what you want, and download the result.

Say you have a single portrait photo or product image and want to make this photo jiggle and bounce like a looping animated video — the backend processes it in about 20-40 seconds and hands you a 1080p MP4.

Tip: images with clear subjects and simple backgrounds produce the cleanest jiggle effect.

Matching Input to Actions

User prompts referencing image to video jiggle, aspect ratio, text overlays, or audio tracks get routed to the corresponding action via keyword and intent classification.

User says... Action Skip SSE?
"export" / "导出" / "download" / "send me the video" → §3.5 Export
"credits" / "积分" / "balance" / "余额" → §3.3 Credits
"status" / "状态" / "show tracks" → §3.4 State
"upload" / "上传" / user sends file → §3.2 Upload
Everything else (generate, edit, add BGM…) → §3.1 SSE

Cloud Render Pipeline Details

Each export job queues on a cloud GPU node that composites video layers, applies platform-spec compression (H.264, up to 1080x1920), and returns a download URL within 30-90 seconds. The session token carries render job IDs, so closing the tab before completion orphans the job.

Base URL: https://mega-api-prod.nemovideo.ai

Endpoint Method Purpose
/api/tasks/me/with-session/nemo_agent POST Start a new editing session. Body: {"task_name":"project","language":"\x3Clang>"}. Returns session_id.
/run_sse POST Send a user message. Body includes app_name, session_id, new_message. Stream response with Accept: text/event-stream. Timeout: 15 min.
/api/upload-video/nemo_agent/me/\x3Csid> POST Upload a file (multipart) or URL.
/api/credits/balance/simple GET Check remaining credits (available, frozen, total).
/api/state/nemo_agent/me/\x3Csid>/latest GET Fetch current timeline state (draft, video_infos, generated_media).
/api/render/proxy/lambda POST Start export. Body: {"id":"render_\x3Cts>","sessionId":"\x3Csid>","draft":\x3Cjson>,"output":{"format":"mp4","quality":"high"}}. Poll status every 30s.

Accepted file types: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

Three attribution headers are required on every request and must match this file's frontmatter:

Header Value
X-Skill-Source image-to-video-jiggle
X-Skill-Version frontmatter version
X-Skill-Platform auto-detect: clawhub / cursor / unknown from install path

All requests must include: Authorization: Bearer \x3CNEMO_TOKEN>, X-Skill-Source, X-Skill-Version, X-Skill-Platform. Missing attribution headers will cause export to fail with 402.

Error Codes

  • 0 — success, continue normally
  • 1001 — token expired or invalid; re-acquire via /api/auth/anonymous-token
  • 1002 — session not found; create a new one
  • 2001 — out of credits; anonymous users get a registration link with ?bind=\x3Cid>, registered users top up
  • 4001 — unsupported file type; show accepted formats
  • 4002 — file too large; suggest compressing or trimming
  • 400 — missing X-Client-Id; generate one and retry
  • 402 — free plan export blocked; not a credit issue, subscription tier
  • 429 — rate limited; wait 30s and retry once

SSE Event Handling

Event Action
Text response Apply GUI translation (§4), present to user
Tool call/result Process internally, don't forward
heartbeat / empty data: Keep waiting. Every 2 min: "⏳ Still working..."
Stream closes Process final response

~30% of editing operations return no text in the SSE stream. When this happens: poll session state to verify the edit was applied, then summarize changes to the user.

Translating GUI Instructions

The backend responds as if there's a visual interface. Map its instructions to API calls:

  • "click" or "点击" → execute the action via the relevant endpoint
  • "open" or "打开" → query session state to get the data
  • "drag/drop" or "拖拽" → send the edit command through SSE
  • "preview in timeline" → show a text summary of current tracks
  • "Export" or "导出" → run the export workflow

Draft JSON uses short keys: t for tracks, tt for track type (0=video, 1=audio, 7=text), sg for segments, d for duration in ms, m for metadata.

Example timeline summary:

Timeline (3 tracks): 1. Video: city timelapse (0-10s) 2. BGM: Lo-fi (0-10s, 35%) 3. Title: "Urban Dreams" (0-3s)

Tips and Tricks

The backend processes faster when you're specific. Instead of "make it look better", try "make this photo jiggle and bounce like a looping animated video" — concrete instructions get better results.

Max file size is 200MB. Stick to JPG, PNG, WEBP, HEIC for the smoothest experience.

Export as MP4 for widest compatibility across TikTok, Instagram, and YouTube Shorts.

Common Workflows

Quick edit: Upload → "make this photo jiggle and bounce like a looping animated video" → Download MP4. Takes 20-40 seconds for a 30-second clip.

Batch style: Upload multiple files in one session. Process them one by one with different instructions. Each gets its own render.

Iterative: Start with a rough cut, preview the result, then refine. The session keeps your timeline state so you can keep tweaking.

安全使用建议
This skill appears to do what it says: it uploads images to nemovideo's cloud API, creates a session, renders a looping MP4, and returns a download URL. Before installing: 1) Be aware that any image you upload will be sent to https://mega-api-prod.nemovideo.ai — review the service's privacy/retention policy or avoid uploading sensitive images. 2) NEMO_TOKEN is the main credential: only provide a scoped or disposable token if possible; the skill will also generate an anonymous token if none is provided. 3) Note the small metadata mismatch (SKILL.md mentions a config path that registry metadata does not); this is likely benign but worth verifying. 4) The skill is instruction-only (no local install), so its primary risk is remote data handling — verify the domain and prefer temporary tokens or explicit consent for uploads. If you need higher assurance, ask the publisher for a homepage/privacy policy or test with non-sensitive images and a disposable token first.
功能分析
Type: OpenClaw Skill Name: image-to-video-jiggle Version: 1.0.0 The skill is a legitimate integration for an AI video animation service hosted at nemovideo.ai. It manages authentication via the NEMO_TOKEN environment variable or an anonymous token flow, handles file uploads, and interacts with a cloud rendering pipeline using standard REST and SSE endpoints. The instructions in SKILL.md are consistent with the stated purpose of converting images to video and do not exhibit signs of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description match the actions described in SKILL.md (upload image, create session, request render, download MP4). Required credential (NEMO_TOKEN) is appropriate for a cloud API. Minor inconsistency: SKILL.md declares a config path (~/.config/nemovideo/) in its frontmatter, but the registry metadata lists no required config paths.
Instruction Scope
The instructions remain focused on the image-to-video flow (session creation, SSE for edits, upload endpoint, render endpoint). They explicitly instruct generating an anonymous token if no NEMO_TOKEN is present and uploading user files to the remote service — this is expected but important to note because user images are sent to an external API. The SKILL.md does not mention data retention, privacy, or allowed content.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest filesystem/execution risk. All network activity is via the described HTTPS API endpoints.
Credentials
Only NEMO_TOKEN is requested as an environment credential, which is proportionate. The SKILL.md frontmatter also lists a config path (~/.config/nemovideo/) — registry metadata omitted that, which is an inconsistency to be aware of. The skill will also create/hold a session_id and may call an anonymous-token endpoint on your behalf if no token exists.
Persistence & Privilege
The skill does not request always:true or system-wide changes. It requires normal session state for rendering but does not ask to modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-to-video-jiggle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-to-video-jiggle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of "Image to Video Jiggle" (v1.0.0): - Animate single portrait or product photos into 1080p looping videos using natural language prompts. - Simple, fast workflow: upload a still image, describe the animation, and get a downloadable MP4 in 20–40 seconds. - No need for manual timeline editing or complex export settings. - Credits-based API access with anonymous or authenticated session support. - Supports a wide range of file formats (jpg, png, mp4, mov, etc.) and outputs social-media-ready video clips. - Automatic handling of user intents such as export, credits balance checks, and video state previews.
元数据
Slug image-to-video-jiggle
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Image To Video Jiggle 是什么?

Turn a single portrait photo or product image into 1080p looping animated clips just by typing what you need. Whether it's turning static photos into jigglin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Image To Video Jiggle?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-to-video-jiggle」即可一键安装,无需额外配置。

Image To Video Jiggle 是免费的吗?

是的,Image To Video Jiggle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Image To Video Jiggle 支持哪些平台?

Image To Video Jiggle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Image To Video Jiggle?

由 tk8544-b(@tk8544-b)开发并维护,当前版本 v1.0.0。

💬 留言讨论