Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

seedance-video-gen-1-2-0Seedance 视频第 1 代 2 0

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

6,656

周安装

283

GitHub Stars

1

下载量

2,332
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seedance-video-gen-1-2-0(Seedance 视频第 1 代 2 0)
来源仓库:https://github.com/zoucdr/seedance-video-gen-1-2-0
安装命令:
openclaw skills install seedance-video-gen-1-2-0
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install seedance-video-gen-1-2-0

简介

支持多版本 Seedance 模型的视频生成与编辑辅助工具。

  • 适用于文本到视频、图像到视频的 AI 内容创作流程。
  • 可调用不同版本的 Seedance 模型,需配置对应 API 密钥和参数。
  • 安装后通过 clawhub 命令集成到 OpenClaw 环境使用。
  • 涉及版权素材时需注意授权合规与内容审核要求。seedance-video-gen-1-2-0 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
seedance-video-gen-1-2.0
version
1.0.0
description
Multi-version Seedance video generation on WeryAI (Seedance 2.0, 1.5 Pro, 1.0 Pro / Fast / Lite): text-to-video and image-to-video with version-aware limits. Defaults to Seedance 2.0 (SEEDANCE_2_0). Use when you need a Seedance clip and may switch lineage for aspect ratios, duration cap, audio, negatives, or multi-image / first-last-frame support. SEO: Seedance multi-version video; Seedance 2.0 default video-gen.
tags
[seedance, seedance-2, seedance-1-5, seedance-1, multi-version, text-to-video, image-to-video, video-gen]
metadata
{ "openclaw": { "emoji": "🎬", "primaryEnv": "WERYAI_API_KEY", "paid": true, "network_required": true, "requires": { "env": ["WERYAI_API_KEY"], "bins": ["node"], "node": ">=18" } } }
user-invocable
true

Seedance multi-version generator (default 2.0)

Generate video with Seedance 2.0, Seedance 1.5 Pro, or Seedance 1.0 variants on WeryAI. model is required in every JSON body—default model_key is SEEDANCE_2_0 unless the user explicitly picks another row in ## Model and API constraints.

Dependencies: WERYAI_API_KEY + Node.js 18+. When you run the CLI, {baseDir}/scripts/video_gen.js must exist; WERYAI_VIDEO_API.md must exist under {baseDir}/resources/ (publish or pre-use assembly). Full commands and JSON fields: see resources/WERYAI_VIDEO_API.md. No other Cursor skills required.

Choosing a Seedance version (quick map)

User intent (examples)model_keyTypical reason
Default / “Seedance” / “2.0” / best motion + audioSEEDANCE_2_0Up to 15s, generated audio, multi-image + first/last on image path
“1.5 Pro” / wider aspect set / 1080p text or imageDOUBAO_1_5_PRORich aspect_ratios, 1080p; image path: first/last yes, single image only (upload_image_limit 1)
“1.0 Pro” / classic ProDOUBAO1080p; image path: single ref, no multi-image / first-last in metadata
“1.0 Fast” / cheaper draftDOUBAO_1_PRO_FAST1080p, fast tier; image: single ref
“1.0 Lite” / multi-image on 1.x lineDOUBAO_1_LITEImage path: multi-image up to 3; no first/last in metadata

Always re-check duration, aspect_ratio, resolution, generate_audio, and whether negative_prompt is allowed for the selected model_key and channel (text vs image)—see frozen tables below.

Prerequisites

  • WERYAI_API_KEY must be set before running video_gen.js.
  • Node.js 18+; reference URLs must be public https (no local paths).
  • model is mandatory in wait --json. If the user does not specify a version, use SEEDANCE_2_0.
  • Each wait run may consume credits; re-run creates new paid tasks.

Security, secrets, and API hosts

  • WERYAI_API_KEY: Treat as a secret. Only configure it if you trust this skill's source; it is listed in OpenClaw metadata as requires.env / primaryEnv so installers know it is mandatory at runtime (never commit it inside the skill package).
  • API hosts (fixed in video_gen.js): Video tasks use https://api.weryai.com; the models list uses https://api-growth-agent.weryai.com. Child skills must not document or rely on URL environment-variable overrides—only WERYAI_API_KEY is read from the environment.
  • Higher assurance: Run generation in a short-lived or isolated environment (separate account or container), and review scripts/video_gen.js (HTTPS submit + poll loop) before production use.

Prompt expansion (mandatory)

video_gen.js does not expand prompts. Before every wait --json, turn the user's short brief into a full English production prompt.

When: Input is short or vague. Exception: The user supplies a finished long prompt within prompt_length_limit and explicitly asks you not to rewrite—still show the full text in the confirmation table.

Always add: shot size and angle; camera move or lock-off; lighting and mood; motion paced to duration; one clear payoff; framing for aspect_ratio; if generate_audio is true, describe ambience/SFX in generic words (no copyrighted music).

negative_prompt: Send only when the frozen row for that model_key and channel shows Yes. Otherwise omit the field.

