seedance-antislop
GitHub用于优化Seedance视频生成提示词,去除空洞形容词和AI填充词,将其转化为具体的镜头、光影和动作指令,提升生成的视觉精确度。
Trigger Scenarios
Install
npx skills add Emily2040/seedance-2.0 --skill seedance-antislop -g -y
SKILL.md
Frontmatter
{
"name": "seedance-antislop",
"tags": [
"prompt-quality",
"anti-slop",
"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 prompt contains generic AI filler, hollow superlatives, vague cinematic language, bloated adjectives, weak verbs, or needs sharper production-specific wording.",
"user-invocable": true
}
seedance-antislop
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.
Remove filler that hides missing visual decisions. A strong Seedance prompt uses observable nouns, verbs, camera moves, light sources, sound cues, and constraints. A weak prompt asks for excellence without saying what excellence looks or sounds like.
Intent
Users reach for giant empty words precisely because they care intensely and don't know where to put it. The soul of de-slopping is conservation: every deleted "epic" must come back as a visible choice that holds the same caring. Strip a prompt without honoring the feeling that bloated it, and the user hears that their excitement was wrong.
Visibility Test
Every major phrase should be visible to a camera, measurable by a light meter, audible in the mix, or observable as motion. If a phrase cannot pass that test, replace it with production language.
| Filler | Ask what it means | Strong replacement pattern |
|---|---|---|
| cinematic | What camera and light make it cinematic? | locked close-up, warm practical key, cool rim light |
| epic | What is the scale or stake? | wide low-angle shot, tiny figure against storm wall |
| beautiful | What color, texture, or light behavior? | pearl highlights on wet ceramic, soft window bounce |
| dynamic | What moves, how fast, and where does it end? | fast lateral track ending on the hero label |
| professional | What production setup? | clean commercial tabletop, controlled reflection, no clutter |
The Six Slop Classes
Classify before rewriting - each class has a different repair:
- Empty evaluators (
cinematic, epic, stunning) - convert each to the one observable detail that earns it. - Borrowed image-model tokens (
8K, masterpiece, trending on ArtStation) - delete; quality and resolution are settings, not prose. - Tag salad (comma keyword dumps ported from image prompting) - rewrite as shooting-brief prose: one sentence per element, with an action and a time axis.
- Negation slop (
no blur, no artifacts, no extra fingers) - negation summons; describe what IS there instead, and keep negation only in the constraint slot. - Adjective stacking (three synonyms for one quality) - pick the single detail that matters.
- Feel-suffix words (
电影感, 雰囲気のある, 감성적인, atmosférico, атмосферный, vibey) - name the physical cause of the feeling; every language file inreferences/vocab/has a Slop Traps table for its own community's empty words.
Rewrite Pass
First, underline all superlatives and vague style labels and classify each by slop class. Second, decide whether each word should become camera, light, motion, material, sound, or constraint language. Third, reduce duplicates. Fourth, keep the prompt within the character budget and preserve reference tags.
Do Not Over-Correct
Do not remove useful genre language when it is paired with concrete direction. Noir hallway with hard venetian-blind shadows is useful; dramatic cinematic noir vibes is not. Keep terms that communicate medium, era, palette, or lens behavior.
Load anti-slop-lexicon for the slop-class taxonomy and extended replacement table, and seedance-vocab-en with English vocabulary for the full function-organized English precision vocabulary. For non-English prompts, load the matching vocab file's Slop Traps table: Chinese, Japanese, Korean, Spanish, or Russian. Each language community has its own empty-quality words and decompositions.
Output Contract
Return removed words, replacements grouped by camera/light/motion/sound/constraint, and the tightened prompt.
Version History
-
b8cdc5b
Current 2026-08-04 19:05
新增加载Director's Read并分类简报的要求;细化重写流程为下划线标记及分类步骤;补充六种Slop类别的详细修复策略。
- 7f22eac 2026-08-02 22:00
- 6c51262 2026-07-30 20:23


