← 返回 Skills 市场
ashwinramachandran2002

SeedDance AI Video Generation

作者 Ashwin Ramachandran · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2008
总下载
2
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install seeddance-ai-video
功能描述
集成字节跳动SeedDance AI视频生成API,支持文本到视频、图片到视频等功能
安全使用建议
Before installing, verify the origin and authenticity of this skill and the 'seeddance-sdk' npm package: find the official homepage or GitHub repository and confirm the package name and maintainer. Do not provide broad or long-lived API keys until you confirm the SDK is legitimate — prefer scoped/limited keys and rotate them after testing. Be cautious about webhook URLs: callbacks will send task results to whatever endpoint you configure, so ensure your endpoint is trusted and authenticated. Because the skill metadata omits required env vars (SEEDDANCE_API_KEY, SEEDDANCE_REGION) and provides no source/homepage, treat this as unverified: either obtain more provenance (official docs or package repo) or request the skill author update metadata to declare required credentials and link the SDK source before use.
功能分析
Type: OpenClaw Skill Name: seeddance-ai-video Version: 1.0.0 The skill bundle appears benign. The `SKILL.md` provides standard instructions for installing and using a Node.js SDK for AI video generation, including dependency installation via `npm install seeddance-sdk`, configuration, and API key handling via environment variables. File system operations (reading images, writing videos) and network calls (webhooks) are demonstrated for legitimate purposes aligned with video processing. There is no evidence of prompt injection attempts against the agent, data exfiltration, persistence mechanisms, or other malicious activities within the provided files.
能力评估
Purpose & Capability
Name/description and the SKILL.md consistently describe a SeedDance Text-to-Video / Image-to-Video integration — that part is coherent. However the skill metadata claims no required environment variables or credentials, while the instructions explicitly require SEEDDANCE_API_KEY and SEEDDANCE_REGION and a local config file. The missing declaration of those credentials in metadata is an inconsistency.
Instruction Scope
The SKILL.md tells an agent to npm install 'seeddance-sdk', read local files (fs.readFileSync) and write output files, use process.env.SEEDDANCE_API_KEY and SEEDDANCE_REGION, and configure webhooks to arbitrary external endpoints. Those actions are expected for a video SDK, but the instructions reference environment variables that are not declared in the skill metadata and they allow sending callbacks to external URLs (which may expose task results). There are no instructions to access unrelated system files, but the undeclared-env-vars and webhook behavior are notable scope issues.
Install Mechanism
This is an instruction-only skill with no install spec. It recommends running 'npm install seeddance-sdk'. That is a typical install path but involves pulling a package from the public npm registry; because no code is included in the skill bundle and no homepage/source is provided, you cannot verify the package provenance from the skill alone. The absence of an explicit install spec in metadata (or a trusted release URL) reduces traceability.
Credentials
The SKILL.md requires SEEDDANCE_API_KEY and SEEDDANCE_REGION (and shows use of process.env), but the registry metadata lists no required env vars or primary credential. Requesting an API key for the service is reasonable for this functionality, but the metadata omission is a red flag: the platform and users are not being told the skill needs secrets. Also, webhooks and file uploads can transmit user data off-device — consider whether the API key or uploaded media would be accessible to third parties.
Persistence & Privilege
The skill does not request persistent or always-on privileges (always:false). It doesn't modify other skills or system-wide settings in the instructions. No elevated platform privileges are requested in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seeddance-ai-video
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seeddance-ai-video 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SeedDance AI 视频生成 1.0.0 首次发布,集成字节跳动 SeedDance AI 视频生成 API。 - 支持文本到视频、图片到视频、视频风格转换等主要功能 - 提供详细的安装与环境配置说明 - 包含 Node.js 使用示例与批量处理方法 - 支持长任务 webhook 回调与多种错误处理机制 - 附带计价标准说明与常见问题解答
元数据
Slug seeddance-ai-video
版本 1.0.0
许可证
累计安装 10
当前安装数 10
历史版本数 1
常见问题

SeedDance AI Video Generation 是什么?

集成字节跳动SeedDance AI视频生成API,支持文本到视频、图片到视频等功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2008 次。

如何安装 SeedDance AI Video Generation?

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

SeedDance AI Video Generation 是免费的吗?

是的,SeedDance AI Video Generation 完全免费(开源免费),可自由下载、安装和使用。

SeedDance AI Video Generation 支持哪些平台?

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

谁开发了 SeedDance AI Video Generation?

由 Ashwin Ramachandran(@ashwinramachandran2002)开发并维护,当前版本 v1.0.0。

💬 留言讨论