seedance

Solid

Generate AI videos using Volcengine Seedance model. Supports text-to-video (T2V), image-to-video (I2V), and audio-synced video generation. Use this skill when the user wants to create or generate videos.

AI & Automation 82 stars 34 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Seedance 视频生成 使用火山引擎 Seedance 模型生成高质量 AI 视频,支持文本生成视频(T2V)、图片生成视频(I2V)、音画同步等多种创作模式。 > ✨ **Node.js 版本**:此脚本使用 Node.js 实现,无需 Python 环境。通过入口脚本自动检测 Node.js 运行时(优先使用系统 node,回退到 LobsterAI 内置运行时),Windows 和 Mac 用户都可以开箱即用。 ## 配置 - **Base URL**: `https://ark.cn-beijing.volces.com/api/v3` - **API Key**: 从环境变量 `ARK_API_KEY` 读取 - **认证方式**: `Authorization: Bearer {API_KEY}` - **SDK**: 兼容火山方舟 Python SDK ### 如何配置 API Key **方式一:通过环境变量配置(推荐)** 在终端中设置环境变量: ```bash # macOS/Linux export ARK_API_KEY="你的API密钥" # 或者添加到 ~/.zshrc 或 ~/.bashrc 以永久生效 echo 'export ARK_API_KEY="你的API密钥"' >> ~/.zshrc source ~/.zshrc ``` ```powershell # Windows PowerShell $env:ARK_API_KEY="你的API密钥" # 或者设置系统环境变量以永久生效 [System.Environment]::SetEnvironmentVariable('ARK_API_KEY', '你的API密钥', 'User') ``` **方式二:通过 LobsterAI 启动时注入** LobsterAI 会自动读取系统环境变量,确保在启动 LobsterAI 前已设置 `ARK_API_KEY`。 **如何获取 API Key:** 1. 访问火山方舟控制台:https://console.volcengine.com/ark/region:ark+cn-beijing/apikey 2. 创建新的 API Key 3. 复制密钥并设置为环境变量 ## 前置检查 **无需安装任何依赖!** 该脚本已兼容 Node.js 内置模块。 LobsterAI 已包含 Node.js 运行时,所有必要的依赖已被自动打包。Windows 和 Mac 用户无需额外配置。 ## 工作流程 Seedance 视频生成是一个异步过程: 1. **提交任务** - 调用 API 创建视频生成任务,获得 `task_id` 2. **轮询状态** - 每隔几秒查询任务状态,直到状态变为 `succeeded` 3. **下载视频** - 从 `video_url` 字段下载生成的 MP4 文件 ## 配额和限制 ### 免费额度 所有 Seedance 模型在 **default 模式(在线推理)**下提供: - **200万 token** 免费额度 - flex 模式(离线推理)无免费额度 **注意**:文档中未明确说明 200万 token 能生成多少个视频,消耗取决于视频时长、分辨率和是否使用图片/音频。建议先小批量测试。 ### 限流限制 | 模型系列 | RPM(每分钟请求数) | 并发数 | TPD(离线模式每日token) | |-----...

Details

Author
freestylefly
Repository
freestylefly/wesight
Created
3 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

seedream

Generate AI images using Volcengine Seedream model. Supports text-to-image (T2I), image editing (I2I), multi-image fusion, and web-search-based generation. Use this skill when the user wants to create, generate, or edit images.

82 Updated today
freestylefly
AI & Automation Listed

seedance-2-guide

Seedance 2.0 AI 视频生成模型的参考手册与能力地图。用于在 LibTV / 漫剧 / 视频创作场景下,快速判断 Seedance 2.0 是否适合当前任务、理解其两种工作模式(首尾帧模式 / 全能参考模式)、@符号用法、提示词黄金公式、与 Sora / Veo 的对比、以及 80+ 专业提示词模板。当用户提到「Seedance」「seedance 2.0」「视频模型选什么」「参考视频怎么传」「角色一致性」「九宫格分镜」「首尾帧」「运镜控制」「@character」「@product」等关键词,或在创作视频 / 漫剧 / 短剧 / MV / TVC 过程中需要判断模型能力边界、选择合适的生成模式时,应触发此技能。本技能是纯知识参考,不调用任何接口;生图生视频请配合 libtv-skill 使用。

0 Updated 1 weeks ago
ShuaiMXu
AI & Automation Listed

seedance-prompt-zh

为即梦 Seedance 2.0 多模态AI视频生成模型撰写高质量提示词。当用户需要使用文本、图片、视频、音频等多模态输入创作视频提示词时触发。涵盖@引用语法、运镜复刻、特效模仿、视频延长、视频编辑、音乐卡点、电商广告、短剧创作、科普教育等场景。

4 Updated today
mightyhuman101
AI & Automation Solid

muapi-seedance-2

Expert Cinema Director skill for Seedance 2.0 (ByteDance) — high-fidelity video generation using technical camera grammar and multimodal references. Supports text-to-video, image-to-video, video extension, beat-matching, dialogue, and e-commerce patterns.

3,360 Updated 1 weeks ago
SamurAIGPT
AI & Automation Solid

seedance2-api

Out-of-the-box Seedance 2.0 API skill — just one API key to generate AI videos. Builds storyboards, generates reference images with Seedream 4.5, submits video tasks, and polls results. Supports both MCP and standalone Python script mode. Use when the user mentions seedance, AI video, storyboard, or video generation.

335 Updated today
aiskillstore