Seedance 2.0 Prompt Writing Skills

February 18, 2026 · View on GitHub

中文

Agent skills for writing effective video generation prompts for Jimeng Seedance 2.0, ByteDance's multimodal AI video generation model. Works with Claude Code, Cursor, Cline, and other compatible agents.

Covers input constraints, @ reference syntax, camera language, prompt structure patterns, and ready-to-use templates for ads, dramas, MVs, educational content, and more.

Install

Clone or download this repository, then copy the skill file(s) to your Claude skills directory:

mkdir -p ~/.claude/skills

# English
cp SKILL.md ~/.claude/skills/seedance-prompt-en.md

# Chinese
cp zh/SKILL.md ~/.claude/skills/seedance-prompt-zh.md

Option B: Via skills CLI

npx skills add dexhunter/seedance2-skill

Then ask your AI agent to help you write a Seedance 2.0 video prompt.

Skills

FileLanguageDescription
SKILL.mdEnglishPrompt writing guide for Seedance 2.0
zh/SKILL.md中文Seedance 2.0 提示词撰写指南

Sources

Based on official ByteDance documentation:

License

MIT