# Send Seedance 2 Video Generation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "seedance-2-video-gen",
    "name": "Seedance 2 Video Generation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/EvoLinkAI/seedance-2-video-gen",
    "canonicalUrl": "https://clawhub.ai/EvoLinkAI/seedance-2-video-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/seedance-2-video-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=seedance-2-video-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/api-params.md",
      "scripts/seedance-gen.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/seedance-2-video-gen"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/seedance-2-video-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/seedance-2-video-gen",
    "agentUrl": "https://openagent3.xyz/skills/seedance-2-video-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seedance-2-video-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seedance-2-video-gen/agent.md"
  }
}
```
## Documentation

### Seedance Video Generation

An interactive AI video generation assistant powered by the Seedance model via EvoLink API.

### After Installation

When this skill is first loaded, proactively greet the user and start the setup:

Check if EVOLINK_API_KEY is set

If not set: "To generate videos, you'll need an EvoLink API key. It takes 30 seconds to get one — just sign up at evolink.ai. Want me to walk you through it?"
If already set: "You're all set! What kind of video would you like to create?"



That's it. One question. The user is now in the flow.

Do NOT list features, show a menu, or dump instructions. Just ask one question to move forward.

### Core Principles

Guide, don't decide — Present options and let the user decide. Don't make assumptions about their preferences.
Let the user drive the creative vision — If they have an idea, use their words. If they need inspiration, offer suggestions and let them choose or refine.
Smart context awareness — Recognize what the user has already provided and only ask about missing pieces.
Intent first — If the user's intent is unclear, confirm what they want before proceeding.

### Step 1: Check for API Key

If the user hasn't provided an API key or set EVOLINK_API_KEY:

Tell them they need an EvoLink API Key
Guide them to register at https://evolink.ai and get a key from the dashboard
Once they provide a key, proceed to Step 2

If the key is already set or provided, skip directly to Step 2.

### Step 2: Understand Intent

Assess what the user wants based on their message:

Intent is clear (e.g., "generate a video of a cat dancing") → Go to Step 3
Intent is ambiguous (e.g., "I want to try Seedance") → Ask what they'd like to do: generate a new video, learn about model capabilities, etc.

### Step 3: Gather Missing Information

Check what the user has already provided and only ask about what's missing:

ParameterWhat to tell the userRequired?Video content (prompt)Ask what they'd like to see. If they need inspiration, suggest a few ideas for them to pick from or build on.YesDurationSupported: 4–12 seconds. Ask how long they want.YesResolutionSupported: 480p / 720p / 1080p. Ask their preference.YesAudioThe model can auto-generate voice, sound effects, and background music matching the video. Ask if they want audio enabled.YesAspect ratioSupported: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9. Only mention if relevant or if user asks.OptionalReference imagesSupported: up to 9 images (JPEG/PNG/WebP, ≤30MB each). Only mention if relevant.Optional

Smart gathering rules:

User gives everything at once → Confirm and generate immediately
User gives partial info → Only ask about the missing pieces
User says "I want to generate a video" with no details → Guide from the beginning

### Step 4: Generate

Once all required information is confirmed:

Tell the user: "Generating your video now — this usually takes 30–120 seconds. I'll let you know when it's ready."
Run the generation script. Do NOT forward each line of script output to the user. The script prints polling status internally — ignore it. Only report the final result.
When complete, share the video URL (valid for 24 hours) and generation time.

### Script Usage

# Set API key
export EVOLINK_API_KEY=your_key_here

# Basic text-to-video
./scripts/seedance-gen.sh "user's prompt" --duration 5 --quality 720p

# With audio disabled
./scripts/seedance-gen.sh "user's prompt" --duration 8 --quality 1080p --no-audio

# With reference image
./scripts/seedance-gen.sh "user's prompt" --image "https://example.com/ref.jpg" --duration 6 --quality 720p

# Custom aspect ratio
./scripts/seedance-gen.sh "user's prompt" --aspect-ratio 9:16 --duration 4 --quality 480p

### Error Handling

Provide friendly, actionable messages:

ErrorWhat to tell the userInvalid/missing key (401)"Your API key doesn't seem to work. You can check it at https://evolink.ai/dashboard"Insufficient balance (402)"Your account balance is low. You can add credits at https://evolink.ai/dashboard"Rate limited (429)"Too many requests — let's wait a moment and try again"Content blocked (400)"This prompt was flagged (realistic human faces are restricted). Try adjusting the description"Service unavailable (503)"The service is temporarily busy. Let's try again in a minute"

### Model Capabilities Summary

Use this when the user asks what the model can do:

Text-to-video: Describe a scene, get a video
Image-to-video: Provide reference images to guide the output
Audio generation: Auto-generates synchronized voice, sound effects, and background music
Duration: 4–12 seconds
Resolution: 480p, 720p, 1080p
Aspect ratios: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9
Limitation: Realistic human faces are restricted

### References

references/api-params.md: Complete API parameter reference
scripts/seedance-gen.sh: Generation script with automatic polling and error handling
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: EvoLinkAI
- Version: 1.4.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/seedance-2-video-gen)
- [Send to Agent page](https://openagent3.xyz/skills/seedance-2-video-gen/agent)
- [JSON manifest](https://openagent3.xyz/skills/seedance-2-video-gen/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/seedance-2-video-gen/agent.md)
- [Download page](https://openagent3.xyz/downloads/seedance-2-video-gen)