Token导航 LogoToken导航TokenDH.com
开发external-serviceclawhub未标认证来源可访问clear审计通过

seedance-ai-video种子 AI 视频

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

25,352

周安装

1,067

GitHub Stars

3

下载量

8,877
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seedance-ai-video(种子 AI 视频)
来源仓库:https://github.com/xixihhhh/seedance-ai-video
安装命令:
openclaw skills install seedance-ai-video
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install seedance-ai-video

简介

使用字节跳动的 Seedance 1.5 Pro 生成 AI 视频——一种原生视听联合生成模型,具有电影摄像机控制、多语言口型同步等功能。

SKILL.md

name
seedance
description
Generate AI videos using ByteDance's Seedance 1.5 Pro — a native audio-visual joint generation model with cinematic camera control, multi-language lip-sync, and synchronized audio generation. Supports text-to-video and image-to-video, up to 720p resolution, and 5-12 second duration. Available via Atlas Cloud API. Use this skill whenever the user wants to generate AI videos, create video clips, animate images, produce short films, make video content with audio, or mentions Seedance, ByteDance video, Jimeng, or Dreamina. Also trigger when users ask to create product demos, marketing videos, social media reels, animated scenes, cinematic clips, talking head videos, or any video content using AI.
source
https://github.com/AtlasCloudAI/nano-banana-2-skill
homepage
https://github.com/AtlasCloudAI/nano-banana-2-skill
metadata
openclaw
requires
env
primaryEnv
ATLASCLOUD_API_KEY

Seedance — AI Video Generation by ByteDance

Generate AI videos with synchronized audio using ByteDance's Seedance 1.5 Pro — featuring native audio-visual joint generation, cinematic camera control, multi-language lip-sync, and diverse sound effects.

Seedance excels at creating cinematic short clips with realistic motion, facial expressions, spatial audio, and complex camera movements.

Data usage note: This skill sends text prompts and image URLs to the Atlas Cloud API (api.atlascloud.ai) for video generation. No data is stored locally beyond the downloaded output files. API usage incurs charges based on the model selected.

Key Capabilities

  • Text-to-Video — Generate video clips from text descriptions with synchronized audio
  • Image-to-Video — Animate still images into dynamic video with motion and audio
  • Native Audio Generation — Dialogue, sound effects, and music generated jointly with video (not post-processed)
  • Multi-Language Lip-Sync — English, Chinese (including dialects), Japanese, Korean, Portuguese, Spanish, Indonesian
  • Cinematic Camera Control — Dolly-in, snap zoom, first-person POV, tripod lock, crane shots
  • Multiple Styles — Realistic, anime, 2D animation, steampunk, ink-wash, and more
  • Resolution — Up to 720p (Pro), 480p available
  • Duration — 5-12 seconds per clip

Setup

  1. Sign up at https://www.atlascloud.ai
  2. Console → API Keys → Create new key
  3. Set env: export ATLASCLOUD_API_KEY="your-key"

Script Usage

This skill includes a Python script for video generation. Zero external dependencies required.

List available video models

python scripts/generate_video.py list-models

Generate a video

python scripts/generate_video.py generate \
  --model "bytedance/seedance-v1.5-pro/text-to-video" \
  --prompt "Your prompt" \
  --output ./output

Image-to-video

python scripts/generate_video.py generate \
  --model "bytedance/seedance-v1.5-pro/image-to-video" \
  --image "https://example.com/photo.jpg" \
  --prompt "Animate" \
  --output ./output

Run python scripts/generate_video.py generate --help for all options.


Pricing

ModelTierPriceResolutionBest For
bytedance/seedance-v1.5-pro/text-to-videoPro$0.222/videoUp to 720pHigh-quality text-to-video
bytedance/seedance-v1.5-pro/image-to-videoPro$0.222/videoUp to 720pAnimate images to video
bytedance/seedance-v1.5-pro/text-to-video-fastFast$0.018/video720pQuick drafts, prototyping
bytedance/seedance-v1.5-pro/image-to-video-fastFast$0.018/video720pQuick image animation

Pro tier delivers higher quality with more detail and coherence. Fast tier is ~12x cheaper and suitable for drafts and iteration.


Available Models

Text-to-Video

Model IDSpeedQualityAudio
bytedance/seedance-v1.5-pro/text-to-videoStandard (~30-60s)HighYes
bytedance/seedance-v1.5-pro/text-to-video-fastFast (~10-20s)GoodYes

Image-to-Video

Model IDSpeedQualityAudio
bytedance/seedance-v1.5-pro/image-to-videoStandard (~30-60s)HighYes
bytedance/seedance-v1.5-pro/image-to-video-fastFast (~10-20s)GoodYes

Parameters

Text-to-Video

ParameterTypeRequiredDefaultOptions
promptstringYes-Video description
aspect_ratiostringNo16:921:9, 16:9, 4:3, 1:1, 3:4, 9:16
durationintegerNo55-12 seconds
resolutionstringNo720p720p, 480p (Pro); 720p (Fast)
generate_audiobooleanNotrueGenerate synchronized audio
camera_fixedbooleanNofalseLock camera position (tripod mode)
seedintegerNo-1 (random)For reproducible results

