seedance-prompt-short

Pass

Build, validate, and compress Seedance 2.0 prompts to a hard 2000-character limit using the Five-Layer Stack, @Tag delegation, and the new Compression Engine. Use when constructing or debugging any T2V, I2V, V2V, or R2V prompt for the short-form workflow.

@Emily2040
MIT3/27/2026
45out of 100
(0)
465
11
18

Install Skill

Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.

Install globally (user-level):

npx skillhub install Emily2040/seedance-2.0/seedance-prompt-short

Install in current project:

npx skillhub install Emily2040/seedance-2.0/seedance-prompt-short --project

Suggested path: ~/.claude/skills/seedance-prompt-short/

AI Review

Instruction Quality40
Description Precision60
Usefulness32
Technical Soundness55

Scored 45 as a short but focused prompt engineering guide. Layer budget table is useful but the entire skill is very thin (1.8KB). No automation, no scripts, and tightly locked to Seedance 2.0 ecosystem.

SKILL.md Content

---
name: seedance-prompt-short
description: 'Build, validate, and compress Seedance 2.0 prompts to a hard 2000-character limit using the Five-Layer Stack, @Tag delegation, and the new Compression Engine. Use when constructing or debugging any T2V, I2V, V2V, or R2V prompt for the short-form workflow.'
license: MIT
user-invocable: true
user-invokable: true
tags: [prompt, compression, t2v, i2v, v2v, r2v, character-limit, openclaw, antigravity, gemini-cli]
metadata: {
  "version": "5.0.0",
  "updated": "2026-03-03",
  "openclaw": {"emoji": "⚡️", "homepage": "https://github.com/Emily2040/seedance-2.0"},
  "parent": "seedance-20",
  "author": "Emily (@iamemily2050)",
  "repository": "https://github.com/Emily2040/seedance-2.0"
}
---

# seedance-prompt-short

This skill helps construct and compress prompts for Seedance 2.0, with a recommended target of **30-100 words**.

## The 30-100 Word Target

| Layer | Budget (chars) | Purpose |
|:---|:---:|:---|
| **1. Core Intent** | ~20-40 words | Subject + Action. The emotional and narrative heart. |
| **2. Visuals** | ~20-30 words | Camera + Lighting + Style. The cinematic eye. |
| **3. Audio** | ~10-20 words | Music + SFX + Ambience. The soundscape. |
| **4. Technical** | ~10-20 words | @Tags + Constraints + Physics. The rules. |

| **Total** | **~30-100 words** | **Recommended Target** |

## The Compression Engine

- **Verbs > Adjectives**: `A woman's face, catching the last light` not `A beautiful, stunning shot`.
- **Show, Don't Tell Emotion**: `His shoulders slump` not `He is sad`.
- **Use Film Language**: `Dolly shot, camera-left` not `The camera moves smoothly`.
- **Trust the Model**: `Gourmet hamburger ad, macro shot` not a long description of a hamburger.

---

For a guided workflow that builds a prompt, use [skill:seedance-interview].