Skip to content
Skillv1.0.0

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.

by pexoai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from pexoai/pexo-skills (skills/seedance-2.0-prompter/SKILL.md). Install upstream with npx skills add pexoai/pexo-skills --skill seedance-2.0-prompter. Copyright stays with the author.

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).

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/pexoai-pexo-skills-seedance-2-0-prompter/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

pexoai-pexo-skills-seedance-2-0-prompter.ocm.jsonjson
{
  "ocm": "1",
  "id": "pexoai-pexo-skills-seedance-2-0-prompter",
  "kind": "skill",
  "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.",
  "publisher": "pexoai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "video",
      "generation",
      "prompt",
      "seedance",
      "multimodal",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/pexoai/pexo-skills",
      "path": "skills/seedance-2.0-prompter/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/pexoai/pexo-skills/blob/HEAD/skills/seedance-2.0-prompter/SKILL.md",
      "key": "pexoai/pexo-skills/skills/seedance-2.0-prompter/SKILL.md"
    }
  },
  "instructions": "# Seedance 2.0 Prompt Designer Skill\n\nThis 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.\n\n## When to Use\n\n- When the user provides multiple assets (images, videos, audio) for video generation.\n- When the user's request is complex and requires careful prompt construction.\n- When using the Seedance 2.0 model for video generation.\n\n## Core Function\n\nThis s",
  "cost": {
    "context_tokens": 529
  }
}

Fetch it by URL: GET /api/v1/registry/pexoai-pexo-skills-seedance-2-0-prompter/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.