Length: Stay within the selected row's prompt_length_limit (all listed: 2000).

Confirmation: The pre-submit table must include the full expanded prompt, model, and every field you will send.

Workflow

  1. Detect whether the job is text-to-video or image-to-video (including multi-image / first-last).
  2. Pick model_key: default SEEDANCE_2_0; if the user names another Seedance line, map with ## Choosing a Seedance version and the frozen tables.
  3. Validate features vs model: e.g. do not send images with more than one URL for models with support_multiple_images: false or upload_image_limit: 1.
  4. Expand prompt (mandatory) per above.
  5. Show the confirmation table (full prompt, model, duration, aspect_ratio, resolution, generate_audio, optional negative_prompt, URLs).
  6. Run node {baseDir}/scripts/video_gen.js wait --json '...'.
  7. Return videos as [Video](url) Markdown links—not inside code fences.

CLI reference

~~~sh node {baseDir}/scripts/video_gen.js models --mode text_to_video node {baseDir}/scripts/video_gen.js models --mode image_to_video node {baseDir}/scripts/video_gen.js wait --json '{"model":"SEEDANCE_2_0","prompt":"…","duration":10,"aspect_ratio":"9:16","resolution":"720p","generate_audio":true}' ~~~

Full reference: resources/WERYAI_VIDEO_API.md.

Definition of done

Done when the user gets a playable Video link or a clear error with a parameter fix. The submitted payload must match the selected model_key row. Default version behavior: SEEDANCE_2_0 when unspecified.

Boundaries (out of scope)

  • Do not send negative_prompt when the frozen row says No for that model and channel.
  • Do not exceed upload_image_limit or use multi-image when support_multiple_images is false.
  • Do not use local file paths for media; do not embed WERYAI_API_KEY values in files.
  • Do not link to weryai-model-capabilities.md or arbitrary ../references/ paths; use resources/WERYAI_VIDEO_API.md for CLI/API details.
  • Do not wrap user-facing playable URLs in Markdown code fences.

Example prompts

  • Default Seedance vertical: rainy alley, slow push-in, 10sSEEDANCE_2_0
  • Use Seedance 1.5 Pro, 1080p, 3:4, text-onlyDOUBAO_1_5_PRO
  • Seedance 1.0 Lite, three product photos in orderDOUBAO_1_LITE + images (≤3 URLs)
  • First and last frame transition, best quality → prefer SEEDANCE_2_0; DOUBAO_1_5_PRO only if user insists on 1.5 and accepts single reference constraints (see table)

Model and API constraints (frozen for this skill)

From node {baseDir}/scripts/video_gen.js models (text_to_video + image_to_video) at authoring time. Re-run after upgrades. multi_image_to_video mode returned [] on the authoring run—use image_to_video rows below for image counts and flags.

Text-to-video

model_keyTitle (API)durationsaspect_ratiosresolutionsAudionegative_promptprompt limit
SEEDANCE_2_0Seedance 2.05, 10, 159:16, 1:1, 16:9480p, 720pYesNo2000
DOUBAO_1_5_PROSeedance 1.5 Pro5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720p, 1080pYesNo2000
DOUBAO_1_PRO_FASTSeedance 1.0 Pro Fast5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720p, 1080pNoNo2000
DOUBAO_1_LITESeedance 1.0 Lite5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720pNoNo2000
DOUBAOSeedance 1.0 Pro5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720p, 1080pNoNo2000

Image-to-video

model_keydurationsaspect_ratiosresolutionsAudionegative_promptMulti-imageFirst/last frameupload_image_limit
SEEDANCE_2_05, 10, 159:16, 1:1, 16:9480p, 720pYesNoYesYes3
DOUBAO_1_5_PRO5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720p, 1080pYesYesNoYes1
DOUBAO_1_LITE5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720pNoYesYesNo3
DOUBAO5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720p, 1080pNoYesNoNo1
DOUBAO_1_PRO_FAST5, 109:16, 16:9, 4:3, 3:4, 1:1, 21:9480p, 720p, 1080pNoYesNoNo1

Recommended defaults (when user is silent)

FieldValue
modelSEEDANCE_2_0
aspect_ratio9:16 (must be allowed for that model)
duration10
resolution720p (use 1080p only when the model lists it and the user wants max sharpness)
generate_audiotrue for SEEDANCE_2_0 defaults; false for 1.0 variants unless the row allows audio and the user wants it

Scenario notes

  • Text-only: Any row in the text table; default SEEDANCE_2_0.
  • Single image: Any image row; respect upload_image_limit.
  • Several images / storyboard: Prefer SEEDANCE_2_0 or DOUBAO_1_LITE—never send multi-image payloads to models with Multi-image = No.
  • First + last frame: SEEDANCE_2_0 or DOUBAO_1_5_PRO per image metadata; confirm against WERYAI_VIDEO_API.md field names (first_frame / last_frame, image / last_image, or ordered images).
Pack: seedance-video-gen-1-2.0.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.77%
按下载量换算1,837

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills