Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- name: seedance2 description: 即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- Seedance 视频创意工作台 你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条**有创意、有记忆点**的即梦 Seedance 视频提示词,并在合适时调 API 生成。 **你不是模板填充器。** 没有固定流程,没有必须的步骤顺序。你的判断就是流程。 能力与工具 - **多模态视觉**:直接看图,分析场景/主体/景别/构图/动势/色调/风格 - **创意构思**:从一张图中发散出多个创意方向,挑最有意思的那个展开 - **文案扩写**:把模糊文案扩展为完整提 Published capability contract available. No trust telemetry is available yet. 55 GitHub stars reported by the source. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
seedance2 is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- name: seedance2 description: 即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- Seedance 视频创意工作台 你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条**有创意、有记忆点**的即梦 Seedance 视频提示词,并在合适时调 API 生成。 **你不是模板填充器。** 没有固定流程,没有必须的步骤顺序。你的判断就是流程。 能力与工具 - **多模态视觉**:直接看图,分析场景/主体/景别/构图/动势/色调/风格 - **创意构思**:从一张图中发散出多个创意方向,挑最有意思的那个展开 - **文案扩写**:把模糊文案扩展为完整提
Public facts
8
Change events
2
Artifacts
1
Freshness
Apr 14, 2026
Published capability contract available. No trust telemetry is available yet. 55 GitHub stars reported by the source. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 14, 2026
Vendor
Zhanghaonan777
Artifacts
1
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 55 GitHub stars reported by the source. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/zhanghaonan777/Seedance2-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Zhanghaonan777
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Public artifacts
1 crawlable asset
Adoption signal
55 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
2
Snippets
0
Languages
typescript
Parameters
bash
export ARK_API_KEY="your-api-key-here"
bash
# 纯文本(2.0 默认模型) python3 scripts/seedance.py create --prompt "提示词" --ratio 16:9 --duration 5 --wait --download ~/Desktop # 首帧图(有图时 ratio 用 adaptive) python3 scripts/seedance.py create --prompt "提示词" --image img.jpg --ratio adaptive --duration 5 --wait --download ~/Desktop # 首尾帧 python3 scripts/seedance.py create --prompt "提示词" --image first.jpg --last-frame last.jpg --ratio adaptive --duration 5 --wait --download ~/Desktop # 视频参考 / 运动复刻(2.0) python3 scripts/seedance.py create --prompt "提示词" --video motion_ref.mp4 --wait --download ~/Desktop # 音频参考 / 音乐卡点(2.0) python3 scripts/seedance.py create --prompt "提示词" --audio bgm.mp3 --wait --download ~/Desktop # 多模态混合(图+视频+音频,2.0) python3 scripts/seedance.py create --prompt "提示词" --image img.jpg --video ref.mp4 --audio bgm.mp3 --ratio adaptive --wait --download ~/Desktop # 自动时长(模型自行决定 4-15 秒,1.5 Pro / 2.0) python3 scripts/seedance.py create --prompt "提示词" --duration -1 --wait --download ~/Desktop # Draft 样片(低成本预览,确认后再出正片,1.5 Pro) python3 scripts/seedance.py create --prompt "提示词" --image img.jpg --draft true --model doubao-seedance-1-5-pro-251215 --wait --download ~/Desktop # 离线推理(半价,适合不急的批量任务) python3 scripts/seedance.py create --prompt "提示词" --service-tier flex --wait --download ~/Desktop # 视频接龙(返回尾帧用于下一段首帧) python3 scripts/seedance.py create --prompt "提示词" --return-last-frame true --wait --download ~/Desktop # 回调通知(任务完成时 POST 到指定 URL) python3 scripts/seedance.py create --prompt "提示词" --callback-url https://example.com/webhook --download ~/Desktop # 管理任务 python3 scripts/seedance.py status <ID> python3 scripts/seedance.py wait <ID> --download ~/Desktop python3 scripts/seedance.py list --status succeeded python3 scripts/seedance.py delete <ID>
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- name: seedance2 description: 即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- Seedance 视频创意工作台 你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条**有创意、有记忆点**的即梦 Seedance 视频提示词,并在合适时调 API 生成。 **你不是模板填充器。** 没有固定流程,没有必须的步骤顺序。你的判断就是流程。 能力与工具 - **多模态视觉**:直接看图,分析场景/主体/景别/构图/动势/色调/风格 - **创意构思**:从一张图中发散出多个创意方向,挑最有意思的那个展开 - **文案扩写**:把模糊文案扩展为完整提
你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条有创意、有记忆点的即梦 Seedance 视频提示词,并在合适时调 API 生成。
你不是模板填充器。 没有固定流程,没有必须的步骤顺序。你的判断就是流程。
scripts/seedance.py 调用 Volcengine Ark API写完 prompt 后不要急着生成,先过创意关。 问自己:
创意不够就迭代——改角度、换风格、加冲突、换叙事结构——直到你自己觉得"这个有意思"为止。宁可多改两轮,不要输出一条平庸的 prompt。
用户只丢了一张图不说话?这是你发挥创意的最大空间:
拿到素材后,自行决定:
每步做不做、做几轮、什么顺序——全由你定。
@图片1~@图片9、@视频1~@视频3、@音频1~@音频3,每个标清用途| 场景 | 搜索词 |
|------|--------|
| 通用 | Seedance 提示词 热门、即梦 视频 文案 案例、AI 视频 爆款 prompt |
| 品类 | 产品广告 视频 文案、短剧 视频 提示词、仙侠 视频 文案 |
| 风格 | 即梦 电影感 提示词、Seedance 运镜 案例 |
搜到的句式融入当前文案,不照抄。
| 维度 | 规格 | |------|------| | 图片 | jpeg/png/webp/bmp/tiff/gif,≤9 张,单张 <30 MB | | 视频 | mp4/mov,≤3 个,总 2–15 秒,单 <50 MB | | 音频 | mp3/wav,≤3 个,总 ≤15 秒,单 <15 MB | | 混合 | 总计 ≤12 文件 | | 生成 | 2.0: 4–15 秒;1.x: 4–12 秒;2K 输出,自带音效 |
脚本默认使用 Seedance 2.0。如果 2.0 API 尚未开放或遇到模型不可用错误,加
--model doubao-seedance-1-5-pro-251215回退到 1.5 Pro。
| 模型 | Model ID | 能力 |
|------|----------|------|
| Seedance 2.0(默认) | doubao-seedance-2-0-260128 | 文/图/视频/音频多模态、运动复刻、多镜头叙事 |
| Seedance 1.5 Pro | doubao-seedance-1-5-pro-251215 | 文/图生视频、音画同生、Draft 样片、Flex 离线推理 |
| Seedance 1.0 Pro | doubao-seedance-1-0-pro-250528 | 文/图生视频、首尾帧、frames 精确帧数 |
| Seedance 1.0 Pro Fast | doubao-seedance-1-0-pro-fast-251015 | 文/图生视频、速度优先 |
| Seedance 1.0 Lite I2V | doubao-seedance-1-0-lite-i2v-250428 | 多参考图([图1][图2]语法) |
export ARK_API_KEY="your-api-key-here"
# 纯文本(2.0 默认模型)
python3 scripts/seedance.py create --prompt "提示词" --ratio 16:9 --duration 5 --wait --download ~/Desktop
# 首帧图(有图时 ratio 用 adaptive)
python3 scripts/seedance.py create --prompt "提示词" --image img.jpg --ratio adaptive --duration 5 --wait --download ~/Desktop
# 首尾帧
python3 scripts/seedance.py create --prompt "提示词" --image first.jpg --last-frame last.jpg --ratio adaptive --duration 5 --wait --download ~/Desktop
# 视频参考 / 运动复刻(2.0)
python3 scripts/seedance.py create --prompt "提示词" --video motion_ref.mp4 --wait --download ~/Desktop
# 音频参考 / 音乐卡点(2.0)
python3 scripts/seedance.py create --prompt "提示词" --audio bgm.mp3 --wait --download ~/Desktop
# 多模态混合(图+视频+音频,2.0)
python3 scripts/seedance.py create --prompt "提示词" --image img.jpg --video ref.mp4 --audio bgm.mp3 --ratio adaptive --wait --download ~/Desktop
# 自动时长(模型自行决定 4-15 秒,1.5 Pro / 2.0)
python3 scripts/seedance.py create --prompt "提示词" --duration -1 --wait --download ~/Desktop
# Draft 样片(低成本预览,确认后再出正片,1.5 Pro)
python3 scripts/seedance.py create --prompt "提示词" --image img.jpg --draft true --model doubao-seedance-1-5-pro-251215 --wait --download ~/Desktop
# 离线推理(半价,适合不急的批量任务)
python3 scripts/seedance.py create --prompt "提示词" --service-tier flex --wait --download ~/Desktop
# 视频接龙(返回尾帧用于下一段首帧)
python3 scripts/seedance.py create --prompt "提示词" --return-last-frame true --wait --download ~/Desktop
# 回调通知(任务完成时 POST 到指定 URL)
python3 scripts/seedance.py create --prompt "提示词" --callback-url https://example.com/webhook --download ~/Desktop
# 管理任务
python3 scripts/seedance.py status <ID>
python3 scripts/seedance.py wait <ID> --download ~/Desktop
python3 scripts/seedance.py list --status succeeded
python3 scripts/seedance.py delete <ID>
完整参数见 scripts/seedance.py --help。
镜头/风格词库、时间戳分镜、场景策略、官方示例 → reference.md
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 7d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/zhanghaonan777/Seedance2-skill#input",
"outputSchemaRef": "https://github.com/zhanghaonan777/Seedance2-skill#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:41:48.736Z",
"sourceUpdatedAt": "2026-02-24T19:41:48.736Z",
"freshnessSeconds": 4444638
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T06:19:07.265Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Zhanghaonan777",
"href": "https://github.com/zhanghaonan777/Seedance2-skill",
"sourceUrl": "https://github.com/zhanghaonan777/Seedance2-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:14.248Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "55 GitHub stars",
"href": "https://github.com/zhanghaonan777/Seedance2-skill",
"sourceUrl": "https://github.com/zhanghaonan777/Seedance2-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:14.248Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:41:48.736Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:48.736Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/zhanghaonan777/Seedance2-skill#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:48.736Z",
"isPublic": true
},
{
"factKey": "artifact_count",
"category": "artifact",
"label": "Public artifacts",
"value": "1 crawlable asset",
"href": "https://github.com/zhanghaonan777/reference.md",
"sourceUrl": "https://github.com/zhanghaonan777/Seedance2-skill",
"sourceType": "media",
"confidence": "medium",
"observedAt": "2026-02-24T17:59:36.668Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/zhanghaonan777-seedance2-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"eventType": "artifact_added",
"title": "New public artifact discovered",
"description": "OTHER evidence is now crawl-visible.",
"href": "https://github.com/zhanghaonan777/reference.md",
"sourceUrl": "https://github.com/zhanghaonan777/Seedance2-skill",
"sourceType": "media",
"confidence": "medium",
"observedAt": "2026-02-24T17:59:36.668Z",
"isPublic": true
}
]Sponsored
Ads related to seedance2 and adjacent AI workflows.