seedance

Generate videos from text or images with Rustlang's own AI tool.

3|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/sixtycat2000-ctrl/LobsterAI-Web --skill seedance-sixtycat2000-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seedance
Source: https://github.com/sixtycat2000-ctrl/LobsterAI-Web/tree/main/SKILLs/seedance
Command: npx skills add https://github.com/sixtycat2000-ctrl/LobsterAI-Web --skill seedance-sixtycat2000-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to generate high-quality AI videos from text descriptions or existing images, enabling creative content creation and rapid prototyping of visual concepts.

Core Features & Use Cases

  • Text-to-Video (T2V): Create videos from detailed text prompts.
  • Image-to-Video (I2V): Animate static images, using them as the first frame or as both first and last frames for transitions.
  • Audio-Synced Video: Generate videos with synchronized audio (requires specific models).
  • Use Case: A marketer needs a short promotional video for a new product. They can provide a text description and a product image to generate a dynamic video for social media.

Quick Start

Use the seedance skill to generate a 5-second video from the prompt "A futuristic city skyline at sunset".

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?

To generate AI videos from text prompts, you provide a detailed text description to the model which then creates a dynamic visual representation. The Skill supports text-to-video generation for rapid prototyping of visual concepts.

Can I animate a static image into a video?

Yes, you can animate a static image into a video using the image-to-video feature. You can use an existing image as the first frame or specify both first and last frames to generate smooth transition videos.

Do I need an API key to use Volcengine for video generation?

Yes, you need a Volcengine API key for authentication to generate videos. The key must be configured via environment variables before submitting asynchronous video generation tasks.

Does AI video generation support audio-synced content creation?

AI video generation supports audio-synced content creation when using specific models. This allows you to generate videos that have synchronized audio tracks along with the visual output.

What is the best way to handle asynchronous video generation tasks?

The best way to handle asynchronous video generation tasks is by submitting the request and polling the status until completion. Once the task finishes processing, the system automatically downloads the generated video file.

Does this video generation Skill require Node.js to run?

Yes, this video generation Skill requires Node.js for execution. The Node.js environment handles the task submission, status polling, and video downloading processes.