Seedance Prompter
Turns a one-line video idea into an 8-element, production-ready prompt for Doubao Seedance 2.0.
Image & VideoBeginner★ 405⑂ 93AI score 7/10Last updated: Jun 1, 2026
What it does
- Converts natural-language video requests into English prompts built on an 8-element formula: precise subject + action detail + scene + lighting/color + camera size & movement + visual style + quality + negative constraints.
- When your brief is too thin, it asks only the 3 questions that most change the result (shot scale, mood, delivery aspect ratio).
- Runs a pre-flight checklist: 50–200 words, one camera move per shot, no contradictory terms (8mm + 4K, slow motion + high speed), and at least
no watermark, no logo. - Returns the prompt plus recommended aspect ratio/duration/resolution, the reasoning behind the design, and concrete knobs to tweak.
- Routes you to sibling skills for 5/10/15-second clips with native audio, prompt debugging, or multi-shot storyboards.
Who it's for
- Marketers and short-form creators producing product or brand spots with Doubao Seedance 2.0
- Creators who aren't comfortable writing cinematic English prompts
- Beginners learning film vocabulary for lighting, shot size and camera motion
Examples
- "Make me a coffee ad" → three clarifying questions, then an extreme close-up of cream swirling into crema that pulls back to a medium shot, 9:16, 8 seconds.
- "Perfume commercial" → asks about bottle finish, static vs. rotating/spray motion, hard vs. soft light, then outputs a luxury-tone prompt.
- Videos with people → automatically appends the quality suffix that preserves face/clothing consistency and disables subtitles.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/cclank/lanshu-awesome-ai-video-kit/HEAD/skills/seedance-prompter/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/seedance-prompter folder from the GitHub repo cclank/lanshu-awesome-ai-video-kit into my ~/.claude/skills/seedance-prompter/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/cclank/lanshu-awesome-ai-video-kit.git && mkdir -p ~/.claude/skills && cp -r lanshu-awesome-ai-video-kit/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/cclank/lanshu-awesome-ai-video-kit.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skills in:
cp -r lanshu-awesome-ai-video-kit/skills/* ~/.claude/skills/ - The skill links to docs via relative paths (
../../methodology/), so also copy:cp -r lanshu-awesome-ai-video-kit/methodology lanshu-awesome-ai-video-kit/prompts ~/.claude/ - Restart Claude Code and test with: "write me a Seedance prompt for a coffee ad".
- Paste the generated prompt into Doubao Seedance 2.0 and apply the suggested aspect ratio and duration.
View source on GitHub ↗License: MIT