← Back to Skills Marketplace
steampunk-transform-video-gen-seedance2-0
by
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install steampunk-transform-video-gen-seedance2-0
Description
Rebuild any brief into Victorian-industrial steampunk: brass, wood, steam plumes, visible mechanisms—WeryAI Seedance 2.0 only. Use when you need retro-factor...
Usage Guidance
This skill appears to be a legitimate Node.js wrapper for WeryAI video generation, but take these precautions before installing or using it:
- Review scripts/video_gen.js yourself (or ask a trusted reviewer). The script will read any local image path you pass and upload it to WeryAI using your WERYAI_API_KEY; do not provide local file paths unless you explicitly consent and have verified the script behavior.
- Follow the SKILL.md instruction to require explicit confirmation showing the full expanded prompt and ensure the model field is set to SEEDANCE_2_0. The script itself does not enforce that model allowlist — accidental use of other model keys is possible if the agent or operator supplies them.
- Treat WERYAI_API_KEY as a secret. Use a scoped or short-lived key if possible, and run generation from an isolated account/container for sensitive content.
- Prefer supplying public https image URLs (the script enforces that for remote images). If you must use a local file, verify the filename and that it is intended for upload.
- If you want stronger safeguards, modify the script to: (1) enforce model === "SEEDANCE_2_0" at runtime, and (2) require an explicit interactive confirmation before reading any local path (or disable local-file upload entirely).
Given the documented local-file upload behavior and the model-enforcement gap, proceed only if you trust the skill source and follow the above mitigations.
Capability Analysis
Type: OpenClaw Skill
Name: steampunk-transform-video-gen-seedance2-0
Version: 1.0.0
The skill bundle contains a Node.js script (scripts/video_gen.js) that can read local files and upload them to an external API (api-growth-agent.weryai.com). While this behavior is disclosed in SKILL.md and resources/WERYAI_VIDEO_API.md as a feature for image-to-video generation, it constitutes a high-risk capability for data exfiltration. The script lacks strict validation to prevent reading non-image files if a path is provided to the 'image' parameter. Although no clear evidence of intentional malice was found, the ability to transmit local filesystem content to a remote endpoint (IOC: api-growth-agent.weryai.com) is a significant security concern.
Capability Assessment
Purpose & Capability
Name/description, required binary (node), and required env (WERYAI_API_KEY) align with a WeryAI video-generation wrapper. The package asks for only the WERYAI_API_KEY and Node 18+, which is proportionate. One coherence issue: SKILL.md mandates callers must use the SEEDANCE_2_0 model and show it in confirmation, but scripts/video_gen.js explicitly documents that it does not enforce a model allowlist — this leaves enforcement to the agent/operator rather than the code itself.
Instruction Scope
SKILL.md stays on scope (prompt expansion, confirmation, then running the CLI). It documents and limits actions (requires explicit consent before local file upload). However, the runtime instructions plus the script mean that if the agent or operator passes a local path the CLI will read that file and upload it to WeryAI (using the API key). That behavior is documented but is a sensitive operation (local file read + remote upload) and requires explicit human consent — if the agent auto-supplies or auto-discovers paths, private files could be exposed.
Install Mechanism
Instruction-only skill with a shipped Node script; no install spec or remote downloads. No archive or external installer is used, so nothing arbitrary is pulled from the network at install time.
Credentials
Only WERYAI_API_KEY is required and is the primary credential; this matches the skill's stated purpose (calling WeryAI models and upload endpoint). No unrelated credentials or env variables are requested.
Persistence & Privilege
always:false (not forced into every agent run). The skill does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with unusual privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install steampunk-transform-video-gen-seedance2-0 - After installation, invoke the skill by name or use
/steampunk-transform-video-gen-seedance2-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
steampunk-transform-video-gen-seedance2-0 v1.0.0
- Initial release of steampunk video transformation skill for WeryAI Seedance 2.0.
- Transforms user briefs or images into cinematic Victorian-industrial ("brass & gears") style short videos.
- Enforces comprehensive prompt expansion with shot details, drip-fed mechanical aesthetics, and platform framing.
- Requires WERYAI_API_KEY and Node.js 18+. Hardlocks to SEEDANCE_2_0 model; no support for other models.
- Mandatory user confirmation on fully styled prompts before video generation.
- Supports only WeryAI CLI and API structure, outputting playable video links.
Metadata
Frequently Asked Questions
What is steampunk-transform-video-gen-seedance2-0?
Rebuild any brief into Victorian-industrial steampunk: brass, wood, steam plumes, visible mechanisms—WeryAI Seedance 2.0 only. Use when you need retro-factor... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install steampunk-transform-video-gen-seedance2-0?
Run "/install steampunk-transform-video-gen-seedance2-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is steampunk-transform-video-gen-seedance2-0 free?
Yes, steampunk-transform-video-gen-seedance2-0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does steampunk-transform-video-gen-seedance2-0 support?
steampunk-transform-video-gen-seedance2-0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created steampunk-transform-video-gen-seedance2-0?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.
More Skills