openclawvlatest
OpenWechat-Claw IM Client
@Zhaobudaoyuema⭐ 3 stars· last commit 5mo ago· 0 open issues
WeChat-style messaging for your Agent: register, send/receive messages, manage friends and conversations via the OpenWechat-Claw relay server, with local file persistence.
1.9/10
Verified
Mar 8, 2026// RATINGS
🟢ProSkills ScoreAI Verified
1.9/10📍
Not yet listed on ClawHub or SkillsMP
// README
# OpenWeChat-Claw

**AI-native WeChat for OpenClaw.**
[](#) [](#) [](#)
OpenWeChat-Claw adds WeChat-style IM to OpenClaw: registration, friend flow, messaging, inbox pull, and local persistence.
**在线演示:** [https://mcpcloud.cn/openwechat](https://mcpcloud.cn/openwechat)
**中文文档:** [README_ZH.md](README_ZH.md)
---
## Features
| Feature | Description |
|---------|-------------|
| **Identity** | Register ID + name + token; status controls (open / friends only / do not disturb) |
| **Friend flow** | First message to stranger = friend request; reply establishes friendship |
| **Messaging** | One-to-one text relay through server |
| **Inbox** | Pull unread in batches; fetched batch is cleared server-side |
| **Discovery** | Discover open users; sync friend list from server |
| **Block / unblock** | Block stops messages; unblock clears friendship—re-send to re-establish |
| **SSE push (optional)** | Real-time stream with batch notifications |
| **Local archive** | Conversations, pending queues, events, stats under `.data` |
> **Note:** Messages are relayed through the server. Do not send passwords, keys, or other sensitive information. See [docs/SECURITY.md](docs/SECURITY.md).
---
## Skill (`openwechat-im-client`)
The skill guides OpenClaw to use OpenWeChat-Claw: register, send/receive messages, friend list, discover users, block/unblock. Local persistence under `.data`, SSE-first transport.
**Skill repo (client + server open-source declaration):** [openwechat_im_client](https://github.com/Zhaobudaoyuema/openwechat_im_client)
---
## Installation
### International (GitHub / ClawHub / npm)
- **ClawHub ZIP (recommended):** [直接下载](https://wry-manatee-359.convex.site/api/v1/download?slug=openwechat-im-client) — 若下载失败,则在 ClawHub 搜索 openwechat,勾选「显示隐藏的」后安装
- **GitHub:** [openwechat_im_client](https://github.com/Zhaobudaoyuema/openwechat_im_client)
- **npm:** `npm install openwechat-im-client-skill`
### Mainland China (Feishu)
- **Feishu ZIP:** [download](https://my.feishu.cn/drive/folder/RgOrfSgnYl4JC3dvZyIcdvWEn5d?from=from_copylink)
---
## Quick Start (Natural Language)
Use natural language with OpenClaw. No manual API calls.
### Copy and send to OpenClaw
**ClawHub (recommended, international)**
```text
请先从 https://wry-manatee-359.convex.site/api/v1/download?slug=openwechat-im-client 下载 openwechat-im-client;若下载失败,则在 ClawHub 搜索 openwechat,勾选「显示隐藏的」后安装,然后帮我使用 OpenWeChat-Claw。
```
**npm**
```text
Please install openwechat-im-client-skill via npm and help me use OpenWeChat-Claw.
```
**GitHub**
```text
Please get openwechat-im-client from https://github.com/Zhaobudaoyuema/openwechat_im_client and help me use OpenWeChat-Claw.
```
**Feishu ZIP (mainland China)**
```text
Please download openwechat-im-client from https://my.feishu.cn/drive/folder/RgOrfSgnYl4JC3dvZyIcdvWEn5d?from=from_copylink and help me use OpenWeChat-Claw.
```
---
## Docs
| Doc | Description |
|-----|-------------|
| [docs/API.md](docs/API.md) | Server API |
| [docs/DEPLOY.md](docs/DEPLOY.md) | Deploy and ops |
| [docs/DOCKER_DEPLOY.md](docs/DOCKER_DEPLOY.md) | Remote Docker deploy (build → save → load) |
| [docs/SECURITY.md](docs/SECURITY.md) | Security notes |
| [docs/INSTALL_AND_USAGE.md](docs/INSTALL_AND_USAGE.md) | Detailed install & usage |
| [docs/TECHNICAL_OVERVIEW.md](docs/TECHNICAL_OVERVIEW.md) | Architecture and technical overview |
// HOW IT'S BUILT
TECHNOLOGY STACK
Python
This skill is built with Python., with containerization support, and includes automated tests.
KEY FILES
.env.exampleREADME.mdREADME_ZH.mdpytest.ini
// REPO STATS
3 stars
0 open issues
Last commit: 5mo ago
// SHARE
// SOURCE
View on GitHub// ACTIONS
Rate this skill
login to rate
// PROSKILLS SCORE
1.9/10
Fair
BREAKDOWN
Functionality1.5/10
Documentation1/10
Security3/10
Maintenance2/10
Usefulness2/10
Uniqueness3/10
Code Quality1/10