Skip to content
Content
Skill

/seedance-2.0-prompter

Expert prompt engineering for Seedance 2.0. Use when the user wants to generate a video with multimodal assets (images, videos, audio) and needs the best possible prompt.

From plugin
pexo-skills
76520 skills
Install
$ npx -y skills add pexoai/pexo-skills --skill seedance-2.0-prompter --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/seedance-2.0-prompter

Context preview

The summary Claude sees to decide when to auto-load this skill.

Expert prompt engineering for Seedance 2.0. Use when the user wants to generate a video with multimodal assets (images, videos, audio) and needs the best possible prompt.

SKILL.md

seedance-2.0-prompter.SKILL.md
name: seedance-2.0-prompter
description: >
  Expert prompt engineering for Seedance 2.0. Use when the user wants to generate a video with multimodal assets (images, videos, audio) and needs the best possible prompt.
version: 2.1.0
author: pexoai
tags: [video, generation, prompt, seedance, multimodal]

Seedance 2.0 Prompt Designer Skill

This skill transforms a user's scattered multimodal assets (images, videos, audio) and ambiguous creative intent into a structured, executable prompt for the Seedance 2.0 video generation model. It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model.

When to Use

  • When the user provides multiple assets (images, videos, audio) for video generation.
  • When the user's request is complex and requires careful prompt construction.
  • When using the Seedance 2.0 model for video generation.

Core Function

This skill analyzes all user inputs and generates a single, optimized JSON object containing the final prompt and recommended parameters. The internal workflow (Recognition, Mapping, Construction) is handled automatically and should not be exposed to the user.

Usage Example

**User Request:** "Make the Mona Lisa drink a Coke. I want it to feel cinematic, like a close-up shot." *User uploads `monalisa.png` and `coke.png`*

**Agent using `seedance-2.0-prompter`:** *The agent internally processes the request and assets, then outputs the final JSON to the next skill in the chain.*

**Final Output (for internal use):**

{
  "final_prompt": "A cinematic close-up shot of a woman picking up a bottle of Coke and taking a sip. The scene is lit with dramatic, high-contrast lighting. Use @monalisa as the subject reference, and the object appearing in the video is @coke.",
  "recommended_parameters": {
    "duration": 8,
    "aspect_ratio": "16:9"
  }
}

Knowledge Base

This skill relies on an internal knowledge base to make informed decisions. The agent MUST consult these files during execution.

  • **`/references/atomic_element_mapping.md`**: **Core Knowledge**. Contains the "Asset Type -> Atomic Element" and "Atomic Element -> Optimal Reference Method" mapping tables.
  • **`/references/seedance_syntax_guide.md`**: Seedance 2.0 "@asset_name" syntax reference.
  • **`/references/prompt_templates.md`**: Advanced prompt templates for different genres (e.g., Cinematic, Product Showcase, Narrative).
Read more
Ships withpexo-skills

A collection of open-source Agent Skills for content creation — images, audio, and video.

Get the whole plugin
Stats
767
Stars
42
Forks
Active
Maintenance
Shell
Language
MIT
License
20d ago
Last commit
5mo ago
Created

Repo: pexoai/pexo-skills

Other skills on pexo-skills.