npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ozor-skills

v1.0.0

Published

Agent skills for Ozor.ai — AI video generation for product launches and marketing

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-skills

Claude 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-skills

Other 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