ozor-video-library

ozor-video-library is a skill for Claude Code, Codex from Mintii-Labs/ozor-skills. It costs 218 tokens per session (2,025 once invoked), scanned A, original, MIT.

A manager for videos that already exist in an Ozor.ai account. Ozor.ai is a service that creates videos from text or documents.

In plain words
What is it for?
Use it to list videos, view their details or build plans, check job status, wait for exports, re-export videos, embed them, or send follow-up edits.
Why use it?
It gives you one place to inspect existing videos, check whether exports are finished, and request changes without starting over.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list videos, view their details or build plans, check job status, wait for exports, re-export videos, embed them, or send follow-up edits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mintii-labs/ozor-skills/ozor-video-library
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Mintii-Labs/ozor-skills --skill ozor-video-library
Clone the repo
git clone --depth 1 https://github.com/Mintii-Labs/ozor-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ozor-video-library

README.md
[![agentmods](https://agentmods.dev/badge/skills/mintii-labs/ozor-skills/ozor-video-library/github.svg)](https://agentmods.dev/skills/mintii-labs/ozor-skills/ozor-video-library)
Your own site
<a href="https://agentmods.dev/skills/mintii-labs/ozor-skills/ozor-video-library"><img src="https://agentmods.dev/badge/skills/mintii-labs/ozor-skills/ozor-video-library/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ozor-video-library

Your own site · 80×15
<a href="https://agentmods.dev/skills/mintii-labs/ozor-skills/ozor-video-library"><img src="https://agentmods.dev/badge/skills/mintii-labs/ozor-skills/ozor-video-library.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 218 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,025 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00218 $0.02025
Opus 5 $0.00109 $0.01012
Sonnet 5 $0.00044 $0.00405
Haiku 4.5 $0.00022 $0.00202

Measured 12d ago against content hash 9ccdf22824bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ozor-video-library scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ozor-video-library/SKILL.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ozor Video Library

Manage existing Ozor.ai videos via the MCP: list, inspect, re-export, embed, or send follow-up edits to the video agent. This skill is the "everything except creating from scratch" surface for mcp__ozor__*.

When to use

Use this skill when the user wants to operate on videos that already exist in their Ozor account. Signals:

  • "List / show my videos"
  • "What's the status of ..."
  • "Get the share link / download / embed for ..."
  • "Re-export that video at 9:16"
  • "Send a follow-up edit: change scene 2 to ..."
  • "Show me the plan for that video"
  • "Is the job done yet" / "check on the export"

Do NOT use this skill when:

  • Creating a new video from text → ozor-generate
  • Creating from a document/file → ozor-document-video
  • Creating from a URL → ozor-url-to-video

Required MCP tools

Task Tool
List recent videos mcp__ozor__list_videos
Get one video's details mcp__ozor__get_video
Check a build job status mcp__ozor__get_job
Block until a job finishes mcp__ozor__wait_for_job
Fetch the plan a video was built from mcp__ozor__get_plan
Edit a plan mcp__ozor__update_plan
Trigger a (new) export mcp__ozor__export_video
Block until export ready mcp__ozor__wait_for_export
Get <iframe> for embedding mcp__ozor__get_embed_code
Send a follow-up edit message to the agent mcp__ozor__send_message
List available voices mcp__ozor__list_voices

If the MCP isn't connected, tell the user and stop.

Common workflows

A. List recent videos

mcp__ozor__list_videos({ limit?: 10 })

Present as a table:

| # | Title | Status | Format | Updated | videoId |
|---|-------|--------|--------|---------|---------|
| 1 | ...   | exported | 16:9 | 2h ago | abc...  |

Offer 2–3 obvious next actions: "Want share links for any of these? An embed code? Re-export one as 9:16?"

B. Get details for a specific video

If the user names a video or gives an ID:

Read the full file on GitHub · 195 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 195 lines · 218 tokens per session scan A 9ccdf22824bb

Subscribe to this mod's changes

ozor-video-library is a skill published in the GitHub repository Mintii-Labs/ozor-skills (6 stars, last pushed 3mo ago), licensed MIT. It adds 218 tokens to every session and 2,025 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ozor-doc-to-video

Convert any document into a production-ready Ozor.ai video prompt. Use this skill whenever the user uploads a document (PDF, PowerPoint, Google Doc, Markdown, text file, or URL) and wants to turn it into a video. Also trigger when the user mentions 'turn this doc into a video', 'make a video from this PDF', 'video…

renalpelvisdeinocheirus70/ozor-skills · 165 tokens

ozor-landing-page-to-video

Convert any landing page or website into an Ozor.ai video prompt. Use this skill whenever the user provides a URL, landing page content, or website copy and wants to turn it into a video. Trigger on phrases like 'make a video from my website', 'video from this landing page', 'turn my homepage into a video', 'video…

renalpelvisdeinocheirus70/ozor-skills · 120 tokens

ozor-prompt-optimizer

Analyze and improve existing Ozor.ai video prompts for better output quality. Use this skill whenever the user has an Ozor prompt that produced mediocre results, wants to improve a video prompt, needs help debugging why a video didn't turn out well, or wants expert feedback on their prompt before running it. Trigger…

renalpelvisdeinocheirus70/ozor-skills · 146 tokens

ozor-video-best-practices

Expert guide for crafting high-quality video prompts for Ozor.ai, the AI video generation platform. Use this skill whenever the user mentions Ozor, wants to create a launch video, product demo, feature announcement, explainer video, social ad, release notes video, investor update, tutorial, or any marketing video.…

renalpelvisdeinocheirus70/ozor-skills · 167 tokens

ozor-changelog-to-video

Convert changelogs, release notes, and version updates into Ozor.ai video prompts. Use this skill whenever the user has a CHANGELOG.md, release notes, GitHub release, version bump summary, or any list of product changes and wants to turn them into a video. Trigger on phrases like 'video from my changelog', 'release…

renalpelvisdeinocheirus70/ozor-skills · 130 tokens

ozor-social-batch

Generate a batch of social media video prompts for multiple platforms from a single input. Use this skill whenever the user wants to create videos for multiple social platforms at once, repurpose one video across platforms, or create a social media video campaign. Trigger on phrases like 'social media videos', 'videos…

renalpelvisdeinocheirus70/ozor-skills · 133 tokens