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

gunni

v0.3.10

Published

AI media toolkit — give any agent the ability to create professional media

Readme

Gunni

AI media toolkit. Give any AI agent the ability to create professional media.

One CLI. Seven tools. Zero config.

Install

npm install -g gunni

Quick start

# Set up your API key
gunni config

# Generate an image
gunni image "coffee bag product shot, warm editorial light" -o bag.png

# Remove background
gunni image bag.png --remove-bg -o bag-clean.png

# Edit: place on a scene
gunni image bag-clean.png "on marble counter, morning light" -o hero.png

# Upscale
gunni image hero.png --upscale -o hero-final.png

# Describe (for alt text, iteration)
gunni image hero-final.png

# Generate video from image
gunni video hero.png -p "slow cinematic zoom in" -o hero.mp4

# Text to speech
gunni audio "Welcome to our roastery" -o intro.mp3

Use as an MCP server

Connect to the Gunni API server:

{
  "mcpServers": {
    "gunni": {
      "type": "streamable-http",
      "url": "https://api.gunni.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_GUNNI_API_KEY"
      }
    }
  }
}

Commands

| Command | What it does | |---|---| | gunni image | Generate, edit, describe, upscale, remove background (smart routing) | | gunni video | Image or text to video | | gunni audio | Text to speech | | gunni learn | Creative expertise and best practices | | gunni list models | Discover available models | | gunni config | API key setup | | gunni init | Start a new project with BRIEF.md | | gunni history | Search past work |

How it works

One command handles all image operations. Gunni detects what you want from the inputs:

  • Text only: generate
  • Image + text: edit
  • Image only: describe
  • --upscale: upscale
  • --remove-bg: remove background

Models

Curated set of the best model for each task. You don't pick models. Gunni routes to the right one.

| Capability | Model | |---|---| | Image generation | Nano Banana (Google) | | Image editing | Nano Banana Edit | | Design + typography | Recraft v4 | | Upscaling | Topaz | | Background removal | Bria | | Video | Kling v3 Pro | | Text to speech | MiniMax Speech HD |

Override with --model <id> when you have a reason.

Project system

Create a BRIEF.md in your project root to give Gunni creative direction:

# Kova Coffee

## Colors
- Primary: #2C1810 (espresso)
- Accent: #D4A574 (caramel)

## Style
- Warm editorial photography, natural light
- Minimalist, lots of negative space

Run gunni init --template brand to scaffold a project.

License

MIT