seedance

Generate AI videos from text prompts via the Volcengine Seedance API.

5.8k|918|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/netease-youdao/LobsterAI --skill seedance-netease-youdao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seedance
Source: https://github.com/netease-youdao/LobsterAI/tree/main/SKILLs/seedance
Command: npx skills add https://github.com/netease-youdao/LobsterAI --skill seedance-netease-youdao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Seedance video generation solves the challenge of turning textual prompts into high-quality AI-driven videos, enabling rapid visual creation without traditional animation pipelines.

Core Features & Use Cases

  • Supports text-to-video (T2V) for narrative prompts
  • Supports image-to-video (I2V) using reference frames
  • Includes audio-enabled workflows and multiple Seedance model variants

Quick Start

Provide a text prompt and optional reference images to generate an AI video with Seedance.

Frequently Asked Questions about seedance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI videos from text prompts without traditional animation pipelines?

You can generate AI videos from text prompts using the Seedance API to enable rapid visual creation without traditional animation. It supports text-to-video (T2V) workflows by submitting narrative prompts to produce high-quality AI-driven video outputs.

Can I use reference images to generate AI videos?

Yes, you can use reference images to generate AI videos. The skill supports image-to-video (I2V) workflows by allowing you to provide optional reference frames alongside your prompts to guide the visual output.

Does Seedance video generation support audio-enabled workflows?

Seedance video generation supports audio-enabled workflows across multiple Seedance model variants. You can submit generation requests that include audio capabilities to produce videos with synchronized audio elements.

How do I authenticate API requests when generating AI videos with Node.js?

To authenticate API requests for generating AI videos, the Node.js script reads the ARK_API_KEY from environment variables. This key is required to communicate with the Volcengine Seedance API to submit, monitor, and download results.

What is the process to submit, monitor, and download AI video generation results?

The process to submit, monitor, and download AI video generation results involves a Node.js script communicating with the Volcengine Seedance API. It handles the entire lifecycle from submitting the prompt to polling for completion and downloading the final video.

Do I need specific environment variables to run the Seedance video generation script?

You need the ARK_API_KEY environment variable configured to run the Seedance video generation script. This variable is essential for authenticating with the Volcengine Seedance API to successfully submit and retrieve video generation tasks.