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

@sh-renjian/sw

v0.1.0-rc.9

Published

sansi Worker Platform CLI entry package

Downloads

1,377

Readme

@sh-renjian/sw

@sh-renjian/swsw CLI 的统一 npm 入口包。

它提供三类命令入口:

  • sw toolchain ...:安装或检查本地官方 Worker toolchain(wranglercreate-cloudflare)。
  • sw worker ...:委托官方 Worker 生命周期命令;sw worker package --target platform 生成本地 phase4.package.v1 zip。
  • sw platform ...:调用 sansi 自部署平台控制面。
  • sw skill ...:导出、安装或校验随包发布的 sansi-worker-platform Agent Skill 与官方文档镜像快照。

安装后会按当前平台自动选择对应的预编译二进制。统一使用全局 sw

npm install -g @sh-renjian/sw
sw --version
sw toolchain doctor

导出随包 Skill:

sw skill export --out ./sansi-worker-platform-skill
sw skill doctor --path ./sansi-worker-platform-skill
sw skill prompt --path ./sansi-worker-platform-skill

查看全局 sw 维护的自包含 Skill 目录:

sw skill path
sw skill doctor --path "$(sw skill path)"

安装到任意 Agent 明确指定的 skills 目录:

sw skill install --target-dir <agent-skills-dir>/sansi-worker-platform

补充说明:

  • sw toolchain ... / sw worker ... 当前委托官方 [email protected][email protected],实测要求 Node.js >= 22.0.0,仓库验证版本为 22.22.1
  • sw toolchain install 会在安装后继续验证 wranglercreate-cloudflare 是否能在当前 Node 环境下启动;如果只是下载成功但不可执行,命令会直接失败。
  • sw skill 不维护所有模型或 Agent 的安装路径表;未知 Agent 使用 --target-dirsw skill prompt

支持的平台以发布说明为准。