Claude Skill
freestylefly/openclaw-wechat
开源 TypeScript 项目,用于在 OpenClaw 与个人微信账号之间建立稳定连接。实现微信自动化与工具集成。
概览
仓库信息
安装这个 Skill
git clone https://github.com/freestylefly/openclaw-wechat.gitRegistry 信息
项目简介
OpenClaw WeChat 是一个 TypeScript 项目,能够让 OpenClaw 稳定地连接到您的个人微信账号。
让 OpenClaw稳定的连上你的个人微信
要点
- 稳定连接个人微信
- 使用 TypeScript 构建
- GitHub 上的开源项目
使用场景
- 将 OpenClaw 连接到微信
- 微信个人自动化
- 将工具与微信消息集成
README 摘要
# 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
话题
暂无话题