Agent SkillsEmily2040/seedance-2.0 › seedance-troubleshoot

seedance-troubleshoot

GitHub

用于诊断Seedance 2.0生成失败(如模糊、抖动、违规等)的技能。通过机制分析定位根因,提供修复建议而非重写提示词,旨在恢复用户信心并解决技术故障。

skills/seedance-troubleshoot/SKILL.md Emily2040/seedance-2.0

触发场景

视频生成结果出现模糊或抖动 内容被平台拦截或违规 多镜头连贯性丢失 音频与视频不同步

安装

npx skills add Emily2040/seedance-2.0 --skill seedance-troubleshoot -g -y
更多选项

不安装直接使用

npx skills use Emily2040/seedance-2.0@seedance-troubleshoot

指定 Agent (Claude Code)

npx skills add Emily2040/seedance-2.0 --skill seedance-troubleshoot -a claude-code -g -y

安装 repo 全部 skill

npx skills add Emily2040/seedance-2.0 --all -g -y

预览 repo 内 skill

npx skills add Emily2040/seedance-2.0 --list

SKILL.md

Frontmatter
{
    "name": "seedance-troubleshoot",
    "tags": [
        "diagnostics",
        "troubleshooting",
        "seedance-20"
    ],
    "license": "MIT",
    "metadata": {
        "author": "Iamemily2050 (@iamemily2050)",
        "parent": "seedance-20",
        "updated": "2026-08-01",
        "version": "6.7.0",
        "openclaw": {
            "emoji": "🎬",
            "homepage": "https:\/\/github.com\/Emily2040\/seedance-2.0"
        },
        "repository": "https:\/\/github.com\/Emily2040\/seedance-2.0"
    },
    "description": "This skill should be used when a Seedance 2.0 output is blurry, jittery, off-prompt, morphing, blocked, visually generic, unstable, desynced, inconsistent, or otherwise fails and needs root-cause diagnosis.",
    "user-invocable": true
}

seedance-troubleshoot

If the take is partially good rather than failed, route to [ref:retake-protocol] triage first - most takes deserve a verdict, not a rewrite. Diagnose failure before rewriting. Do not simply add more adjectives. Identify whether the failure came from mode mismatch, overload, ambiguity, fragile identity, unsafe wording, unsupported platform behavior, or missing preservation constraints.

When the diagnostic tree has no row for the failure, load [ref:model-mechanics] and diagnose by mechanism: attention dilution, prior conflict, summoned negation, broken trajectory, compounding error, conditioning conflict, capacity starvation, or an overloaded audio-video joint constraint. Load [ref:field-observed-tips], [ref:reference-workflow], and [ref:api-workflow] when the failure involves continuation, edit/extend, source clips, audio references, or platform-specific errors. Load [ref:shot-list-continuity] for multi-shot drift and [ref:delivery-qc] for final-client or delivery failures. When sequence state is present, load [ref:failure-atlas], [ref:continuation-handoff], and [ref:continuity-qc]; diagnose against continuity locks, completed beats, exact reference tags, and reserved future beats.

Intent

A failed generation feels personal - the user showed the machine their idea and the machine returned something broken. The soul of this skill is rescue without blame: name the mechanism, never the user; save the idea, not just the prompt. They should leave with a fix and their confidence intact.

Diagnostic Tree

