← ClaudeAtlas

ozor-generatelisted

Generate an AI video end-to-end on Ozor.ai from a short text brief. Use this skill whenever the user wants to actually create a video (not just write a prompt) from a creative description, idea, or short brief — e.g. 'make me a video about X', 'generate a launch video for Y', 'create an explainer for Z', 'render a video', 'produce a 30s ad about ...', 'spin up a quick video for our new feature'. This skill runs the full Ozor MCP pipeline: generate_video → wait_for_job → export_video → wait_for_export → get_embed_code, and returns the shareUrl, editorUrl, downloadUrl, and a ready-to-paste <iframe> embed. Do NOT use this skill when the input is a document/PDF/PPTX/deck/URL — use ozor-document-video or ozor-url-to-video instead.
Mintii-Labs/ozor-skills · ★ 6 · Data & Documents · score 68
Install: claude install-skill Mintii-Labs/ozor-skills
# Ozor Generate (Text-to-Video) End-to-end video generation on Ozor.ai using the `mcp__ozor__*` tools. This skill takes a short creative brief and returns a finished, exported, shareable video — not just a prompt. ## When to use Use this skill when the user wants to **actually produce a video** from a short text idea. Signals: - "Make a video about ..." - "Generate a launch video for ..." - "Create a 30-second explainer about ..." - "Spin up an ad for our new feature ..." - "Render a video that says ..." **Do NOT use this skill when:** - The user has a document, PDF, PPTX, DOCX, deck, or file → use `ozor-document-video` - The user gives a URL / landing page → use `ozor-url-to-video` - The user just wants help **writing** an Ozor prompt without generating → use `ozor-video-best-practices` - The user wants to manage existing videos → use `ozor-video-library` ## Required MCP tools This skill assumes the Ozor MCP is connected. The tools are: - `mcp__ozor__generate_video` — kicks off a text-to-video job - `mcp__ozor__wait_for_job` — blocks until the agent finishes building the project - `mcp__ozor__export_video` — starts the render - `mcp__ozor__wait_for_export` — blocks until the render is ready, returns URLs - `mcp__ozor__get_embed_code` — returns the `<iframe>` HTML - `mcp__ozor__list_voices` — optional, lookup of available voices - `mcp__ozor__send_message` — optional, follow-up edits to the video agent If the Ozor MCP is not connected, tell the user to add it and stop