소스 정보
- 저장소
- dvcrn/openclaw-skills-marketplace
- 최근 소스 활동
- 2026년 3월 15일 09:13
- 감지된 SKILL.md 언어
- 영어
- 스타
- 29
- 포크
- 10
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill doubao-seedream-seedance-skill명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
| name | doubao-seedream-seedance-skill |
| description | 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.
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
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
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 | 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 |
# Clone and install
git clone https://github.com/Lychee-AI-Team/seedream-skill.git
cd seedream-skill
./install.sh
# 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
# 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"
# 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!
./scripts/verify_install.sh
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 |
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 |
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 |
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
⚠️ Important: API Keys are sensitive credentials. Follow these security practices.
| Method | Security | Use Case |
|---|---|---|
| Environment Variables | ⭐⭐⭐⭐⭐ | Recommended - All scenarios |
| Secret Management | ⭐⭐⭐⭐⭐ | Production environments |
| Config File (600 permissions) | ⭐⭐⭐ | Local development |
# 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
# 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
| 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 |
# 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
| 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 |
Location: ~/.volcengine/config.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"
ARK_API_KEY ⭐ Recommended.volcengine/config.yaml~/.volcengine/config.yaml| 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:
.volcengine/ to .gitignore| 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 |
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/
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
| 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
| Document | Description |
|---|---|
| Quick Start | 30-second setup guide |
| Installation | Detailed installation |
| Examples | Code examples |
| Troubleshooting | Common issues |
| README | Full documentation |
# View help
./scripts/help.sh
# Verify installation
./scripts/verify_install.sh
Need more help? Say "help" or "帮助" for interactive assistance.
MIT License - See LICENSE file
Contributions welcome! See CONTRIBUTING.md
Built with ❤️ for AI Generation
Powered by Doubao Seed Models
Seedream • Seedance • Seed Vision