Agent skill

seedance-debugger

诊断 Seedance 2.0 生成视频时出现的常见问题(人物 ID 漂移/双胞胎/字幕/Logo/风格漂移/延长跳变/画质劣化/特效不对/中文发音/音色不准/结尾噪音 等 12 类),定位根因并给出修复后的提示词。用于"我的提示词生成出来不对"、"视频里出现奇怪的字幕"、"人脸不像参考图"、"出现两个一样的人物"、"风格变了"、"怎么修这个提示词"等触发场景。

cclankgithub.com/cclankGitHub ↗
claude-codeMIT
Install
npx skills add cclank/lanshu-awesome-ai-video-kit --skill seedance-debugger --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/seedance-debugger/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 336
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# seedance-debugger 输入:有问题的提示词 + 用户描述的症状(或视频截图)。 输出:诊断(根因) + 修复后的提示词 + 解释为什么这样改。 ## 何时不用此 skill - 提示词完全没写,只是想要新提示词 → [seedance-prompter](../seedance-prompter/) - 想拆复杂剧情 → [seedance-storyboard](../seedance-storyboard/) ## 12 类问题诊断手册 详见 [methodology/08-避坑12问.md](../../methodology/08-避坑12问.md)。这里给出快速决策树。 ### 症状识别 → 跳转 | 用户说的症状 | 跳转 | |---|---| | "人脸不像 / 中途换脸 / 撞脸明星" | [#1 人物-id-漂移](#1-人物-id-漂移) | | "莫名出现字幕 / 视频里有文字" | [#2 字幕](#2-字幕) | | "有水印 / 有 Logo" | [#3 logo-水印](#3-logo-水印) | | "动漫风格变成真人了 / 风格变了" | [#4 风格漂移](#4-风格漂移) | | "拼接处跳帧 / 衔接不流畅" | [#5 延长跳变](#5-延长跳变) | | "出现两个一模一样的人" | [#6 双胞胎](#6-双胞胎) | | "延长后画质变糊 / 人脸有斑驳色块" | [#7 画质劣化](#7-画质劣化) | | "特效不对 / 倒计时乱跳" | [#8 特效不对](#8-特效不对) | | "人物多了/少了" | [#9 参考人物过多](#9-参考人物过多) | | "结尾有咔哒声" | [#10 结尾噪音](#10-结尾噪音) | | "中文读错字了" | [#11 中文发音](#11-中文发音) | | "音色不像参考音频" | [#12 音色不准](#12-音色不准) | --- ### 1. 人物 ID 漂移 **根因**:参考图混用(人脸 + 全身 + 服装在一张图) OR 人脸占比过小。 **修复策略**: 1. 让用户**额外准备一张大头照**(只包含面部,无表情最佳) 2. 提示词中明确区分:`<主体1> 的面部特征参考图片1(大头照),妆造参考图片2(全身照)` 3. **重要素材前置** **反例**:`将图1中的人物作为主角...` **正例**:`将@图片1(大头照)的面部特征作为主角面部锚点,@图片2(全身照)作为整体妆造参考。主角...` --- ### 2. 字幕 **根因**:参考图/视频中包含文字;竖屏更易触发。 **修复策略**: 1. 加约束:`保持无字幕,避免生成任何文字或字幕` 2. 如果参考素材包含文字 → 先用 Seedream 编辑去除 3.

What's inside
Steps it walks through
  1. 何时不用此 skill
  2. 12 类问题诊断手册
  3. 症状识别 → 跳转
  4. 1. 人物 ID 漂移
  5. 2. 字幕
  6. 3. Logo / 水印
  7. 4. 风格漂移
  8. 5. 延长跳变
  9. 6. 双胞胎
  10. 7. 画质劣化
  11. 8. 特效不对
  12. 9. 参考人物过多
  13. 10. 结尾噪音
  14. 11. 中文发音
More from lanshu-awesome-ai-video-kit
All skills →
About this skill
What does the seedance-debugger skill do?

诊断 Seedance 2.0 生成视频时出现的常见问题(人物 ID 漂移/双胞胎/字幕/Logo/风格漂移/延长跳变/画质劣化/特效不对/中文发音/音色不准/结尾噪音 等 12 类),定位根因并给出修复后的提示词。用于"我的提示词生成出来不对"、"视频里出现奇怪的字幕"、"人脸不像参考图"、"出现两个一样的人物"、"风格变了"、"怎么修这个提示词"等触发场景。

How do I install it?

Run `npx skills add cclank/lanshu-awesome-ai-video-kit --skill seedance-debugger --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cclank/lanshu-awesome-ai-video-kit, a repository with 336 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going