Prompts
Once you connect Claude or connect ChatGPT, you drive VDClip with plain language. The assistant picks the right tool for each request. These are the five prompt recipes currently shipped by vdclip-mcp.
Use outcomes, not buttons. The assistant turns each recipe into a tool sequence, then returns the result back in chat.
| Prompt | Args | Orchestrates |
|---|---|---|
make-tiktok-version | result_id required | set_project_settings { aspectRatio: "9:16" } and reframes overlays for the new canvas. |
add-captions | result_id required, preset optional (hormozi default) | Ensures caption overlay, then applies apply_caption_preset through apply_edits. |
apply-my-brand | result_id required | Reads the user’s brand kit, then applies apply_brand_kit through apply_edits. |
export | result_id required, quality optional (lite, 1080p, 4k) | Runs render, then polls get_render_status until download_url is ready. |
new-project-from-url | video_url required, language required | Runs create_project { type: "clipping", video_url, language, aspect_ratio: "9:16" } and follows processing. |
How to read them
result_id is the project or clip handle the assistant uses after a recipe starts work. video_url and language only appear on the entry-point prompt that creates a new clipping project.
Last updated on