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

openaccountants

v0.1.0

Published

One-command installer that drops accountant-verified OpenAccountants tax skills into your AI agent (Claude Code, Cursor, Codex, or any markdown-reading agent).

Readme

openaccountants CLI

One command to drop accountant-verified OpenAccountants tax skills into your AI agent — no clone, no hunting for the right folder, no loading all 700 skills when you only need one country.

npx openaccountants add malta

That fetches only Malta's skills and writes them where your agent reads them.

Commands

npx openaccountants add <jurisdiction>   # install one jurisdiction's skills
npx openaccountants connect              # print MCP setup for live tooling
npx openaccountants list                 # list installable jurisdiction codes

Jurisdictions accept ISO codes, country names, US states, and Canadian provinces — all resolved server-side:

npx openaccountants add US-CA      # US federal + California
npx openaccountants add CA-ON      # Canada federal + Ontario
npx openaccountants add germany    # name works too

Where it installs

The CLI auto-detects your agent (override with --agent):

| Agent | Detected by | Destination | |-------|-------------|-------------| | claude | ~/.claude/ exists | ~/.claude/skills/openaccountants-<code>/SKILL.md — loads as a native skill | | cursor | .cursor/ in cwd | .cursor/rules/openaccountants-<code>.md | | codex | AGENTS.md in cwd | ./openaccountants-skills/<code>.md (+ a reference added to AGENTS.md) | | generic | fallback | ./openaccountants-skills/<code>.md |

Project-local signals (.cursor, AGENTS.md) take precedence over the global Claude folder. The detected agent is always printed back; force a different one with --agent claude|cursor|codex|generic or pick a directory with --dir <path>.

Each install drops a small .openaccountants.json next to the skills recording the jurisdiction, fetch date, and source URL.

Options

| Flag | Effect | |------|--------| | --agent <name> | Force the target agent | | --dir <path> | Write to a specific directory | | --version | Print the CLI version |

How it works

The CLI is a thin client over the public bundle API (GET /api/bundle/<code>). It does read-only fetches and local file writes — no auth, no account, no server to run, and it phones home to nothing. Set OPENACCOUNTANTS_URL to point at a different host (e.g. local dev).

Live tooling

add installs static skill files. For live tools (current rates, requesting an accountant review), connect the MCP server:

npx openaccountants connect

Disclaimer

Not tax advice. Skills are labelled accountant-verified (a named licensed practitioner signed off) or research-verified (drafted from authoritative sources, awaiting verification). Always have a qualified professional review output before filing.