← 返回 Skills 市场
evolinkai

seedance-2-video-gen

作者 EvolinkAI · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
1942
总下载
5
收藏
4
当前安装
10
版本数
在 OpenClaw 中安装
/install seedance-2-video-gen
功能描述
Seedance 2.0 AI video generation via EvoLink API. Three modes — text-to-video, image-to-video (1-2 images), reference-to-video (images + videos + audio). Aut...
安全使用建议
This package largely matches its advertised purpose (EvoLink Seedance video generation) and only needs curl/jq and your EvoLink API key. However: (1) the registry lists the skill as instruction-only but the package contains an installer (bin/cli.js) and a shell script (scripts/seedance-gen.sh) — running via npx or the installer will execute code and copy files into your ~/.openclaw/skills (or another chosen path). (2) Before installing or running, open and review scripts/seedance-gen.sh and bin/cli.js to confirm they only call EvoLink endpoints (evolink.ai) and do not exfiltrate other local files or credentials. (3) If you plan to run via npx, prefer cloning the repo and inspecting files locally first or run inside a sandbox. (4) Confirm billing/usage on your EvoLink dashboard — the API key can incur charges. If you want, provide the full scripts (seedance-gen.sh) and I can scan them line-by-line for hidden endpoints or suspicious behavior.
功能分析
Type: OpenClaw Skill Name: seedance-2-video-gen Version: 2.1.0 The skill bundle provides a legitimate integration for Seedance 2.0 video generation via the EvoLink API. The installer (bin/cli.js) follows standard practices for detecting the OpenClaw environment and offers an interactive setup for the required API key, including optional persistence in shell configuration files. The core logic in scripts/seedance-gen.sh is well-implemented, using jq to securely construct JSON payloads and prevent shell injection vulnerabilities. The SKILL.md instructions are clearly aligned with the stated purpose, providing a structured flow for the AI agent to assist users without any evidence of malicious prompt injection or unauthorized data access.
能力评估
Purpose & Capability
Name, README, SKILL.md, required binaries (curl, jq) and the single env var EVOLINK_API_KEY all align with a remote video-generation API gateway (EvoLink) that needs network calls and an API key.
Instruction Scope
SKILL.md instructions are narrowly scoped to collecting generation parameters, checking EVOLINK_API_KEY, and running the bundled generation script while relaying progress lines. The instructions do not ask for unrelated credentials or system files.
Install Mechanism
Registry metadata states 'No install spec — instruction-only', but the package includes an executable installer (bin/cli.js), package.json, and a shell generation script (scripts/seedance-gen.sh). That means there is runnable code that will copy files into the user's skills directory and set executable bits — expected for an installer, but the metadata/instruction-only claim is inconsistent and warrants inspection before executing (especially via npx).
Credentials
Only EVOLINK_API_KEY is required and declared as the primary credential. No other secrets or unrelated environment variables are requested in SKILL.md or the visible code snippets.
Persistence & Privilege
The skill does not request always:true and does not appear to modify unrelated skills or system settings. The installer copies files into the OpenClaw skills directory (writes to user home), which is the expected behavior for an OpenClaw skill installer — be aware this writes files to disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seedance-2-video-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seedance-2-video-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Sync from GitHub: latest skill updates
v1.4.1
Fix: silent polling to prevent message spam during generation
v1.4.0
UX: add post-install greeting flow, soften prompt guidance to allow offering inspiration
v1.3.1
SEO: optimize description keywords
v1.3.0
Security hardening: fix metadata format (env as string array + primaryEnv), add homepage for provenance, replace all regex JSON parsing with jq, hardcode API endpoint as readonly
v1.2.1
Fix name for better search discoverability
v1.2.0
Security fix: declare EVOLINK_API_KEY env + jq/curl bin dependencies in metadata; fix duration inconsistency (4-12s everywhere)
v1.1.0
Interactive guided flow: smart intent detection, no default assumptions, user decides all parameters
v1.0.1
Fix: enable audio by default, correct duration 4-12s, max 2 images, add --no-audio flag
v1.0.0
Initial release: text-to-video, image-to-video, multi-modal reference support, auto-polling, friendly error handling
元数据
Slug seedance-2-video-gen
版本 2.1.0
许可证 MIT-0
累计安装 5
当前安装数 4
历史版本数 10
常见问题

seedance-2-video-gen 是什么?

Seedance 2.0 AI video generation via EvoLink API. Three modes — text-to-video, image-to-video (1-2 images), reference-to-video (images + videos + audio). Aut... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1942 次。

如何安装 seedance-2-video-gen?

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

seedance-2-video-gen 是免费的吗?

是的,seedance-2-video-gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

seedance-2-video-gen 支持哪些平台?

seedance-2-video-gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 seedance-2-video-gen?

由 EvolinkAI(@evolinkai)开发并维护,当前版本 v2.1.0。

💬 留言讨论