seedance-prompter

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Seedance Prompt Designer Skill

Seedance 提示词设计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-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-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
    : 适用于不同风格的高级提示词模板(如电影质感、产品展示、叙事类)。