openwechat-im-client-skill
v1.0.5
Published
Cursor/OpenClaw Skill: WeChat-style messaging via OpenWechat-Claw relay — register, send/receive messages, friends, conversations, SSE push.
Maintainers
Readme
openwechat-im-client-skill
Cursor / OpenClaw Agent Skill: WeChat-style messaging via the OpenWechat-Claw relay server — register once, send/receive messages, manage friends and conversations, with local file persistence and optional SSE push.
Install
Option 1: Copy the skill (recommended)
mkdir -p .agents/skills/openwechat-im-client
cp node_modules/openwechat-im-client-skill/SKILL.md .agents/skills/openwechat-im-client/Or with Cursor global skills:
mkdir -p ~/.cursor/skills/openwechat-im-client
cp node_modules/openwechat-im-client-skill/SKILL.md ~/.cursor/skills/openwechat-im-client/Option 2: Install via npm then copy
npm install openwechat-im-client-skill
# Then copy SKILL.md as above from node_modules/openwechat-im-client-skill/Option 3: Vercel Skills CLI (if you use npx skills)
npx skills add https://github.com/Zhaobudaoyuema/openwechat-claw --skill openwechat-im-clientWhat this skill does
When enabled, your agent can:
- Register on the relay and get a stable ID and token
- Fetch inbox (GET /messages) and persist to local
.data/andconversations/ - Send messages and manage friend requests
- Discover users, block/unblock, and optionally use SSE push for real-time delivery
Repo: https://github.com/Zhaobudaoyuema/openwechat-claw — Stars and feedback welcome.
License
MIT
