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

opencode-oncall

v0.1.5

Published

Remote on-call UX plugin for OpenCode over WeChat

Readme

OpenCode Oncall

opencode-oncall 是面向 OpenCode 的远程值守 UX 插件。它通过微信 slash-only 入口,把会话状态、待回复问题、权限确认、自然中止和恢复命令组织成离开电脑后仍可安全处理的工作流。

适合谁使用

  • 需要在离开电脑时继续值守 OpenCode 进度、回答问题或处理授权请求的用户。
  • 需要保留 /status/todo/reply/allow/recover 等微信侧交互合同的 OpenCode 工作流。
  • 需要验证微信宿主链路与 OpenCode 远程值守交互合同的插件开发者。

安装

首发发布完成后,使用固定版本命令安装或升级:

opencode plugin [email protected] --force -g

如果你只想把插件安装到当前项目的 .opencode,可以去掉 -g;否则建议保留全局安装参数,让平时实际使用的 OpenCode 实例拿到同一版本。

能力范围

  • 值守绑定与重绑: 通过插件入口管理 operator 绑定状态。
  • 远程值守通知: 覆盖 question、permission、terminal result、natural-stop 和 retry-error 场景。
  • 微信侧 slash: 支持 /status/todo/reply <qid> .../allow <handle> once|always|reject/reply <s*> .../recover
  • 恢复与诊断: 保留 debug bundle、dead-letter、请求状态和恢复所需的持久化状态。
  • OpenClaw 验证: 保留 self-test、dry-run、guided smoke 和真实宿主 gate 脚本。

本地验证

npm install
node --test test/package-boundary.test.js
npm run build
npm run typecheck
npm test
npm run wechat:smoke:real-account -- --dry-run

npm test 是首发前的完整 fresh 验证入口;真实账号登录或真实宿主 gate 属于环境相关检查,不应替代自动化测试和 dry-run。

发布文档

许可证

MPL-2.0 License. See LICENSE for details.