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

jervis-agent

v0.1.2

Published

Secure local Jervis agent and dynamic ChatGPT GPT Store connector

Readme

jervis-agent

Secure local Jervis runtime for connecting ChatGPT and other supported clients to capabilities on your computer.

Requires Node.js 22 or newer.

Install

npm install -g jervis-agent

Connect this computer to the official Jervis GPT

jervis-agent connect --url https://agent.jervis.cloud

The command creates and opens a private, one-time pairing link. After you approve it while signed in to Jervis, the device credential is saved locally, the cloud agent starts in the background, and the official Jervis GPT opens automatically.

The GPT Store URL stays fixed. The pairing link is dynamic and associates your Jervis account with your own device, so the authenticated cloud relay can route GPT requests to that device without exposing a per-user public bridge URL.

For a terminal-only setup, use --no-open. To pair without starting the background agent, use --no-start.

Run

jervis-agent run --daemon

The agent keeps an outbound connection loop to Jervis Cloud, receives capability requests for this paired device, and executes them through the existing Jervis permission/control-plane path. Omit --daemon to keep it attached to the current terminal.

Connect the official Jervis GPT

The recommended GPT Store flow is the dynamic account/device pairing above. The direct local Action bridge remains available for development or a privately configured GPT:

jervis-agent bridge --daemon

Then open the official Jervis Agent from the ChatGPT GPT Store:

https://chatgpt.com/g/g-6a7ce17be58881918e11b8effa1517b5-jervis-agent

To keep the bridge attached to the current terminal instead:

jervis-agent bridge

The bridge reads its security token and optional ngrok configuration from the existing Jervis environment. Never expose it publicly without JERVIS_BRIDGE_TOKEN.

Status

jervis-agent status

Set JERVIS_HOME or JERVIS_CLOUD_CONFIG_PATH to override the local configuration location.

Publishing

From apps/public-agent:

npm publish

The publish lifecycle runs TypeScript checks, tests, the standalone bundle build, and package validation before npm accepts the release.