๐ŸŽจ Doubao Seedream & Seedance API Skill

> **Professional AI Generation Suite** - Powered by Doubao Seed Models

3,891 stars

Best use case

๐ŸŽจ Doubao Seedream & Seedance API Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

> **Professional AI Generation Suite** - Powered by Doubao Seed Models

Teams using ๐ŸŽจ Doubao Seedream & Seedance API Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/doubao-seedream-seedance-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/ai-lychee/doubao-seedream-seedance-skill/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/doubao-seedream-seedance-skill/SKILL.md inside your project
  3. Restart your AI agent โ€” it will auto-discover the skill

How ๐ŸŽจ Doubao Seedream & Seedance API Skill Compares

Feature / Agent๐ŸŽจ Doubao Seedream & Seedance API SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

> **Professional AI Generation Suite** - Powered by Doubao Seed Models

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# ๐ŸŽจ Doubao Seedream & Seedance API Skill

> **Professional AI Generation Suite** - Powered by Doubao Seed Models

A comprehensive AI generation skill featuring **Doubao Seedream** for image generation, **Doubao Seedance** for video creation, and **Doubao Seed Vision** for visual understanding.

[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
[![Docker](https://img.shields.io/badge/docker-supported-blue.svg)](https://www.docker.com/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

---

## ๐ŸŒŸ Core Features

### ๐ŸŽจ Doubao Seedream 4.0 - Image Generation

**State-of-the-art text-to-image generation with exceptional quality and control.**

| Feature | Description |
|---------|-------------|
| **Text-to-Image** | Generate stunning images from natural language descriptions |
| **Image Editing** | Modify existing images with AI-powered editing tools |
| **Image-to-Image** | Transform and reimagine existing images |
| **Multi-Size Support** | Flexible dimensions (512-2048px), optimized for 64px multiples |
| **Style Control** | Artistic styles, photorealistic, and custom aesthetics |

**Model ID**: `doubao-seedream-4-0-250828`

```
Generate an image: sunset beach with palm trees and golden waves, photorealistic style
```

---

### ๐ŸŽฌ Doubao Seedance 1.5 - Video Generation

**Professional video creation with advanced camera control and motion dynamics.**

| Feature | Description |
|---------|-------------|
| **Text-to-Video** | Create videos from text descriptions with cinematic quality |
| **Image-to-Video** | Animate static images with natural motion |
| **Camera Control** | Pan, zoom, dolly, and complex camera movements |
| **Frame Control** | Define start/end frames for precise transitions |
| **Duration Control** | 1-10 second videos with smooth motion interpolation |

**Model ID**: `doubao-seedance-1-5-pro-251215`

```
Generate a 5-second video: camera slowly pulls out revealing mountain vista at dawn
```

---

### ๐Ÿ‘๏ธ Doubao Seed Vision - Visual Understanding

**Advanced image analysis and comprehension powered by multimodal AI.**

| Feature | Description |
|---------|-------------|
| **Content Analysis** | Comprehensive image understanding and description |
| **Object Detection** | Identify and locate objects within images |
| **Scene Understanding** | Contextual analysis of environments and settings |
| **Visual Q&A** | Answer questions about image content |

**Model ID**: `doubao-seed-1-6-vision-250815`

```
Analyze this image: https://example.com/photo.jpg - describe the scene and identify objects
```

---

## ๐Ÿ“Š Model Comparison

| Model | Type | Capabilities | Best For |
|-------|------|--------------|----------|
| **Seedream 4.0** | Image | Text-to-Image, Edit, Transform | Marketing, Design, Art |
| **Seedance 1.5** | Video | Text-to-Video, Animate, Motion | Content Creation, Animation |
| **Seed Vision** | Vision | Analysis, Detection, Q&A | Automation, Research, Apps |

---

## ๐Ÿš€ Quick Start

### Prerequisites

- Python 3.9 or higher
- Volcengine API Key ([Get it here](https://console.volcengine.com/ark))
- pip or Docker

### Installation (Choose One)

#### Option 1: One-Click Install โšก (Recommended)

```bash
# Clone and install
git clone https://github.com/Lychee-AI-Team/seedream-skill.git
cd seedream-skill
./install.sh
```

#### Option 2: Docker ๐Ÿณ

```bash
# Clone
git clone https://github.com/Lychee-AI-Team/seedream-skill.git
cd seedream-skill

# Configure
echo "ARK_API_KEY=your-api-key" > .env

# Run
docker compose up --build
```

#### Option 3: Manual ๐Ÿ› ๏ธ

```bash
# Clone
git clone https://github.com/Lychee-AI-Team/seedream-skill.git
cd seedream-skill

# Install dependencies
pip install -r volcengine-api/requirements.txt

# Configure
export ARK_API_KEY="your-api-key"
```

### Configuration

```bash
# Method 1: Environment Variable (Recommended โœ… Most Secure)
export ARK_API_KEY="your-api-key-here"

# Method 2: Interactive Wizard
./scripts/configure.sh

# Method 3: Config File
mkdir -p ~/.volcengine
echo 'api_key: "your-api-key"' > ~/.volcengine/config.yaml
chmod 600 ~/.volcengine/config.yaml  # Important!
```

### Verify Installation

```bash
./scripts/verify_install.sh
```

---

## ๐Ÿ“– Usage Guide

### ๐ŸŽจ Image Generation

**Basic Usage:**
```
Generate an image: sunset beach with palm trees
```

**Advanced Usage:**
```
Generate image with parameters:
- Content: futuristic city skyline at night
- Size: 1920x1080
- Style: cyberpunk aesthetic
- Negative prompt: blurry, low quality
```

**Parameters:**

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| prompt | string | - | Image description (required) |
| width | int | 1024 | Width in pixels (64px multiples) |
| height | int | 1024 | Height in pixels (64px multiples) |
| negative_prompt | string | - | Elements to avoid |
| model | string | doubao-seedream-4-0-250828 | Model ID |

---

### ๐ŸŽฌ Video Generation

**Basic Usage:**
```
Generate a 5-second video: ocean waves crashing on rocks
```

**Advanced Usage:**
```
Generate video with parameters:
- Content: drone shot of forest canopy
- Duration: 8 seconds
- Motion: slow vertical ascent
- Aspect ratio: 16:9
```

**Parameters:**

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| prompt | string | - | Video description (required) |
| duration | float | 5.0 | Duration in seconds (1-10) |
| aspect_ratio | string | "16:9" | Aspect ratio (16:9, 9:16, 1:1) |
| model | string | doubao-seedance-1-5-pro-251215 | Model ID |

---

### ๐Ÿ‘๏ธ Vision Understanding

**Basic Usage:**
```
Analyze this image: https://example.com/image.jpg
```

**Advanced Usage:**
```
Analyze image with focus on:
- Identify all objects present
- Describe the scene composition
- Detect any text in the image
- Suggest improvements for photography
```

**Parameters:**

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| image | string | - | Image URL or local path (required) |
| prompt | string | - | Analysis instructions |
| model | string | doubao-seed-1-6-vision-250815 | Model ID |

---

### ๐Ÿ“‹ Task Management

**View Tasks:**
```
Show my task list
List all pending tasks
```

**Check Status:**
```
Check status of task-123
What's the progress of my video generation?
```

**Download Results:**
```
Download result of task-123
Save the generated image to output folder
```

---

## ๐Ÿ”’ Security Best Practices

> โš ๏ธ **Important**: API Keys are sensitive credentials. Follow these security practices.

### โœ… Recommended Methods

| Method | Security | Use Case |
|--------|----------|----------|
| Environment Variables | โญโญโญโญโญ | **Recommended** - All scenarios |
| Secret Management | โญโญโญโญโญ | Production environments |
| Config File (600 permissions) | โญโญโญ | Local development |

### ๐Ÿ”‘ Environment Variable Setup

```bash
# Temporary (current session)
export ARK_API_KEY="your-api-key"

# Permanent (add to shell config)
echo 'export ARK_API_KEY="your-api-key"' >> ~/.bashrc
source ~/.bashrc

# Verify (should show first 4 characters)
echo $ARK_API_KEY | head -c 4
```

### ๐Ÿ” Config File Security

```bash
# Create config
mkdir -p ~/.volcengine
cat > ~/.volcengine/config.yaml << 'EOF'
api_key: "your-api-key"
base_url: "https://ark.cn-beijing.volces.com/api/v3"
EOF

# Set permissions (CRITICAL!)
chmod 700 ~/.volcengine
chmod 600 ~/.volcengine/config.yaml
```

### โŒ Prohibited Actions

| Don't Do This | Why? |
|---------------|------|
| โŒ Commit API Key to Git | Publicly accessible |
| โŒ Log API Key | May leak in logs |
| โŒ Pass in URL | Gets logged |
| โŒ Hardcode in code | Hard to rotate |
| โŒ Share with others | No accountability |

### ๐Ÿ”„ Key Rotation

```bash
# Rotate every 90 days (recommended)
# 1. Generate new key in Volcengine console
# 2. Update environment/config
# 3. Verify new key works
# 4. Delete old key
```

---

## โš™๏ธ Configuration

### Environment Variables

| Variable | Description | Default |
|----------|-------------|---------|
| `ARK_API_KEY` | API key (**Required**) | - |
| `VOLCENGINE_BASE_URL` | API endpoint | `https://ark.cn-beijing.volces.com/api/v3` |
| `VOLCENGINE_TIMEOUT` | Request timeout (s) | 30 |
| `VOLCENGINE_MAX_RETRIES` | Max retries | 3 |
| `VOLCENGINE_OUTPUT_DIR` | Output directory | `./output` |

### Configuration File

**Location**: `~/.volcengine/config.yaml`

```yaml
# api_key: "your-api-key"  # Recommended: use environment variable
base_url: "https://ark.cn-beijing.volces.com/api/v3"
timeout: 30
max_retries: 3
output_dir: "./output"
```

### Priority Order

1. Environment variable `ARK_API_KEY` โญ **Recommended**
2. Project config `.volcengine/config.yaml`
3. Global config `~/.volcengine/config.yaml`
4. Default values

---

## ๐Ÿ’พ Data Persistence

| Path | Content | Sensitivity |
|------|---------|-------------|
| `~/.volcengine/config.yaml` | Global config | โš ๏ธ May contain API Key |
| `~/.volcengine/tasks/` | Task history | Normal |
| `~/.volcengine/state/` | State files | Normal |
| `./.volcengine/config.yaml` | Project config | โš ๏ธ May contain API Key |

**Security Tips:**
- Set config file permissions to 600
- Add `.volcengine/` to `.gitignore`
- Clean up old history regularly

---

## โŒ Error Handling

| Error | Description | Solution |
|-------|-------------|----------|
| Authentication | Invalid API Key | Check `ARK_API_KEY` |
| Rate Limit | Too many requests | Wait and retry |
| Network | Connection failed | Check internet |
| Parameter | Invalid input | Check format |
| Model | Model unavailable | Verify model ID |

---

## ๐Ÿ“ Example Workflows

### ๐ŸŽจ Complete Image Generation Flow

```
1. Set API Key
   โ†’ export ARK_API_KEY="sk-xxx"

2. Generate Image
   โ†’ Generate an image: serene mountain lake at sunrise

3. Check Status
   โ†’ Check task status

4. Download Result
   โ†’ Download image to ./output/
```

### ๐ŸŽฌ Image-to-Video Pipeline

```
1. Generate Source Image
   โ†’ Generate an image: ancient temple in misty forest

2. Animate to Video
   โ†’ Generate video from image with slow camera push in

3. Monitor Progress
   โ†’ Check video generation status

4. Export Video
   โ†’ Download completed video
```

---

## ๐Ÿณ Deployment

| Method | Time | Best For |
|--------|------|----------|
| Script Install | 2-3 min | Development, Testing |
| Docker | 3-5 min | Production, Teams |
| Manual | 5-10 min | Custom setups |

๐Ÿ“– **Detailed Guide**: [INSTALLATION.md](./docs/INSTALLATION.md)

---

## ๐Ÿ“š Documentation

| Document | Description |
|----------|-------------|
| [Quick Start](./docs/QUICKSTART.md) | 30-second setup guide |
| [Installation](./docs/INSTALLATION.md) | Detailed installation |
| [Examples](./docs/examples.md) | Code examples |
| [Troubleshooting](./docs/troubleshooting.md) | Common issues |
| [README](./README.md) | Full documentation |

---

## ๐Ÿ†˜ Get Help

```bash
# View help
./scripts/help.sh

# Verify installation
./scripts/verify_install.sh
```

**Need more help?** Say "help" or "ๅธฎๅŠฉ" for interactive assistance.

---

## ๐Ÿ“„ License

MIT License - See [LICENSE](LICENSE) file

---

## ๐Ÿค Contributing

Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)

---

## ๐Ÿ“ž Support

- ๐Ÿ› [Issue Tracker](https://github.com/Lychee-AI-Team/seedream-skill/issues)
- ๐Ÿ’ฌ [Discussions](https://github.com/Lychee-AI-Team/seedream-skill/discussions)

---

<div align="center">

**Built with โค๏ธ for AI Generation**

**Powered by Doubao Seed Models**

*Seedream โ€ข Seedance โ€ข Seed Vision*

</div>

Related Skills

seedance-video

3891
from openclaw/skills

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

doubao-launch

3891
from openclaw/skills

Launch Doubao desktop application and configure real-time translation window.

doubao-capture

3891
from openclaw/skills

Capture Doubao translation results with auto-scroll and auto-end detection.

doubao-image-gen

3891
from openclaw/skills

ไฝฟ็”จ่ฑ†ๅŒ… Seedream ๆจกๅž‹ๆ–‡็”Ÿๅ›พ๏ผŒๆ”ฏๆŒๅนถๅ‘ๆ‰น้‡็”Ÿๆˆ๏ผŒ่พ“ๅ‡บๅ›พๅบ“้ข„่งˆ้กต

seedream-img-gen

3891
from openclaw/skills

This skill should be used when the user wants to generate images using Seedream, the image generation model from ByteDance on Volcengine platform. Triggers include requests like ็”จSeedream็”Ÿๆˆๅ›พ็‰‡, seedream็”ปๅ›พ, generate image with seedream, ่ฐƒ็”จseedream, ็”จ่ฑ†ๅŒ…็”ปๅ›พ, or any request to create, draw, or generate images via the Seedream API.

muapi-seedance-2

3891
from openclaw/skills

Expert Cinema Director skill for Seedance 2.0 (ByteDance) โ€” high-fidelity video generation using technical camera grammar and multimodal references. Supports text-to-video, image-to-video, and video extension.

Video-Generator-SeeDance

3891
from openclaw/skills

ไฝฟ็”จ็ซๅฑฑๅผ•ๆ“Ž SD1.5pro API ็”Ÿๆˆ่ง†้ข‘ใ€‚ๆ”ฏๆŒๆ–‡ๆœฌๅˆฐ่ง†้ข‘ๅ’Œๅ›พ็”Ÿ่ง†้ข‘๏ผŒๅผ‚ๆญฅๅค„็†ไปปๅŠกใ€‚

doubao Models for vwu.ai

3891
from openclaw/skills

vwu.ai ๅนณๅฐไธŠ็š„ doubao ๆจกๅž‹่ฐƒ็”จๆŠ€่ƒฝใ€‚

๏ปฟ---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research