← ClaudeAtlas

ozor-url-to-videolisted

Turn any URL — landing page, blog post, product page, documentation page, changelog, public PDF, or web article — into a finished AI-generated video using the Ozor MCP. Use this skill whenever the user gives a link and wants a video from its content: 'make a video from this URL', 'video from my landing page', 'turn this blog post into a video', 'video from https://...', 'video from our homepage', 'generate a video from this product page', 'create a video from this article'. This skill runs analyze_document with the url parameter (no scraping needed on our side), presents the resulting plan to the user, then generates → exports → embeds. Do NOT use this skill for a short text brief (use ozor-generate) or for an attached local file (use ozor-document-video).
Mintii-Labs/ozor-skills · ★ 6 · Code & Development · score 66
Install: claude install-skill Mintii-Labs/ozor-skills
# Ozor URL-to-Video End-to-end web-page-to-video on Ozor.ai. Hand Ozor a URL, get a plan back that reflects the actual page content (headlines, value props, social proof, CTA), approve or edit, and ship a finished video. ## When to use Use this skill when the input is a **URL**. Signals: - "Make a video from https://..." - "Video from my landing page / homepage / product page" - "Turn this blog post into a video" - "Video from this article / changelog page" - Any message that contains a URL the user expects you to read **Do NOT use this skill when:** - Input is a short text brief → `ozor-generate` - Input is an attached local file (PDF/PPTX/DOCX) → `ozor-document-video` - User wants a written prompt only → `ozor-landing-page-to-video` (prompt-only skill) - User wants to manage existing videos → `ozor-video-library` ## Required MCP tools - `mcp__ozor__analyze_document` — accepts a `url` parameter directly; no upload needed - `mcp__ozor__get_plan` / `mcp__ozor__update_plan` — review/edit the plan before generation - `mcp__ozor__generate_from_plan` — kicks off the build, returns `projectId` - `mcp__ozor__wait_for_job` — if the response includes a `jobId` - `mcp__ozor__export_video`, `mcp__ozor__wait_for_export` - `mcp__ozor__get_embed_code` If the MCP isn't connected, tell the user and stop. **Do not browse the URL yourself and hand-write a prompt** — Ozor extracts brand colors, hero imagery, and structure directly from the page. Your scraped text would lose that. ## Wor