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

kw-os

v2.0.5

Published

Knowledge Worker Operating System — turn any IDE into an AI-powered knowledge worker with local MCP servers, skills, and document intelligence. Zero API keys required.

Readme

KW-OS — Knowledge Worker Operating System

One command to turn any IDE into an AI-powered Knowledge Worker. Zero API keys. Zero subscriptions. Fully local. Fully private.

Quick Start

npx kw-os init

What It Does

KW-OS installs and configures a curated stack of local MCP servers, professional skills, and prompt templates that enable your IDE's AI agent to perform knowledge work:

  • Office Suite — Create/edit PowerPoint, Excel, Word, PDF files
  • Browser Automation — Web research, data scraping, form filling (Playwright + agent-browser)
  • Data Analysis — Charts, CSV analysis, SQL queries, visualizations
  • Financial — Double-entry bookkeeping, financial modeling, crypto data
  • Research — Web search, document conversion, knowledge persistence
  • Global Intelligence — News monitoring, trend analysis, geopolitical signals

Supported IDEs

| IDE | Status | |-----|--------| | Cursor | ✅ Full support | | Windsurf | ✅ Full support | | VS Code | ✅ Full support | | Claude Code | ✅ Full support | | Antigravity | ✅ Full support | | Qoder | ✅ Full support |

Commands

kw-os init              # Install and configure everything
kw-os status            # Show installation health report
kw-os update            # Update servers and skills
kw-os add-skill <name>  # Install a specific skill
kw-os list-skills       # List available professional skills
kw-os doctor            # Diagnose and fix common issues
kw-os test              # Run comprehensive test suite
kw-os cleanup           # Remove obsolete server installations

Test Suite

The kw-os test command validates your installation with 6 test suites:

kw-os test                         # Run all tests (39 total)
kw-os test --suite env              # Environment dependencies only
kw-os test --suite registry         # Server registry validation
kw-os test --suite skills           # Skills loading and metadata
kw-os test --suite build            # TypeScript compilation check
kw-os test --suite install          # Installation integrity
kw-os test --suite health           # Individual server health checks
kw-os test --verbose                # Show detailed failure output

Health Check

The kw-os status command provides a detailed health report showing:

  • Environment status (Node.js, Python, pip, uv/uvx, Git)
  • Installation status for each MCP server
  • Server-specific error messages if any
  • Overall installation health score

Automatic Cleanup

When you run kw-os init on an existing installation, it automatically:

  • Removes obsolete servers that are no longer in the registry
  • Cleans up renamed or removed server packages
  • Ensures a clean installation before upgrading

For manual cleanup, run:

kw-os cleanup    # Remove old/obsolete server installations

Options

kw-os init --ide cursor           # Target a specific IDE
kw-os init --servers core,browser # Install only specific categories
kw-os init --skills all           # Install all skills (default)
kw-os init --no-browser           # Skip browser automation setup

Requirements

  • Node.js >= 18
  • Python >= 3.10
  • pip (Python package manager)
  • uv/uvx (recommended for Python packages) - Install from https://docs.astral.sh/uv/
  • Git

Architecture

KW-OS does not require any API keys or cloud subscriptions. All MCP servers run locally on your machine. Browser automation (Playwright MCP + agent-browser) replaces any need for external API calls.

License

MIT