seedance-troubleshoot
GitHub用于诊断 Seedance 2.0 视频生成失败(如模糊、抖动等)的技能。通过加载导演阅读和故障图谱,分析根因并提供修复建议,而非盲目重写提示词。
Trigger Scenarios
Install
npx skills add Emily2040/seedance-2.0 --skill seedance-troubleshoot -g -y
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
Before producing prompt text, a prompt-ready block, a rewrite, an example, or a compiled clip, load the Director's Read, classify the brief, and complete its canonical narrative or non-narrative record. Translate that record into visible or audible carriers and keep its internal labels out of final generation prose.
Use retake-protocol to record the failed criterion, observed or user-reported evidence, useful parts of the take, one plausible repair, and the remaining authorized limits. Diagnose before rewriting; repeated failures do not prove the prompt is wrong. Consider mode mismatch, conflicting references, ambiguity, unsupported controls, model variation, or missing preservation constraints. A review or rewrite request does not authorize another generation. At zero/exhausted budget, submit nothing; preserve model/tier, duration, resolution, and reference roles unless an already authorized change covers them.
When the diagnostic tree has no row for the failure, load model-mechanics and propose a testable hypothesis from the observed failure: conflicting priorities, ambiguous constraints, action timing, continuity state, reference roles, detail readability, or audio attribution. Do not present a diagnosis as proof of hidden model internals. Load field-observed-tips, reference-workflow, and api-workflow when the failure involves continuation, edit/extend, source clips, audio references, or platform-specific errors. Load shot-list-continuity for multi-shot drift and delivery-qc for final-client or delivery failures. When sequence state is present, load failure-atlas, continuation-handoff, and 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: describe a plausible failure mechanism without blaming the user; preserve the idea as well as 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 state a plausible cause or testable hypothesis, with its uncertainty; call it a root cause only when the evidence establishes causation. 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 the failed criterion, observed or user-reported evidence, a plausible cause or testable hypothesis with uncertainty, and a repaired prompt when useful. Add a conservative retry proposal only when it serves the diagnosis; preserve the user's existing settings and authorization. Do not present uncertain causation as a proven root cause or submit a generation merely because a revision was requested.
Version History
-
9ea203f
Current 2026-09-08 20:19
区分重试授权与预算扣除,明确诊断与授权的界限,区分提示词启发式规则与模型事实。
-
b8cdc5b
2026-08-04 19:06
新增强制加载Director's Read规范;优化嵌套运行时路由的可移植性。
-
7f22eac
2026-08-02 22:01
v6.7.0更新:将标题字体改为字形轮廓以解决跨平台显示差异;新增对Seedance 2.5模型的支持及状态验证逻辑。
- 6c51262 2026-07-30 20:24


