Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Byted Ind Ecom Prompt To Video

  • 6 installs
  • 411 repo stars
  • Updated August 4, 2026
  • bytedance/agentkit-samples

Byted ind-ecom prompt-to-video is a Claude skill that generates video with Seedance 2.0 on Volcano Ark from text prompts and reference images or videos.

About

This skill calls Seedance 2.0 on Volcano Ark to generate video from a text prompt and optional reference images or videos. It supports text-to-video, image-to-video using first or last frames, and multi-reference generation with up to nine images and three videos. A developer runs the bundled generate.py script with resolution, aspect ratio and duration flags; it handles local-asset upload to TOS and returns a final video URL.

  • Generates video with Seedance 2.0 on Volcano Ark from text, reference images, or reference videos
  • Supports text-to-video, image-to-video (first/last frame), and multi-reference generation (up to 9 images, 3 videos)
  • Handles local assets by uploading to TOS or falling back to base64, and polls the job to a final video URL

Byted Ind Ecom Prompt To Video by the numbers

  • 6 all-time installs (skills.sh)
  • Ranked #1,096 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

byted-ind-ecom-prompt-to-video capabilities & compatibility

Requires ARK_API_KEY and SEEDANCE_EP_ID; TOS upload needs Volc access/secret keys.

Capabilities
video generation · image generation
Use cases
video generation
Runs
Runs locally
Pricing
Bring your own API key
From the docs

What byted-ind-ecom-prompt-to-video says it does

使用 Seedance 2.0 根据提示词与参考素材生成视频。用户要把文本/参考图/参考视频变成视频时使用。
SKILL.md
多参考生成(参考图片最多 9 张、参考视频最多 3 个)
SKILL.md
最低必需: - `ARK_API_KEY` - `SEEDANCE_EP_ID`
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill byted-ind-ecom-prompt-to-video

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6
repo stars411
Last updatedAugust 4, 2026
Repositorybytedance/agentkit-samples

What it does

Generate video with Seedance 2.0 from text, reference images or reference videos and get a final video URL.

Who is it for?

Generating video from a text prompt, a first/last frame image, or reference images and videos via Seedance 2.0.

Skip if: Prompt authoring itself; the sibling product-video-prompt skill builds the prompts this skill consumes.

When should I use this skill?

The user wants to turn text, reference images, or reference videos into a video.

What you get

Returns a final generated video URL from text-to-video, image-to-video or multi-reference input.

  • Final generated video URL
  • Optional TOS-stored video

By the numbers

  • Up to 9 reference images
  • Up to 3 reference videos

Files

SKILL.mdMarkdownGitHub ↗

Seedance 2.0 文生视频/参考生成视频(byted-ind-ecom-prompt-to-video)

本 skill 用于调用火山方舟上的 Seedance 2.0 视频生成能力,支持:

  • 文生视频(仅 prompt)
  • 图生视频(首帧/首尾帧)
  • 多参考生成(参考图片最多 9 张、参考视频最多 3 个)

使用方式

在 skill 目录下执行 scripts/generate.py

参数

  • --prompt:视频文本提示词
  • --first_frame:首帧图片(URL 或本地路径)
  • --last_frame:尾帧图片(URL 或本地路径)
  • --reference_images:参考图片(URL 或本地路径,最多 9 张)
  • --reference_videos:参考视频(URL 或本地路径,最多 3 个)
  • --resolution:分辨率(如 720p1080p
  • --ratio:画幅(如 16:99:161:1adaptive
  • --duration:时长(秒)

示例

文生视频:

python3 scripts/generate.py --prompt "A cute cat playing with a ball of yarn in a sunny room" --ratio 16:9 --duration 5

图生视频(首帧):

python3 scripts/generate.py --prompt "The cat jumps" --first_frame "/path/to/cat.jpg" --ratio 16:9 --duration 5

多参考图片:

python3 scripts/generate.py --prompt "A scenic landscape" --reference_images "/path/to/img1.jpg" "/path/to/img2.jpg" --ratio 16:9

本地素材处理逻辑(重要)

  • 本地图片
  • 在“可用 TOS”时会先上传到 TOS,再使用公网 URL 参与生成。
  • 若无可用 TOS,则自动转为 data:<mime>;base64,... 形式提交。
  • 本地参考视频:建议直接提供公网 URL;如提供本地视频,需要可用 TOS 才能先上传转为公网 URL。
  • 视频输出
  • 若可用 TOS,会尝试将生成视频转存到 TOS 并输出 TOS URL。
  • 否则直接返回模型原始视频 URL(通常有时效,建议尽快下载或转存)。

环境变量

最低必需:

  • ARK_API_KEY
  • SEEDANCE_EP_ID
  • ARK_BASE_URL(可选,默认 https://ark.cn-beijing.volces.com/api/v3

如需启用 TOS 上传/转存:

  • VOLC_ACCESS_KEY
  • VOLC_SECRET_KEY
  • TOS_ENDPOINT
  • TOS_REGION
  • TOS_BUCKET
  • TOS_UPLOAD_ENABLED(可选,默认 true

输出

脚本会轮询任务直到结束,并在终端输出:

  • Final Video URL: <url>

Related skills

FAQ

What generation modes are supported?

Text-to-video, image-to-video (first/last frame), and multi-reference generation.

How many references are allowed?

Up to 9 reference images and up to 3 reference videos.

What credentials are required?

At minimum ARK_API_KEY, SEEDANCE_EP_ID and optionally ARK_BASE_URL; TOS upload needs Volc keys.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.