seedance-2.0-prompter▌
pexoai/pexo-skills · updated Apr 8, 2026
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.
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).
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★64 reviews- ★★★★★Henry Huang· Dec 28, 2024
Useful defaults in seedance-2.0-prompter — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Mei Haddad· Dec 24, 2024
seedance-2.0-prompter fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Charlotte Tandon· Dec 24, 2024
We added seedance-2.0-prompter from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Noor Haddad· Dec 16, 2024
Registry listing for seedance-2.0-prompter matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Arya Khanna· Dec 8, 2024
Solid pick for teams standardizing on skills: seedance-2.0-prompter is focused, and the summary matches what you get after install.
- ★★★★★Camila White· Nov 27, 2024
I recommend seedance-2.0-prompter for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Mei Sharma· Nov 19, 2024
We added seedance-2.0-prompter from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Chen Kapoor· Nov 15, 2024
Useful defaults in seedance-2.0-prompter — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Diego Wang· Nov 11, 2024
seedance-2.0-prompter has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Noor Sharma· Nov 7, 2024
seedance-2.0-prompter reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 64