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

ironclaw-weixin-bridge

v0.1.2

Published

Standalone Weixin bridge for IronClaw using the gateway HTTP API

Downloads

301

Readme

ironclaw-weixin-bridge

ironclaw-weixin-bridge 是一个把微信消息桥接到 IronClaw 的工具。

作用:

  • 扫码登录微信 bot
  • 接收微信消息
  • 转发给 IronClaw
  • IronClaw 回复回发到微信

使用方式

要求:

  • 本机已安装并可运行 ironclaw
  • 本机已启用 IronClaw gateway
  • Node.js 22+

最短用法:

npx ironclaw-weixin-bridge run

说明:

  • 如果本地还没登录,会先在终端打印二维码
  • 你扫码后,程序会自动继续运行
  • 如果本地已经登录,会直接开始桥接

如果你用源码仓库运行:

cd /root/ironclaw-weixin-bridge-repo
npm install
node ./src/cli.mjs run

如果你只想单独登录:

node ./src/cli.mjs login --account default

状态目录默认在:

~/.ironclaw-weixin-bridge

登录态会保存到:

~/.ironclaw-weixin-bridge/accounts/default.json

后台常驻

仓库里已经提供 systemd 服务文件:

安装并启动:

cd /root/ironclaw-weixin-bridge-repo
chmod +x ./deploy/systemd/install-service.sh
sudo ./deploy/systemd/install-service.sh

常用命令:

systemctl start ironclaw-weixin-bridge.service
systemctl stop ironclaw-weixin-bridge.service
systemctl restart ironclaw-weixin-bridge.service
systemctl status ironclaw-weixin-bridge.service --no-pager
journalctl -u ironclaw-weixin-bridge.service -f

服务特性:

  • 开机自启
  • 后台常驻
  • 挂了自动重启