Back to the catalog

seedance-prompt-en

dexhunter/seedance2-skill · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por dexhunter/seedance2-skill no skills.sh. Instale com: npx skills add dexhunter/seedance2-skill@seedance-prompt-en

Details

Kind
Agent skills
Topic
No topic detected
Publisher
dexhunter
Origin
skillssh
Category
ferramentas
Stars
3,557
Forks
330
Open pull requests
1
Last push
2026-02-18T13:00:03Z
Repository state
ativo
License
MIT
Added
2026-08-30 15:21:56
Updated
2026-09-08 15:03:31
Origin id
dexhunter/seedance2-skill/seedance-prompt-en

README

# Seedance 2.0 Prompt Writing Skills

[中文](README-zh.md)

[Agent skills](https://agentskills.io) for writing effective video generation prompts for [Jimeng Seedance 2.0](https://jimeng.jianying.com/), 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

### Option A: Manual copy (recommended)

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

```bash
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

```bash
npx skills add dexhunter/seedance2-skill
```

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

## Skills

| File | Language | Description |
|---|---|---|
| [SKILL.md](SKILL.md) | English | Prompt writing guide for Seedance 2.0 |
| [zh/SKILL.md](zh/SKILL.md) | 中文 | Seedance 2.0 提示词撰写指南 |

## Sources

Based on official ByteDance documentation:

- [Seedance 2.0 User Manual](https://bytedance.larkoffice.com/wiki/A5RHwWhoBiOnjukIIw6cu5ybnXQ) — Parameters, interaction methods, multimodal capabilities, and example prompts
- [Seedance 2.0 Real-world Cases](https://bytedance.larkoffice.com/wiki/LJXzwehluiFdzKkb1recZdfonZg) — Drama production, e-commerce ads, dance imitation, science education, AI MVs, and more

## License

[MIT](LICENSE)

More