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

video-promo

v3.1.1

Published

AI-powered promotional content generator for YouTube videos using GitHub Copilot

Readme

video-promo

A beautiful, interactive CLI for generating AI-powered promotional content for YouTube videos using the GitHub Copilot SDK.

Features

  • Title Options - Generate 5 compelling title variations
  • Video Description - SEO-optimized description with hooks and timestamps
  • Chapter Markers - Auto-detected from transcript with accurate timestamps
  • Twitter/X Posts - Announcement, thread starter, and engagement tweets
  • LinkedIn Post - Professional format with call-to-action
  • Newsletter Blurb - Ready-to-paste summary with subject lines
  • Tags - SEO-friendly tag suggestions
  • Thumbnail Ideas - Creative concepts for thumbnails
  • Full Package - All of the above in one command

Model Selection

  • Dynamic models: Available models are fetched from the Copilot API at startup
  • Change anytime: Use /model command to switch models
  • Premium indicators: Models marked with lightning bolt consume premium requests

Prerequisites

  1. GitHub Copilot - Active subscription (individual, business, or enterprise)
  2. GitHub CLI - Install from cli.github.com

Authentication

The app checks authentication on startup. If not authenticated, it will prompt you to log in interactively via gh auth login.

Installation

npm install -g video-promo

Or install from source:

git clone https://github.com/burkeholland/video-promo.git
cd video-promo
npm install
npm run build
npm link

Usage

# Start interactive mode
video-promo

# Start with a specific video
video-promo https://youtu.be/VIDEO_ID

Chat-Style Interface

Video Promo uses a chat-style interface with slash commands:

Content Commands

| Command | Description | |---------|-------------| | /title | Generate 5 title options | | /desc | Generate video description | | /chapters | Generate chapter timestamps | | /tweets | Generate Twitter/X posts | | /linkedin | Generate LinkedIn post | | /news | Generate newsletter blurb | | /tags | Generate SEO tags | | /thumb | Generate thumbnail ideas | | /full | Generate complete package |

Utility Commands

| Command | Description | |---------|-------------| | /copy | Copy last content to clipboard | | /last | Show last generated content | | /model | Switch AI model | | /clear | Clear screen | | /help | Show available commands | | /quit | Exit the app |

Natural Language Refinement

After generating content, type naturally to refine it:

> /title              # Generate 5 titles
> more like 3         # Get variations of title #3
> make them shorter   # Refine all titles
> add more emotion    # Apply feedback
> /copy               # Copy the result

Available AI Models

Models are fetched dynamically from the GitHub Copilot API at startup. Common models include:

  • GPT-4o - Fast, high-quality responses (typically default)
  • Claude Sonnet - Anthropic's latest model
  • o-series - Advanced reasoning models

Premium models (billing multiplier > 1) display a lightning bolt indicator.

Tech Stack

  • @github/copilot-sdk - AI orchestration via GitHub Copilot
  • @inquirer/prompts - Beautiful interactive prompts
  • commander - CLI argument parsing
  • youtubei.js - YouTube metadata extraction (no API key needed)
  • chalk + ora - Terminal styling and spinners
  • clipboardy - System clipboard access

License

MIT