Skip to Content

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.

PromptArgsOrchestrates
make-tiktok-versionresult_id requiredset_project_settings { aspectRatio: "9:16" } and reframes overlays for the new canvas.
add-captionsresult_id required, preset optional (hormozi default)Ensures caption overlay, then applies apply_caption_preset through apply_edits.
apply-my-brandresult_id requiredReads the user’s brand kit, then applies apply_brand_kit through apply_edits.
exportresult_id required, quality optional (lite, 1080p, 4k)Runs render, then polls get_render_status until download_url is ready.
new-project-from-urlvideo_url required, language requiredRuns 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