Seedance 2 Image To Video

v1.0.1

Get a polished MP4 from a single still image using seedance-2-image-to-video, a skill built around ByteDance's Seedance 2 model. Upload a photo, describe the...

0· 75·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (image→video using Seedance 2) align with required pieces: a single service token (NEMO_TOKEN), session handling, upload and render endpoints. The declared configPath (~/.config/nemovideo/) and primaryEnv (NEMO_TOKEN) are coherent with a cloud-rendering backend.
Instruction Scope
SKILL.md instructs the agent to check/create an anonymous token, create and reuse a session_id, upload user files, stream server-sent events, and poll render status. These actions are expected for a cloud image→video pipeline but do mean user files and metadata will be transmitted to an external API and the skill will persist a token/session for subsequent calls. The skill also reads its own frontmatter and detects install paths for attribution — behavior declared in the YAML metadata.
Install Mechanism
No install spec and no code files — instruction-only skill. Lowest installation risk (nothing is written to disk by an installer).
Credentials
Only one required env var (NEMO_TOKEN) — appropriate for a third‑party API. The instructions will generate an anonymous token automatically if NEMO_TOKEN is not present and instruct storing/using it, which is reasonable but means a credential may be created/stored without an explicit user-provided key. No other unrelated secrets are requested.
Persistence & Privilege
always:false and standard autonomous invocation settings. The skill will persist a token/session_id for reuse (normal for session-based APIs) but does not request elevation or modify other skills. Consider that persisted tokens grant the third-party API ongoing access until expiry/revocation.
Assessment
This skill appears internally consistent with its purpose, but it sends uploaded images and metadata to a third‑party endpoint (mega-api-prod.nemovideo.ai) and will create/store an anonymous NEMO_TOKEN if you don't provide one. Before installing: 1) Avoid uploading sensitive or private images to this service. 2) Prefer supplying your own API token only if you trust the provider; otherwise be aware anonymous tokens are created and valid for a limited time. 3) Confirm the service's legitimacy and privacy/terms (no homepage provided here). 4) If you need stricter control, disable the skill or require explicit consent before uploads and token storage.

Like a lobster shell, security has layers — review code before you run it.

latestvk973d4whesxadyfge0gcwwfmxs84e2es

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎞️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments