seedance

Generate AI videos from prompts and reference images via Seedance CLI.

869|203|Updated May 7, 2026
One-click install
npx skills add https://github.com/freestylefly/wesight --skill seedance-freestylefly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seedance
Source: https://github.com/freestylefly/wesight/tree/main/SKILLs/seedance
Command: npx skills add https://github.com/freestylefly/wesight --skill seedance-freestylefly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Seedance enables quick AI-powered video creation from prompts and optional reference images, dramatically reducing manual video production time.

Core Features & Use Cases

  • Text-to-video (T2V) and image-to-video (I2V) generation with optional audio synchronization.
  • Multi-reference image support, adjustable duration, and aspect ratio to fit different platforms.
  • Command-line and Node.js runtime, with environment variable ARK_API_KEY for authentication and asynchronous task polling.

Quick Start

Run the CLI script with your prompt to start a video generation task.

Frequently Asked Questions about seedance

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

FAQPage Schema
How do I generate AI video from a text prompt using a CLI workflow?

To generate AI video from a text prompt, submit your prompt string via the command-line script. The workflow handles asynchronous task submission, polls for completion, and downloads the resulting video file with progress reporting.

Can I use reference images for image-to-video generation from local paths or URLs?

Yes, image-to-video generation supports multi-source reference images from both local file paths and URLs. The system validates these inputs and incorporates them into the asynchronous video generation task to guide the output visuals.

Do I need an ARK_API_KEY to run text-to-video and image-to-video tasks?

Yes, configuring the ARK_API_KEY environment variable is required for authentication before running text-to-video or image-to-video tasks. This key validates your asynchronous task submissions to the video generation API.

What's the best way to create audio-synced AI videos with adjustable duration and aspect ratio?

The best way to create audio-synced AI videos is to use the command-line generation tool with configurable parameters. You can specify adjustable duration and aspect ratio to fit different platforms during asynchronous task submission.

Does Node.js video generation support polling for asynchronous task status?

Yes, the Node.js video generation workflow natively supports asynchronous task polling. After submitting your generation request, the script continuously checks the task status until completion before automatically downloading the final video.

Are there limitations when handling multiple reference images for AI video generation?

The workflow performs input validation on multiple reference images, ensuring local paths or URLs are accessible. While it supports multi-reference image handling, users must ensure their ARK_API_KEY has sufficient permissions and rate limits for asynchronous task submission.