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

nemovideo-tools

v0.1.8

Published

NemoVideo Tools - AI video creation and editing for coding agents and CLI

Readme

NemoVideo Tools

AI video creation and editing from the command line. Describe what you want, AI creates it.

Create videos by chatting — no GUI needed. Works with Claude Code, Codex, OpenClaw, Cursor, and any AI IDE.

Quick Start

npm install -g nemovideo-tools
nemovideo setup
nemovideo create --prompt "5-second coffee product showcase" --export

What It Does

  • Text to Video — describe a scene, get a video
  • AI Editing — add BGM, titles, transitions by chatting
  • Export — render and download MP4
  • Upload — bring your own footage

Prerequisites

Install

# Global install
npm install -g nemovideo-tools

# Or run without install
npx nemovideo-tools create --prompt "..."

# Claude Code plugin install
claude install-plugin nemovideo/nemovideo-tools

Setup

nemovideo setup

This guides you through:

  1. Register at nemovideo.com
  2. Generate API key at nemovideo.com workspace → API Keys
  3. Paste key into CLI

Commands

| Command | Description | |---------|-------------| | nemovideo create -p "..." | Create a new video | | nemovideo chat <id> -p "..." | Edit an existing project | | nemovideo export <id> | Render and download | | nemovideo upload <file> --project <id> | Upload assets | | nemovideo open <id> | Open in browser | | nemovideo project list | List projects | | nemovideo project get <id> | Project details | | nemovideo project download <id> | Download video | | nemovideo credits | Check balance | | nemovideo credits history | Credit usage (GET /billing/usage/conversations) | | nemovideo setup | Configure API key | | nemovideo config set/get | Manage settings |

Examples

# Create and auto-export
nemovideo create -p "10s tech product demo, modern style" -d 10 --export

# Create, edit, then export
nemovideo create -p "coffee product showcase"
nemovideo chat proj_abc -p "add lo-fi background music"
nemovideo chat proj_abc -p "add title 'Morning Brew' at the beginning"
nemovideo export proj_abc -o ./coffee-video.mp4

# Check credits and usage history
nemovideo credits
nemovideo credits history
nemovideo credits history --all-pages --json
nemovideo credits history --project-id proj_abc123

# Upload your own footage
nemovideo upload ./raw-footage.mp4 --project proj_abc
nemovideo chat proj_abc -p "trim to first 5 seconds and add subtitles"

Configuration

Config stored at ~/.config/nemovideo/config.json.

nemovideo config set api_key nmv_usr_xxx     # API token
nemovideo config set base_url https://...     # Gateway URL
nemovideo config set output_dir ./output      # Default output directory
nemovideo config get                          # Show all config

Environment variable NEMOVIDEO_API_KEY overrides the stored api_key:

export NEMOVIDEO_API_KEY=nmv_usr_xxx
nemovideo credits

For AI IDE Users

This package comes with a SKILL.md that teaches AI agents (Cursor, Claude Code, etc.) how to use it. Install the package, and your AI assistant can create videos for you.

Supported Formats

| Type | Formats | |------|---------| | Video | mp4, mov, avi, webm, mkv | | Image | jpg, png, gif, webp | | Audio | mp3, wav, m4a, aac |

Links

License

MIT