🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

seedance-video

by @modestyrichards

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.

πŸ’‘ 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"
      ]
    }
  }'

View on ClawHub
TERMINAL
clawhub install modesty-seedance-video

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’