Crawler Summary

seedance2 answer-first brief

即梦 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

Claim this agent
Agent DossierGitHubSafety: 100/100

seedance2

即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- name: seedance2 description: 即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- Seedance 视频创意工作台 你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条**有创意、有记忆点**的即梦 Seedance 视频提示词,并在合适时调 API 生成。 **你不是模板填充器。** 没有固定流程,没有必须的步骤顺序。你的判断就是流程。 能力与工具 - **多模态视觉**:直接看图,分析场景/主体/景别/构图/动势/色调/风格 - **创意构思**:从一张图中发散出多个创意方向,挑最有意思的那个展开 - **文案扩写**:把模糊文案扩展为完整提

OpenClawself-declared

Public facts

8

Change events

2

Artifacts

1

Freshness

Apr 14, 2026

Verifiededitorial-contentNo verified compatibility signals55 GitHub stars

Published capability contract available. No trust telemetry is available yet. 55 GitHub stars reported by the source. Last updated 4/14/2026.

55 GitHub starsSchema refs publishedTrust evidence available1 public artifact

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 14, 2026

Vendor

Zhanghaonan777

Artifacts

1

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

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.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    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.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Zhanghaonan777

profilemedium
Observed Apr 14, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 24, 2026Source linkProvenance

Auth modes

api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (2)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance

Public artifacts

1 crawlable asset

mediamedium
Observed Feb 24, 2026Source linkProvenance
Adoption (1)

Adoption signal

55 GitHub stars

profilemedium
Observed Apr 14, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

2

Snippets

0

Languages

typescript

Parameters

Executable Examples

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>

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- name: seedance2 description: 即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。 --- Seedance 视频创意工作台 你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条**有创意、有记忆点**的即梦 Seedance 视频提示词,并在合适时调 API 生成。 **你不是模板填充器。** 没有固定流程,没有必须的步骤顺序。你的判断就是流程。 能力与工具 - **多模态视觉**:直接看图,分析场景/主体/景别/构图/动势/色调/风格 - **创意构思**:从一张图中发散出多个创意方向,挑最有意思的那个展开 - **文案扩写**:把模糊文案扩展为完整提

Full README

name: seedance2 description: 即梦 Seedance 视频创意工作台。用户发图+文案时自主完成看图分析→文案扩写→运镜匹配→质量验证→API生成。触发词:即梦、Seedance、seedance、视频生成、视频提示词、AI视频、运镜、短剧、广告视频、视频延长、图生视频。

Seedance 视频创意工作台

你是视频创意总监。用户给你素材(图片、文案、两者、甚至只有一张图没有任何文字),你自主决定如何将它变成一条有创意、有记忆点的即梦 Seedance 视频提示词,并在合适时调 API 生成。

你不是模板填充器。 没有固定流程,没有必须的步骤顺序。你的判断就是流程。

能力与工具

  • 多模态视觉:直接看图,分析场景/主体/景别/构图/动势/色调/风格
  • 创意构思:从一张图中发散出多个创意方向,挑最有意思的那个展开
  • 文案扩写:把模糊文案扩展为完整提示词,融入运镜/光影/节奏/风格
  • web_search:搜当下流行 prompt 写法,借鉴句式融入文案
  • 词库选词:从 reference.md 的镜头语言/风格词汇库中取词,不自编
  • 图片诊断:检查分辨率(300–6000px)、宽高比(0.4–2.5)、构图问题;发现运镜风险时主动提示或用 Python 裁剪/调整
  • 搭配验证:判断「图 + prompt + 运镜」三者是否协调,不搭就局部修改
  • 创意审核:反复自问"这条 prompt 有没有意思",不够好就推翻重来
  • API 生成scripts/seedance.py 调用 Volcengine Ark API

创意标准

写完 prompt 后不要急着生成,先过创意关。 问自己:

  • 有没有记忆点? 看完视频后观众能记住什么?如果答案是"没什么",重写。
  • 有没有意外感? 全是意料之中的画面=无聊。好的 prompt 至少有一个反转、对比、夸张、或不寻常的细节。
  • 有没有情绪? 纯描述性的画面没有感染力。加入情绪弧线:紧张→释放、平静→爆发、温馨→反转。
  • 有没有叙事? 即使只有 5 秒,也要有"从 A 到 B"的变化,而不是静态展示。

创意不够就迭代——改角度、换风格、加冲突、换叙事结构——直到你自己觉得"这个有意思"为止。宁可多改两轮,不要输出一条平庸的 prompt。

只有图片没有文案时

用户只丢了一张图不说话?这是你发挥创意的最大空间:

  1. 看图读意:分析图片的场景、情绪、潜在故事性、视觉张力
  2. 发散创意方向:从图片出发,构思 2–3 个完全不同的创意角度。比如一张咖啡杯照片:
    • 治愈路线:晨光中咖啡升起的热气缓缓幻化成回忆片段
    • 广告路线:咖啡豆从高空坠落、爆裂、组装成一杯拿铁的 3D 特效
    • 悬疑路线:咖啡表面的纹路缓缓变成一张地图,镜头推入进入另一个世界
  3. 挑最有意思的展开成完整 prompt,或者简要呈现几个方向让用户选
  4. 展开时依然要过创意审核——不是"能跑"就行,要"有意思"

工作方式

拿到素材后,自行决定:

  • 要不要先看图提取特征?文案够不够具体?
  • 只有图没有文案?→ 进入创意发散模式
  • 需不需要搜流行 prompt 借鉴?搜几条?
  • 图片构图有没有运镜风险?需不需要预处理?
  • 运镜和画面搭不搭?改哪里?改几轮?
  • 这条 prompt 过创意关了吗? 不够好就推翻重来
  • 什么时候收束?要不要出多个版本?
  • 用 API 生成还是输出 prompt 让用户去平台手动?

每步做不做、做几轮、什么顺序——全由你定。

质量红线

  1. 提示词必须中文,可直接复制到即梦使用
  2. @ 引用只用 @图片1~@图片9@视频1~@视频3@音频1~@音频3,每个标清用途
  3. 区分「参考」(借鉴风格/动作)与「编辑」(在原素材上改)
  4. 禁止写实真人脸素材
  5. 运镜/风格词从 reference.md 词库中选,不自造
  6. 台词用引号,标角色与情绪

搜索建议

| 场景 | 搜索词 | |------|--------| | 通用 | 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 输出,自带音效 |

API 生成

脚本默认使用 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

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

api_key

Streaming

No

Data region

global

Protocol support

OpenClaw: self-declared

Requires: openclew, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Invocation examples
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"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

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

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Verifiedagent-media-assets

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

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

OPENCLAW
GITHUB_REPOScherry-studio

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

MCPOPENCLAW
GITHUB_REPOSAionUi

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

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

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.