ozor-skills
v1.0.0
Published
Agent skills for Ozor.ai — AI video generation for product launches and marketing
Maintainers
Readme
Ozor Skills
Agent skills for Ozor.ai — the AI video generator for product launches and marketing.
These skills extend Claude Code, Codex CLI, and other AI coding assistants with expert knowledge for creating high-quality videos with Ozor. They follow the open SKILL.md standard.
Skills
🎬 ozor-video-best-practices
Expert guide for writing effective Ozor prompts. Includes prompt formulas for every common video type (product launch, explainer, social ad, feature announcement, investor update, tutorial), scene structure principles, format selection, editing workflow, and common mistakes to avoid.
Triggers on: "make a video", "Ozor prompt", "launch video", "explainer video", "video best practices", and more.
📄 ozor-doc-to-video
Converts any document (PDF, PowerPoint, blog post, README, changelog, URL) into a structured, copy-pasteable Ozor prompt. Reads the document, identifies the best video type, structures scenes, and outputs a complete prompt ready to drop into Ozor.ai.
Triggers on: "turn this doc into a video", "video from this PDF", "video from my pitch deck", "convert this to a video", and more.
📋 ozor-changelog-to-video
Transforms changelogs, release notes, and version updates into polished release announcement videos. Parses change categories, prioritizes user-facing features, and structures scenes with version badges, feature highlights, and update CTAs.
Triggers on: "video from my changelog", "release notes video", "announce this release", "version update video", "what's new video", and more.
🌐 ozor-landing-page-to-video
Converts any landing page or website URL into a video prompt. Extracts hero headlines, value propositions, social proof, and CTAs from web content and produces platform-appropriate video prompts that match the brand's visual identity.
Triggers on: "video from my website", "landing page to video", "turn my homepage into a video", "video from this URL", and more.
📱 ozor-social-batch
Generates a coordinated batch of social media video prompts for multiple platforms from a single input. Each platform gets a unique angle — not just a resized copy — respecting platform-specific formats, durations, and audience conventions.
Triggers on: "social media videos", "videos for all platforms", "Instagram and TikTok video", "social campaign", "batch of social videos", and more.
✨ ozor-prompt-optimizer
Analyzes existing Ozor prompts and rewrites them for better output quality. Scores prompts on six dimensions (specificity, structure, constraints, visual direction, audience awareness, CTA), diagnoses issues, and produces an optimized rewrite.
Triggers on: "improve this prompt", "optimize my Ozor prompt", "why did my video look bad", "fix this prompt", "review my Ozor prompt", and more.
Installation
Claude Code (via plugin marketplace)
# Add this repo as a marketplace source
/plugin marketplace add ozor-ai/ozor-skills
# Install individual skills
/plugin install ozor-video-best-practices@ozor-skills
/plugin install ozor-doc-to-video@ozor-skills
/plugin install ozor-changelog-to-video@ozor-skills
/plugin install ozor-landing-page-to-video@ozor-skills
/plugin install ozor-social-batch@ozor-skills
/plugin install ozor-prompt-optimizer@ozor-skillsClaude Code (manual)
# Clone and copy to your skills directory
git clone https://github.com/ozor-ai/ozor-skills.git
cp -r ozor-skills/skills/* ~/.claude/skills/npx (one-liner)
npx skills add ozor-ai/ozor-skillsOther agents (Codex CLI, Cursor, Gemini CLI)
Copy the skill folders into your agent's skills directory. The SKILL.md format is universal across all agents that support the standard.
How It Works
These are Encoded Preference skills — they don't call APIs or execute code. They teach your AI assistant the best practices, prompt formulas, and workflows for creating great Ozor videos. When triggered, the assistant produces structured, copy-pasteable Ozor prompts instead of giving vague advice.
About Ozor
Ozor.ai turns any text prompt or document into a professional, launch-ready video in seconds. It supports PDFs, PowerPoints, images, Google Docs, and URLs. Videos are rendered as animated React components at 30 FPS and export to MP4 at up to 4K.
License
MIT
