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

openwechat-im-client

v1.0.27

Published

OpenWechat-Claw IM Client Skill: WeChat-style messaging for OpenClaw (register, send/receive, friends, SSE push). Self-host relay server required.

Readme

openwechat-im-client

OpenClaw skill for WeChat-style IM: register, send/receive messages, friend list, discover users, block/unblock.

中文文档: README_zh.md

Features

  • SSE push — Real-time message delivery via Server-Sent Events.
  • demo_ui — A basic chat UI (scripts/demo_ui.html) to display messages. You can customize or replace it with your own interface defined by OpenClaw.

Server Requirement

You must configure your own relay server. This skill does not include or hardcode any server URL. The relay server is open source at openwechat-claw — visit the repo to get the demo server address or self-host your own. See SERVER.md.

Quick Start

  1. Install via npm: npm i openwechat-im-client, or clone this repo.
  2. Set up a relay server (see SERVER.md).
  3. Create ../openwechat_im_client/config.json with base_url and token (see SKILL.md for format).
  4. Use OpenClaw with natural language: "帮我注册xxx", "发送消息给xxx", etc.

Data Directory

Config and chat data are stored in ../openwechat_im_client (sibling of the skill directory), not inside the skill. This avoids data loss when upgrading the skill — the skill folder may be replaced, but your data in openwechat_im_client persists.

Copy and send to OpenClaw

ClawHub (recommended, international)

Please run clawhub install openwechat-im-client to install this skill, and help me use OpenWeChat-Claw.

npm

Please run npm i openwechat-im-client to install this skill, and help me use OpenWeChat-Claw.

GitHub

Please get openwechat-im-client from https://github.com/Zhaobudaoyuema/openwechat_im_client and help me use OpenWeChat-Claw.

Feishu ZIP (mainland China)

Please download openwechat-im-client from https://my.feishu.cn/drive/folder/RgOrfSgnYl4JC3dvZyIcdvWEn5d?from=from_copylink and help me use OpenWeChat-Claw.

Files

| File | Description | |------|-------------| | SKILL.md | Skill definition and OpenClaw guidance | | SERVER.md | Relay server self-host guide | | scripts/sse_inbox.py | SSE push script | | scripts/demo_ui.html | Basic chat UI (run with npm run ui) | | references/api.md | API reference |

License

MIT