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

screencli

v0.3.4

Published

AI-powered screen recording CLI tool

Readme

screencli

A screen recorder for your AI agent.

npm version license node

One command records an AI-driven browser session and outputs a polished, shareable video — with auto-trim, zoom, click highlights, cursor trails, and gradient backgrounds. No screen-sharing, no retakes.

Quick Start

npx screencli record https://example.com -p "Click Sign Up, fill in the form, and submit"

That's it. The AI navigates your app, screencli records it, and you get a composed MP4 with studio-grade effects — uploaded to a shareable link.

Features

  • AI-driven recording — describe what to do in plain English, Claude handles the browser
  • Auto-trim — idle time between actions is cut automatically
  • Auto-zoom — camera follows the active element with smooth transitions
  • Click highlights — visual pulse on every click
  • Cursor trail — smooth cursor path overlay
  • Gradient backgroundsmidnight, ember, forest, nebula, slate, copper
  • Platform exports — one command for YouTube, Twitter, Instagram, TikTok, LinkedIn, or GitHub GIF
  • Cloud upload — recordings get a shareable link automatically
  • Auth support — log into private apps first, then let the agent take over

Usage

# Record a demo with a prompt
npx screencli record https://myapp.com -p "Navigate to pricing and compare plans"

# Pick a gradient background
npx screencli record https://myapp.com -p "Toggle dark mode" --background sunset

# Record a private app (login first, then AI takes over)
npx screencli record https://app.internal.com -p "Show the dashboard" --login --auth myapp

# Export for Twitter
npx screencli export ./recordings/abc123 --preset twitter

# Export as a GIF for GitHub
npx screencli export ./recordings/abc123 --preset github-gif

Export Presets

| Preset | Resolution | Aspect | Format | |--------|-----------|--------|--------| | youtube | 1920x1080 | 16:9 | mp4 | | twitter | 1280x720 | 16:9 | mp4 | | instagram | 1080x1920 | 9:16 | mp4 | | tiktok | 1080x1920 | 9:16 | mp4 | | linkedin | 1080x1080 | 1:1 | mp4 | | github-gif | 800x450 | 16:9 | gif |

AI Agent Skill

Give your AI agent the ability to record demos autonomously:

npx skills add https://github.com/usefulagents/screencli --skill screencli

Works with Claude Code, Cursor, Windsurf, and any agent that supports skills.

Commands

| Command | Description | |---------|-------------| | record [url] -p "..." | Record an AI-driven browser demo | | export <dir> --preset <name> | Export with platform presets | | login | Sign in to screencli cloud | | logout | Sign out | | whoami | Show current user and plan | | recordings | List your cloud recordings | | upload <dir> | Upload a local recording | | delete <id> | Delete a cloud recording | | render <id> | Re-render with different settings |

Requirements

  • Node.js 18+
  • FFmpeg (brew install ffmpeg on macOS)

Links

License

MIT