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

unsora-cli

v0.2.0

Published

Official CLI for Unsora — AI video, image, music, and clipping from the terminal

Readme

Unsora CLI

Official command-line interface for Unsora — generate AI video, images, music, and clips from your terminal.

Quick start

# Install
npm install -g unsora-cli

# Authenticate (get key from app.tryunsora.com → Settings → API Keys)
unsora auth login

# Check credits
unsora credits

# Generate an image (saved to the current directory when done)
unsora image create --prompt "product photo of sneakers on white background"

# Generate a Seedance 2.0 video
unsora video create --prompt "cinematic drone shot over mountains at sunset"

# Generate music
unsora music create --prompt "upbeat lo-fi beat" --lyrics "Verse one..."

# Clip a long video
unsora clip create --url "https://www.youtube.com/watch?v=..."

Environment variables

| Variable | Description | |----------|-------------| | UNSORA_API_KEY | API key (uns_live_… or uns_test_…) — overrides saved config | | UNSORA_API_URL | API base URL (default: https://mvp.tryunsora.com/api/v1) |

Commands

| Command | Description | |---------|-------------| | unsora auth login | Save API key | | unsora auth logout | Remove saved key | | unsora auth whoami | Credits + subscription | | unsora credits | Credit balance | | unsora config get/set | Manage config | | unsora models [--all] | List available models | | unsora open | Print app/docs links | | unsora image create/list/status/delete | Image generation | | unsora video create/list/status/delete | Seedance 2.0 video | | unsora music create/list/status/delete | Mureka music | | unsora clip create/list/get/status/delete | AI clipping | | unsora upgrade | Update the CLI to the latest version |

Add --json to most commands for scripting. Add --no-wait on create commands to skip polling.

Completed generations are downloaded to the current directory by default (e.g. unsora-image-<id>.png). Use -o <file> to pick the path, --no-save to skip downloading, or unsora image status <id> --save to fetch a result later.

Models

CLI + Public API

  • Image: nano-banana-2, nano-banana-pro, seedream-v5-lite, gpt-image-1.5, gpt-image-2
  • Video: seedance-2.0 (Seedance 2.0)
  • Music: auto, mureka-9, mureka-8, mureka-o2, mureka-7.6, mureka-7.5

All Wavespeed models (web app)

Kling, Veo, Sora, Wan, motion control, upscalers, and more are available at app.tryunsora.com.

unsora models --all

Links

| Resource | URL | |----------|-----| | App (try all models) | https://app.tryunsora.com | | Website | https://tryunsora.com | | DOCS | https://tryunsora.com/docs | | MCP (Claude/Cursor) | https://mcp.tryunsora.com/mcp |

Development

npm install
npm run dev -- credits          # run via tsx
npm run build                   # compile to dist/
node dist/index.js --help

License

MIT