Image-to-Video

Same as text-to-video, plus:

ParameterTypeRequiredDescription
imagestringYesURL of the source image to animate
last_imagestringNoURL of the target end frame (for guided motion)
promptstringNoOptional text describing desired motion/action

Workflow: Submit → Poll → Download

Text-to-Video Example

# Step 1: Submit
curl -s -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \
  -H "Authorization: Bearer $ATLASCLOUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-v1.5-pro/text-to-video",
    "prompt": "A woman walks through a sunlit bamboo forest, camera slowly dollying forward. Birds chirping in the background, gentle wind rustling leaves.",
    "aspect_ratio": "16:9",
    "duration": 5,
    "resolution": "720p",
    "generate_audio": true
  }'
# Returns: { "code": 200, "data": { "id": "prediction-id" } }

# Step 2: Poll (every 5 seconds until "completed" or "succeeded")
curl -s "https://api.atlascloud.ai/api/v1/model/prediction/{prediction-id}" \
  -H "Authorization: Bearer $ATLASCLOUD_API_KEY"
# Returns: { "code": 200, "data": { "status": "completed", "outputs": ["https://...video-url..."] } }

# Step 3: Download
curl -o output.mp4 "VIDEO_URL_FROM_OUTPUTS"

Image-to-Video Example

curl -s -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \
  -H "Authorization: Bearer $ATLASCLOUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-v1.5-pro/image-to-video",
    "image": "https://example.com/portrait.jpg",
    "prompt": "The person slowly turns their head and smiles, camera gently zooms in",
    "aspect_ratio": "9:16",
    "duration": 5,
    "generate_audio": true
  }'

Fast Model Example (Quick Draft)

curl -s -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \
  -H "Authorization: Bearer $ATLASCLOUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-v1.5-pro/text-to-video-fast",
    "prompt": "Ocean waves crashing on a rocky shore at sunset, seagulls flying overhead",
    "aspect_ratio": "16:9",
    "duration": 5,
    "generate_audio": true
  }'

Polling Logic

  • processing / starting / running → wait 5s, retry (Pro takes ~30-60s, Fast takes ~10-20s)
  • completed / succeeded → done, get URL from data.outputs[]
  • failed → error, read data.error

Atlas Cloud MCP Tools (if available)

If the Atlas Cloud MCP server is configured, use built-in tools:

atlas_quick_generate(model_keyword="seedance 1.5", type="Video", prompt="...")
atlas_generate_video(model="bytedance/seedance-v1.5-pro/text-to-video", params={...})
atlas_get_prediction(prediction_id="...")

Implementation Guide

  1. Determine task type:

- Text-to-video: user describes a scene/action in text - Image-to-video: user provides an image to animate

  1. Choose model:

- Pro for final output, client-facing content, or quality-critical use - Fast for quick iteration, drafts, or budget-conscious use

  1. Extract parameters:

- Prompt: describe scene, action, camera movement, and audio cues - Aspect ratio: infer from context (social reel→9:16, YouTube→16:9, square→1:1, cinematic→21:9) - Duration: default 5s, up to 12s for longer scenes - Audio: enabled by default; disable with generate_audio: false if user only wants silent video - Camera: set camera_fixed: true for static/tripod shots

  1. Execute: POST to generateVideo API → poll result → download MP4
  1. Present result: show file path, offer to play

Prompt Tips

Seedance produces best results when prompts describe both visual and audio elements:

  • Scene + Action: "A chef flips a pancake in a busy kitchen, sizzling sounds and clattering pans"
  • Camera direction: "Camera slowly pans left to reveal...", "Close-up tracking shot of...", "First-person POV walking through..."
  • Audio cues: Include sound descriptions — "birds chirping", "rain on window", "jazz music playing softly"
  • Dialogue: For talking videos, include speech in quotes — "The narrator says: 'Welcome to our city'"
  • Style: "cinematic", "anime style", "documentary", "slow motion", "timelapse"
  • Lip-sync: For multi-language dialogue, specify the language — "A woman speaking Japanese says: 'こんにちは'"

Coming Soon: Seedance 2.0

Seedance 2.0 is ByteDance's next-generation unified multimodal video generation system, currently in preview. When available on Atlas Cloud, this skill will be upgraded with:

  • Higher resolution — Expected support for 1080p and above
  • Longer duration — Extended video length beyond 12 seconds
  • Multimodal references — Video-to-video, audio-guided generation
  • Director-level control — Fine-grained manipulation of performance, lighting, shadow, and camera
  • Enhanced motion stability — Improved realism and coherence across longer clips

The API workflow and parameter structure are expected to remain compatible. Model IDs will be updated when Seedance 2.0 becomes available — no configuration changes needed on your end.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.4%
按下载量换算6,871

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills