dexhunter/seedance2-skill
skill to create best prompts for generating videos with seedance2.0
Seedance 2.0 Prompt Writing Skills
What it is – A small, self‑contained “skill” for Claude‑compatible AI agents that teaches the agent how to craft effective prompts for Seedance 2.0, ByteDance’s multimodal video‑generation model. The repository only contains markdown guide files; there is no code that runs the model itself.
Why it matters – Prompt quality is the biggest factor in getting good results from generative video systems. By giving an agent a ready‑made reference (the skill), you can ask the agent to produce a complete, correctly‑formatted Seedance 2.0 prompt for ads, dramas, music videos, educational clips, etc., without having to read the official ByteDance docs yourself.
Quick install
You have two ways to make the skill available to Claude (or any other agent that reads ~/.claude/skills):
- Manual copy (recommended)
mkdir -p ~/.claude/skills # English version cp SKILL.md ~/.claude/skills/seedance-prompt-en.md # Chinese version cp zh/SKILL.md ~/.claude/skills/seedance-prompt-zh.md - Via the
skillsCLI (if you have the CLI installed)npx skills add dexhunter/seedance2-skill
After the file is in the skills directory, you can simply ask your Claude‑based agent:
“Help me write a Seedance 2.0 prompt for a 15‑second e‑commerce ad about sneakers.” The agent will load the markdown guide and follow its structure.
What the skill contains
| File | Language | Content |
|---|---|---|
SKILL.md |
English | Step‑by‑step guide covering input constraints, the @ reference syntax, camera‑language conventions, prompt‑structure patterns, and ready‑to‑use templates for several content types. |
zh/SKILL.md |
中文 | Same guide translated into Chinese. |
The guide is organized around:
- Parameter limits (e.g., token counts, allowed media types).
- Reference syntax (
@tags) for linking external assets. - Camera language – how to describe shots, angles, movements.
- Prompt templates – boilerplate structures for ads, dramas, MVs, education, etc.
- Examples drawn from ByteDance’s official documentation.
Sources & credibility
The skill is explicitly based on ByteDance’s own documentation:
- Seedance 2.0 User Manual – details on parameters, interaction methods, and multimodal capabilities.
- Seedance 2.0 Real‑world Cases – showcases of drama production, e‑commerce ads, dance imitation, science education, AI music videos, and more. These links are included in the README, so the information is not speculative.
License
MIT – you can freely copy, modify, and redistribute the markdown files.
Bottom line – If you already use Claude (or another compatible agent) and need to generate video prompts for ByteDance’s Seedance 2.0, this repository gives you a ready‑made knowledge base that the agent can consult, saving you time and reducing prompt‑writing errors.
Related
- Project
- Project
- Project
- Project