BlitzReels X-to-video
Combine current X evidence with the BlitzReels MCP tools. Do not treat popularity, sentiment, or a post's text as
verified unless the host can read the live source.
Resolve the source
- Open the supplied X links or use the host's X search capability when available.
- Preserve the source URLs, author attribution, and publication time. Separate quoted claims from verified facts.
- Choose one branch:
- Native X video to clips: use the X post URL with
clips_create.
- Existing BlitzReels media: use its asset ID with
clips_create.
- Text post, thread, or trend to a new video: prepare a sourced brief, then follow
blitzreels-generation.
- Ask for the intended angle only when the source supports several materially different stories.
Completion: a reachable source, a clear video angle, and one selected production branch.
Clip native X video
- Call
clips_create once with the X URL and a caller-generated idempotency key.
- Follow
batch.polling with clips_get; do not create a second batch while the first is active.
- Present completed clips before items needing review. Include verified titles, download URLs, and the studio URL.
- Start or retry a paid export only after approval when the returned state requires it.
Completion: a terminal batch or a bounded active status with its batch ID and studio URL.
Create a video from an X discussion
- Build a short brief with the hook, verified context, narration, visual direction, target duration, and aspect ratio.
- Cite the X sources in the reviewable brief. Do not present an X claim as independent confirmation.
- Follow
blitzreels-generation for planning, cost review, asset generation, visual QA, and export.
- Keep paid generation and export behind separate approval unless the user has already approved the disclosed cost.
Completion: a verified downloadable video plus the source list and any unresolved factual caveats.
Boundaries
- Do not imitate a real person's voice or likeness without rights and explicit user intent.
- Do not download private, access-controlled, or deleted X media.
- Do not claim that BlitzReels publishes to X. Return a verified asset; use a separate authorized X tool for posting.
- Require approval immediately before publishing, deleting, purchasing, or spending credits.
1---2name: blitzreels-x-video3description: Turn an X or Twitter post, native X video, thread, conversation, or current trend into short-form video with BlitzReels. Use when the user provides an x.com URL or asks to research X and create clips, a faceless explainer, a trend response, or platform-ready video.4---5
6# BlitzReels X-to-video
7
8Combine current X evidence with the BlitzReels MCP tools. Do not treat popularity, sentiment, or a post's text as
9verified unless the host can read the live source.
10
11## Resolve the source
12
131. Open the supplied X links or use the host's X search capability when available.
142. Preserve the source URLs, author attribution, and publication time. Separate quoted claims from verified facts.
153. Choose one branch:
16 - Native X video to clips: use the X post URL with `clips_create`.
17 - Existing BlitzReels media: use its asset ID with `clips_create`.
18 - Text post, thread, or trend to a new video: prepare a sourced brief, then follow `blitzreels-generation`.
194. Ask for the intended angle only when the source supports several materially different stories.
20
21Completion: a reachable source, a clear video angle, and one selected production branch.
22
23## Clip native X video
24
251. Call `clips_create` once with the X URL and a caller-generated idempotency key.
262. Follow `batch.polling` with `clips_get`; do not create a second batch while the first is active.
273. Present completed clips before items needing review. Include verified titles, download URLs, and the studio URL.
284. Start or retry a paid export only after approval when the returned state requires it.
29
30Completion: a terminal batch or a bounded active status with its batch ID and studio URL.
31
32## Create a video from an X discussion
33
341. Build a short brief with the hook, verified context, narration, visual direction, target duration, and aspect ratio.
352. Cite the X sources in the reviewable brief. Do not present an X claim as independent confirmation.
363. Follow `blitzreels-generation` for planning, cost review, asset generation, visual QA, and export.
374. Keep paid generation and export behind separate approval unless the user has already approved the disclosed cost.
38
39Completion: a verified downloadable video plus the source list and any unresolved factual caveats.
40
41## Boundaries
42
43- Do not imitate a real person's voice or likeness without rights and explicit user intent.
44- Do not download private, access-controlled, or deleted X media.
45- Do not claim that BlitzReels publishes to X. Return a verified asset; use a separate authorized X tool for posting.
46- Require approval immediately before publishing, deleting, purchasing, or spending credits.