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

pi-screenshots

v1.0.0

Published

Screenshot picker for pi — browse, select, and attach screenshots to your prompts

Readme

pi-screenshots

A pi extension to browse, select, and attach screenshots to your prompts. Works on macOS and Linux.

No drag-and-drop, no file paths. Just /ss, pick, send.

Install

pi install https://github.com/affsantos/pi-screenshots

Usage

/ss — Screenshot Picker

Opens an interactive picker showing recent images from your screenshot directory.

──────────────────────────────────────────────────────────
 Screenshots (1/24)  ~/Desktop
 Screenshot 2026-03-20 at 15.40.22.png
 ▸ ○ Screenshot 2026-03-20 at 15.40…  9h ago   227 KB
   ○ Screenshot 2026-03-20 at 14.43…  10h ago    29 KB
   ✓ Screenshot 2026-03-20 at 14.42…  10h ago    24 KB
   ○ Screenshot 2026-03-20 at 13.59…  10h ago    19 KB
   ○ Screenshot 2026-03-20 at 13.39…  11h ago     8 KB
   ○ Screenshot 2026-03-20 at 11.40…  13h ago   884 KB
   ○ Screenshot 2026-03-20 at 11.39…  13h ago   695 KB
   ○ Screenshot 2026-03-20 at 11.37…  13h ago   1.6 MB
 ✓ 1 staged │ ↵ toggle • x clear all • o open • esc done
──────────────────────────────────────────────────────────

Keys:

| Key | Action | |-----|--------| | | Navigate | | Enter | Select / deselect screenshot | | x | Clear all selections | | o | Open in system viewer | | Esc | Close picker |

After closing, type your message and send — selected screenshots attach automatically.

/ss-capture — Take a Screenshot (macOS)

Triggers macOS region capture (screencapture -i). Select an area, and the screenshot is saved and staged in one step. Type your message and send.

/ss-clear — Clear Staged

Removes all staged screenshots without sending.

Ctrl+\ — Shortcut

Opens the picker. Works mid-typing — your editor text is preserved.

Configuration

By default, the extension auto-detects your screenshot directory:

  • macOS: System screenshot location preference → ~/Desktop
  • Linux: ~/Pictures/Screenshots~/Pictures~/Screenshots~/Desktop

To override, add to ~/.pi/agent/settings.json:

{
  "pi-screenshots": {
    "dir": "~/Pictures/Screenshots"
  }
}

Or set the PI_SCREENSHOTS_DIR environment variable.

Supported Formats

PNG, JPG, JPEG, and WebP files are shown. The 50 most recent files are listed, sorted by modification time.

License

MIT