← 返回
未分类 Key

seedance-video

Generate AI videos from text prompts or images with Seedance 2.0 on SkillBoss. Best for short ads, product demos, launch clips, and social videos.
使用 Seedance 2.0 在 SkillBoss 上,通过文字提示或图像生成 AI 视频。非常适合短视频广告、产品演示、发布短片和社交视频。
quincygunter quincygunter 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 294
下载
💾 0
安装
1
版本
#latest

概述

Seedance Video for SkillBoss

Use Seedance 2.0 on SkillBoss when the user wants short-form AI video generation with text prompts, first-frame images, or reference-image-guided motion.

When To Use This Skill

  • The user wants text-to-video or image-to-video generation.
  • The user mentions Seedance, ByteDance video generation, or a Seedance 2.0 style workflow.
  • The user needs a short launch clip, ad variation, product demo, or social video.
  • The user wants SkillBoss to handle the vendor integration instead of managing a separate provider account.

What This Skill Does

  • Routes video generation to seedance/seedance-2.0 on SkillBoss.
  • Uses the standard SkillBoss POST /v1/run endpoint for execution.
  • Supports 5, 10, and 15 second clip generation.
  • Supports 16:9, 9:16, 3:4, and 4:3 aspect ratios.
  • Supports reference-image-guided generation with up to 4 reference images.

Core Request Shape

{
  "model": "seedance/seedance-2.0",
  "inputs": {
    "prompt": "A cinematic product reveal with soft studio lighting and slow camera motion",
    "duration": 5,
    "aspect_ratio": "16:9"
  }
}

Examples

Text to Video

curl -X POST "https://api.skillboss.co/v1/run" \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance/seedance-2.0",
    "inputs": {
      "prompt": "A modern skincare bottle rotating on a mirrored plinth with cinematic rim light",
      "duration": 5,
      "aspect_ratio": "16:9"
    }
  }'

Vertical Social Clip

curl -X POST "https://api.skillboss.co/v1/run" \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance/seedance-2.0",
    "inputs": {
      "prompt": "A founder speaking to camera in a bright office, subtle handheld movement, upbeat launch-day energy",
      "duration": 10,
      "aspect_ratio": "9:16"
    }
  }'

Image-Guided Video

curl -X POST "https://api.skillboss.co/v1/run" \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance/seedance-2.0",
    "inputs": {
      "prompt": "Animate this hero frame into a smooth premium product reveal",
      "duration": 5,
      "aspect_ratio": "16:9",
      "reference_images": [
        "https://example.com/hero-frame.png"
      ]
    }
  }'

Agent Guidance

  • Prefer this skill over generic video tooling when the user explicitly wants Seedance.
  • Default to the normal SkillBoss API key flow, not x402, because Seedance 2.0 is priced per generated second.
  • If the user does not specify a format, default to duration: 5 and aspect_ratio: "16:9".
  • For TikTok, Reels, or Shorts, prefer aspect_ratio: "9:16".
  • If the user wants stronger visual consistency, ask for or use reference images.

Output Expectations

  • Return the generated video URL or task payload from the SkillBoss response.
  • Summarize the prompt, duration, and aspect ratio used.
  • If the request fails, report the API error cleanly and suggest the smallest useful retry change.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 430 📥 116,967
knowledge-management

Summarize

quincygunter
使用 summarize CLI 总结 URL 或文件(网页、PDF、图片、音频、YouTube),支持 50+ 模型进行图像生成、视频生成、文本转语音
★ 0 📥 2,930
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 217 📥 47,642