Symptom Likely cause First repair
Product or face changes I2V prompt re-described visible identity or overloaded motion. Add preservation constraints; remove duplicate static detail.
Camera jumps Several incompatible moves or no endpoint. Choose one move with start and finish.
Generic output Hollow style words and weak action. Replace with physical action, source light, material, and sound.
Motion ignored Static prompt or no visible consequence. Add actor, verb, timing, and changed end state.
Lip-sync poor Moving head/camera, long dialogue, unassigned speaker. Lock framing, shorten line, assign speaker.
VFX noisy Effect has no source, physics, or dissipation. Add source, material, path, interaction, and endpoint.
Prompt blocked Protected IP, real-person, graphic, or bypass-like wording. Rewrite intent in safe production language without evasion.
Extension quality degrades No last-frame anchor or too many new variables across continuations. Use returned last frame as first frame and change one variable.
Audio reference ignored Competing video sound, no visual beat mapping, or unsupported combo. Mute competing video and map one visible event to the beat.
Text/logos break Small text asked to move or be redrawn. Keep text static, centered, and protected; animate light around it.
Client QC fails Prompt output treated as final delivery without post/QC. Route to delivery preflight, post fix, or regenerate only the failing shot.
Continuation assumed planned ending Previous clip was not reviewed or observed_end_state was ignored. Replace opening with actual observed end state.
Previous action restarted Completed beat was not marked already_happened. Add completed beat exclusion.
Future beat leaked Reserved beat entered the current prompt. Remove future beat and stop earlier.
Identity reference conflicts with continuity source Source clip controlled transient state and identity at once. Re-anchor identity from canonical reference.
Screen direction reset Axis relation was not locked or intentionally reset. Preserve screen direction or declare new-shot axis reset.
Open motion lost Subject or camera vector was not inherited. Carry motion vector into the opening sentence.
Camera phase restarted Parent camera endpoint was not recorded. Start from observed camera phase.
Prop state contradicted Owner, position, or condition was missing. Add prop state handoff.
Audio phase restarted Completed dialogue or music phase was not logged. Continue or intentionally change the audio phase.

Repair Process

First quote the failing phrase or missing element. Then name the root cause. Next, remove conflicts rather than adding complexity. Recommend one primary repair variable rather than adding more adjectives. Finally, produce one conservative retry prompt and one optional creative variant only if the user wants exploration.

Conservative Retry Pattern

[Reference role if any]. Preserve [identity/product/environment] exactly. One visible action: [specific verb and consequence]. Camera: [single move]. Lighting: [physical source]. Sound: [ambient/SFX/dialogue]. Constraints: [what must not change].

Escalation Rules

If the same error repeats, split the scene into shorter clips, reduce characters, simplify hand or face motion, use stronger reference role mapping, or change the mode. For unstable text/logos, keep them static, centered, and protected; do not ask the model to redraw small text during motion.

For edit/extend failures, preserve the source clip first and change only the failing layer. If a surface supports returned last frames, use that still as the next first-frame anchor before extending.

Output Contract

Return root cause, evidence from the prompt or result, repaired prompt, and one conservative retry variant.

版本历史

  • 7f22eac 当前 2026-08-02 22:01

    v6.7.0更新:将标题字体改为字形轮廓以解决跨平台显示差异;新增对Seedance 2.5模型的支持及状态验证逻辑。

  • 6c51262 2026-07-30 20:24

同 Skill 集合

skills/seedance-antislop/SKILL.md
skills/seedance-audio/SKILL.md
skills/seedance-camera/SKILL.md
skills/seedance-characters/SKILL.md
skills/seedance-continuation/SKILL.md
skills/seedance-copyright/SKILL.md
skills/seedance-examples-ja/SKILL.md
skills/seedance-examples-ko/SKILL.md
skills/seedance-examples-zh/SKILL.md
skills/seedance-filter/SKILL.md
skills/seedance-interview-short/SKILL.md
skills/seedance-interview/SKILL.md
skills/seedance-lighting/SKILL.md
skills/seedance-motion/SKILL.md
skills/seedance-pipeline/SKILL.md
skills/seedance-prompt-short/SKILL.md
skills/seedance-prompt/SKILL.md
skills/seedance-recipes/SKILL.md
skills/seedance-sequence/SKILL.md
skills/seedance-style/SKILL.md
skills/seedance-vfx/SKILL.md
skills/seedance-vocab-en/SKILL.md
skills/seedance-vocab-es/SKILL.md
skills/seedance-vocab-ja/SKILL.md
skills/seedance-vocab-ko/SKILL.md
skills/seedance-vocab-ru/SKILL.md
skills/seedance-vocab-zh/SKILL.md
SKILL.md

元信息

文件数
0
版本
7f22eac
Hash
8a323e0f
收录时间
2026-07-30 20:24

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-03 04:59
浙ICP备14020137号-1 $访客地图$