← 返回 Skills 市场
seedance2.0
作者
Chen Meiyi
· GitHub ↗
· v1.0.1
· MIT-0
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install seedance-2-0
功能描述
字节跳动 Seedance 2.0 AI 视频生成技能,支持文生图、文生视频,提供申请指南和快速生成封装
安全使用建议
Do not install or run this skill without clarifying these mismatches. Specifically:
- Confirm provenance: ask the publisher for source/origin (homepage, repo) and why metadata claims 'instruction-only' while the bundle contains code and node_modules.
- Verify required credentials and install steps: the skill needs ARK_API_KEY and ARK_BASE_URL and requires Node/Bun to run; these should be declared in the registry metadata before use.
- Audit seedance2.0.ts: inspect the TypeScript code to confirm it only calls the expected Seedance endpoints and does not exfiltrate other environment variables or arbitrary files.
- Be cautious with .env: the package includes dotenv which will load .env from the working directory and can use DOTENV_KEY to decrypt .env.vault — avoid running this skill where unrelated secrets are present.
- Run in a sandboxed environment first (isolated workspace/container) and monitor outbound network requests, filesystem writes, and which environment variables are read.
- If you proceed, provide only a scoped Ark API key with minimal privileges and do not reuse high-privilege or cloud-wide credentials.
Fixes that would raise confidence: updated registry metadata listing ARK_API_KEY and required runtime (node/bun), an explicit install spec, and a publicly verifiable source repo (or signed release) so code provenance can be validated.
功能分析
Type: OpenClaw Skill
Name: seedance-2-0
Version: 1.0.1
The skill is a functional wrapper for the ByteDance Seedance 2.0 AI video generation API, providing tools for video generation and a guide for whitelist applications. It includes a legitimate partner referral link for Volcengine (volcengine.com) and uses the 'dotenv' library for configuration management. Although the metadata and library changelogs contain anomalous future-dated entries (e.g., version 16.6.1 dated 2025), the code logic in 'seedance2.0.ts' and the included 'node_modules' is consistent with the stated purpose and lacks any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力标签
能力评估
Purpose & Capability
The SKILL.md and README state the skill calls the Ark/Volcengine Seedance API and requires ARK_API_KEY and ARK_BASE_URL. But the registry metadata lists no required environment variables, no primary credential, and no required binaries. The bundle also contains a TypeScript implementation (seedance2.0.ts) and package.json — so this is not a pure instruction-only skill as claimed. Asking for Ark API credentials and performing downloads is consistent with the described purpose, but those credentials are not declared in the skill metadata (incoherent).
Instruction Scope
SKILL.md explicitly instructs reading environment variables (ARK_API_KEY, ARK_BASE_URL) and will download generated video files to local disk. The code bundle includes dotenv which will load a .env file from the working directory (and supports encrypted .env.vault via DOTENV_KEY), but DOTENV_KEY and .env handling are not documented in the metadata. The skill's runtime behavior can therefore read local .env secrets and write files — broader scope than the registry claims.
Install Mechanism
The registry lists no install spec (labelled instruction-only) yet the package contains code, node_modules/dotenv, and a package.json; README instructs using 'bun install' and running the TypeScript script. This mismatch (no declared required binaries or install steps) is an installation/integration coherence problem. The included dependency (dotenv) is a known package; there are no suspicious external download URLs, but missing install metadata is misleading and increases risk if the runtime environment is not prepared.
Credentials
SKILL.md requires ARK_API_KEY and ARK_BASE_URL (appropriate for calling the Seedance API) but the registry metadata lists no required environment variables or primary credential. Additionally, the included dotenv library supports DOTENV_KEY and encrypted .env.vault files (not mentioned in the SKILL.md), which could cause the skill to access/decrypt local secret files if misconfigured. The absence of declared credentials and omission of DOTENV-related behavior is a proportionality/visibility problem.
Persistence & Privilege
The skill does not request always: true and does not declare modifications to other skills or system-wide settings. It will write output video files to the local workspace (documented), which is expected for a generator skill. No elevated platform privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seedance-2-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/seedance-2-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Display name changed from "seedance2.0" to "Seedance 2.0"
- No file or functionality changes detected
v1.0.0
- Initial release of Seedance 2.0 AI video generation skill.
- Guides users to apply for Seedance 2.0 whitelist via invitation link.
- Provides API wrappers for quick, template-based video generation.
- Supports configurable parameters: model selection, duration, resolution, and aspect ratio.
- Enables automatic downloading of generated videos.
- Details differences between regular and premium user privileges.
- Reads configuration from environment variables for API authentication and endpoint setup.
元数据
常见问题
seedance2.0 是什么?
字节跳动 Seedance 2.0 AI 视频生成技能,支持文生图、文生视频,提供申请指南和快速生成封装. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 seedance2.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seedance-2-0」即可一键安装,无需额外配置。
seedance2.0 是免费的吗?
是的,seedance2.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
seedance2.0 支持哪些平台?
seedance2.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 seedance2.0?
由 Chen Meiyi(@airoyi)开发并维护,当前版本 v1.0.1。
推荐 Skills