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

@runnel-link/cli

v0.6.1

Published

CLI, Claude Code skill, and MCP server for Runnel — private, revocable, end-to-end-encrypted share links. Local stdio MCP and remote connector at https://app.runnel.link/mcp.

Readme

@runnel-link/cli

CLI, Claude Code skill, and MCP server for Runnel — private, revocable, end-to-end-encrypted share links. The link key is generated on your machine and never sent to the server: Runnel stores only ciphertext. Destinations of links you mint are viewable in your own dashboard — the server never holds anything it can decrypt.

Install

npm install -g @runnel-link/cli

Requires Node 20+. Get an API key in the Runnel dashboard's API keys page (app.runnel.link/keys), then:

runnel auth login        # paste the key at the hidden prompt

Use

runnel mint https://example.com/report.pdf --ttl 7d --max-uses 3 --label "Q3 report"
runnel list
runnel revoke <id>
runnel usage

The minted link is printed once and cannot be recovered later — save it.

Reading destinations

Link destinations are end-to-end encrypted; the server cannot read them. To see them in runnel list, pair this machine once: open your dashboard's API keys page, click Show pairing key, then run runnel auth pair and paste it. Your API key also needs the reveal permission (a checkbox at key creation).

The pairing key can decrypt your link destinations. It is stored with mode 0600 and never sent to Runnel; treat it like an SSH private key. Remove it with runnel auth logout.

MCP

Local (Claude Desktop, Claude Code, Cursor, VS Code)

{ "command": "npx", "args": ["-y", "@runnel-link/cli", "mcp"], "env": { "RUNNEL_API_KEY": "rnl_..." } }

Tools: mint_link, list_links, revoke_link, get_usage. To include destinations in list_links, pair the machine (see Reading destinations above).

Remote (claude.ai, ChatGPT)

No install needed: add https://app.runnel.link/mcp as a connector in the app's settings and approve access in your browser. Destinations are readable only if you tick "Allow reading destinations" at consent; revoke any time under Connected apps on the API keys page.

Claude Code skill

runnel skill install     # copies the bundled skill to ~/.claude/skills/runnel/