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

agent-media-cli

v1.4.7

Published

CLI tool for AI-powered UGC video generation.

Readme

agent-media CLI

AI UGC & video generation from your terminal. Script-to-video pipeline with talking heads, B-roll, voiceover, and animated subtitles.

npm version License: Apache-2.0

agent-media CLI is a command-line tool for AI UGC video production. It connects to multiple AI providers through a single interface — no separate API keys needed.

Install

npm install -g agent-media-cli

Quick Start (60 seconds)

# 1. Log in
agent-media login

# 2. Generate a UGC video from a script
agent-media ugc "Ever wonder why some videos go viral?" --sync

# 3. Add subtitles to any video
agent-media subtitle ./video.mp4 --style hormozi --sync

UGC Pipeline

The flagship feature — turn any script into a complete video:

  • Script → scene splitting → TTS voiceover → AI talking heads → AI B-roll → crossfade assembly → animated subtitles → background music → end screen CTA
  • 200+ pre-made AI actors with face + voice
  • 7 subtitle styles: hormozi, tiktok, neon, bold, karaoke, minimal, clean
# UGC with an AI actor
agent-media ugc "your script..." --actor naomi --style hormozi --sync

# UGC with product screenshots as B-roll
agent-media ugc "your script..." --actor sofia --broll --broll-images url1,url2 --sync

SaaS Review Videos

Generate AI review videos for any SaaS product — provide name + screenshots:

agent-media review --saas "Postiz" --screenshots url1.png,url2.png --actor naomi --sync

All Commands

agent-media ugc "script..."                # Generate UGC video
agent-media review --saas "Name" ...       # Generate SaaS review video
agent-media actor list                     # Browse 200+ AI actors
agent-media list                           # List your jobs
agent-media list --status completed        # Filter by status
agent-media download <job-id>              # Download completed media
agent-media status <job-id>                # Check job status
agent-media credits                        # View credit balance
agent-media models                         # List all models
agent-media pricing                        # Show credit costs
agent-media plan                           # Show current plan
agent-media subscribe                      # Subscribe or buy credits
agent-media subscribe --plan starter       # Direct plan checkout
agent-media subscribe --credits 500        # Buy a credit pack
agent-media subscribe --manage             # Open billing portal
agent-media apikey list                    # Manage API keys
agent-media doctor                         # Run diagnostics
agent-media help                           # Show all commands

Pricing

| Plan | Price | Credits/month | |------|-------|---------------| | Creator | $39/mo | 3,900 | | Pro | $69/mo | 6,900 | | Pro Plus | $129/mo | 12,900 |

30 credits/sec — ~300 credits per 10s video. Pay-as-you-go credit packs also available. See agent-media.ai for details.

Links

License

Apache 2.0 — see LICENSE for details.