/ Diretório / Playground / Seedance2.0-ShotDesign-Skills
● Comunidade woodfantasy ⚡ Instantâneo

Seedance2.0-ShotDesign-Skills

por woodfantasy · woodfantasy/Seedance2.0-ShotDesign-Skills

Shot design prompt library for Seedance 2.0 — structured camera, subject, and motion prompts that get cinematic output out of the model.

A prompt skill specifically tuned for Seedance 2.0. Instead of generic text-to-video prompts, it structures shot design: camera movement, subject blocking, motion direction, timing. Tuned from empirical experiments on what Seedance actually listens to.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

seedance2-0-shotdesign-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "seedance2-0-shotdesign-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills",
        "~/.claude/skills/Seedance2.0-ShotDesign-Skills"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "seedance2-0-shotdesign-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills",
        "~/.claude/skills/Seedance2.0-ShotDesign-Skills"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "seedance2-0-shotdesign-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills",
        "~/.claude/skills/Seedance2.0-ShotDesign-Skills"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seedance2-0-shotdesign-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills",
        "~/.claude/skills/Seedance2.0-ShotDesign-Skills"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "seedance2-0-shotdesign-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills",
        "~/.claude/skills/Seedance2.0-ShotDesign-Skills"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "seedance2-0-shotdesign-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills",
          "~/.claude/skills/Seedance2.0-ShotDesign-Skills"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add seedance2-0-shotdesign-skill -- git clone https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills ~/.claude/skills/Seedance2.0-ShotDesign-Skills

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Seedance2.0-ShotDesign-Skills

Get a single shot dialed in without 20 takes

👤 Creators using Seedance who burn credits on random rerolls ⏱ ~10 min beginner

Quando usar: You know what you want but can't translate it to Seedance's prompt language.

Pré-requisitos
  • Seedance 2.0 access — Via the Seedance platform
  • Skill installed — git clone https://github.com/woodfantasy/Seedance2.0-ShotDesign-Skills ~/.claude/skills/Seedance2.0-ShotDesign-Skills
Fluxo
  1. Describe the shot
    Use Seedance 2.0 shot design. I want a medium shot, character walking left to right, cherry blossoms falling, warm backlight.✓ Copiado
    → Structured prompt with camera, subject, motion, light directives
  2. Tune specifics
    Slower walk; camera follows with a slight dolly left.✓ Copiado
    → Adjusted camera and timing directives

Resultado: A prompt that hits on the first or second take.

Armadilhas
  • Generic adjectives Seedance ignores — Use the skill's vocabulary — specific terms beat flowery language

Build a shot list for a sequence

👤 Video creators planning a short ⏱ ~30 min intermediate

Quando usar: You need coherent coverage across a scene, not one-off clips.

Fluxo
  1. Define the sequence
    Use the shot-design skill. Sequence: character enters café, orders, sits down. Give me 5 shots with coverage.✓ Copiado
    → Shot list — wide, over-shoulder, insert, etc.
  2. Generate prompts per shot
    Write each as a Seedance prompt.✓ Copiado
    → Individual prompts

Resultado: A prompt batch you can run through Seedance.

Combinações

Combine com outros MCPs para 10× de alavancagem

seedance2-0-shotdesign-skill + higgsfield-ai-prompt-skill

Cross-model workflow — prompt Higgsfield and Seedance for different coverage

Generate master shots in Seedance and close-ups in Higgsfield.✓ Copiado
seedance2-0-shotdesign-skill + filesystem

Save shot libraries for reuse across projects

Save the shot list as shots/<scene>.md✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
shot_prompt description Every shot 0
shot_list sequence description Planning 0

Custo e limites

O que custa rodar

Cota de API
None in skill
Tokens por chamada
Small
Monetário
Seedance credits separate
Dica
Iterate on prompts locally before burning Seedance credits.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: None
Saída de dados: None from skill

Solução de problemas

Erros comuns e correções

Seedance ignores directives

Seedance model evolves; re-check the skill's vocabulary is current for 2.0

Character inconsistent

Video models drift; use consistent subject descriptors across shots

Alternativas

Seedance2.0-ShotDesign-Skills vs. outros

AlternativaQuando usarTroca
higgsfield-ai-prompt-skillYou use HiggsfieldDifferent model, different prompt language
Manual Seedance promptingYou've done 1000s of renders alreadyNo scaffolding

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills