Claude Skill
freestylefly/openclaw-wechat
Open-source TypeScript project for stable connection between OpenClaw and personal WeChat accounts. Enable automation and integration with your WeChat.
Overview
Repository
Install this Skill
git clone https://github.com/freestylefly/openclaw-wechat.gitRegistry
Summary
OpenClaw WeChat is a TypeScript project that enables stable connection between OpenClaw and personal WeChat accounts.
让OpenClaw稳定地连接到你的个人微信
Key features
- Stable connection to personal WeChat
- Built with TypeScript
- Open-source project on GitHub
Use cases
- Connecting OpenClaw to WeChat
- Personal automation with WeChat
- Integrating tools with WeChat messaging
README excerpt
# openclaw-wechat WeChat (微信) channel plugin for [OpenClaw](https://github.com/openclaw/openclaw). [English](#english) | [中文](#中文) --- ## English ### Installation ```bash openclaw plugins install @canghe/openclaw-wechat ``` ### Upgrade ```bash openclaw plugins update wechat ``` ### Configuration 1. Purchase an API Key from customer service 2. Configure the plugin: ```bash # Set API Key (required) openclaw config set channels.wechat.apiKey "wc_live_xxxxxxxxxxxxxxxx" # Set proxy URL (required) openclaw config set channels.wechat.proxyUrl "http://your-proxy-server:3000" # Set webhook host (required for cloud deployment) openclaw config set channels.wechat.webhookHost "your-server-ip" # Enable the channel openclaw config set channels.wechat.enabled true ``` ### Configuration Options ```yaml # ~/.openclaw/openclaw.json channels: wechat: enabled: true apiKey: "wc_live_xxxxxxxxxxxxxxxx" # Required proxyUrl: "http://your-proxy:3000" # Required - Proxy service URL # Webhook configuration (required for cloud deployment) webhookHost: "1.2.3.4" # Your server public IP or domain webhookPort: 18790 # Default: 18790 webhookPath: "/webhook/wechat" # Default: /webhook/wechat # Optional settings deviceType: "mac" # "ipad" or "mac", default: "ipad" ``` ### First-time Login When you start the gateway for the first time, a QR code will be displayed. Scan it with WeChat to log in. ```bash openclaw gateway start ``` ### Features - Direct messages and group chats - Text and image messages - QR code login flow - Multi-account support ### FAQ #### Bot cannot receive messages 1. Make sure `webhookHost` is configured with your server's public IP 2. Make sure `webhookPo
Topics
No topics yet.