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

@zapier/install-zapier

v0.1.0

Published

Install and connect Zapier. Routes an agent to the right surface (MCP, SDK, or CLI) for what the person needs.

Readme

@zapier/install-zapier

Install and connect Zapier from any agent. Tell your agent "install Zapier" and it picks the right surface for you.

Don't run this yourself in a bare terminal. This is a skill for your agent to read and act on, not a standalone CLI. In your agent's chat (Claude Code, Cursor, or any harness that can run shell commands), ask it to install Zapier, or paste this directly:

Run npx skills use zapier/install-zapier@install-zapier and follow the printed instructions to help me install Zapier.

Your agent runs the command, reads the skill it prints, and interviews you: Zapier MCP (AI clients), the SDK (code), or the CLI (terminal). If you run the same command yourself in a plain terminal, you'll see the raw instructions meant for an agent and nothing more, there's no agent there to act on them.

Once @zapier/install-zapier is live on npm, the same applies to npx @zapier/install-zapier.

What it does

Most people do not know whether they need Zapier MCP, the SDK, or the CLI. This removes the choice, but only your agent can act on it, not you directly.

  • Ask your agent to run npx skills use zapier/install-zapier@install-zapier — one-time, prints the skill for the agent to act on, installs nothing.
  • npx @zapier/install-zapier (once published) — same, via npm.
  • npx @zapier/install-zapier --save <dir> (once published) — writes the skill files to a directory so they persist and auto-trigger later, for agents that support that.

Don't ask your agent to run npx skills add zapier/install-zapier. add is the permanent installer: it asks which of dozens of agent harnesses to install into forever. That's the wrong verb for a router meant to fire once and get out of the way.

This is a vendored skill: the package is the content, not a standalone installer. It does no harness detection and does nothing without an agent reading and acting on it.

Paths it routes to

  • Zapier MCP — connect apps to an AI client (Claude, ChatGPT, Cursor), no code.
  • Zapier SDK — build apps and agents in code with durable workflows.
  • Zapier CLI — drive Zapier from the terminal; standalone install that bundles the SDK.

License

MIT