From pexo
Transforms user-provided images, videos, and audio into optimized Seedance 2.0 JSON prompts for high-quality video generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pexo:seedance-2.0-prompterThe summary Claude sees in its skill listing — used to decide when to auto-load this 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.
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.
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.
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"
}
}
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).npx claudepluginhub pexoai/pexo-skills --plugin pexoGenerates AI dance and motion videos via Seedance (ByteDance) API. Supports text-to-video, image-to-video, and multimodal reference workflows with configurable resolution up to 4k.
Crafts structured prompts for Google Veo 3.2 (Artemis engine) from user assets and intent. Useful when generating video with Veo or need cinematic prompt engineering.
Generates cinematic videos with native synchronized audio via ByteDance Seedance 2.0 (Fast) on the EachLabs API. Supports text-to-video and image-to-video with 4–15 second clips up to 720p, realistic physics, and camera control.