seedance-2.0-prompter

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Seedance 2.0 Prompt Designer Skill

Seedance 2.0 提示词设计器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.
本Skill可将用户零散的多模态资产(图像、视频、音频)和模糊的创作意图转换为适用于Seedance 2.0视频生成模型的结构化、可执行提示词。它相当于专业的提示词工程师,可确保底层模型输出最高质量的结果。

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.
  • 当用户提供多种资产(图像、视频、音频)用于视频生成时。
  • 当用户的需求较为复杂,需要精心构建提示词时。
  • 当使用Seedance 2.0模型生成视频时。

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.
本Skill会分析所有用户输入,生成单个优化后的JSON对象,包含最终提示词和推荐参数。内部工作流(识别、映射、构建)会自动处理,无需暴露给用户。

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):
json
{
  "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"
  }
}
用户请求: "让蒙娜丽莎喝可乐。我想要电影感的效果,类似特写镜头。" 用户上传了
monalisa.png
coke.png
使用
seedance-2.0-prompter
的Agent:
Agent会在内部处理请求和资产,然后将最终JSON输出给链路中的下一个Skill。
最终输出(供内部使用):
json
{
  "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).
本Skill依赖内部知识库来做出合理决策。Agent在执行过程中必须查阅以下文件:
  • /references/atomic_element_mapping.md
    核心知识。包含「资产类型 -> 原子元素」和「原子元素 -> 最优引用方式」映射表。
  • /references/seedance_syntax_guide.md
    :Seedance 2.0 "@asset_name" 语法参考。
  • /references/prompt_templates.md
    :适用于不同风格的高级提示词模板(例如电影感、产品展示、叙事类)。