Claude Skill

freestylefly/openclaw-wechat

开源 TypeScript 项目,用于在 OpenClaw 与个人微信账号之间建立稳定连接。实现微信自动化与工具集成。

概览

Stars1,667
Forks346
语言TypeScript
最后更新2026-02-13
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者freestylefly
仓库openclaw-wechat
完整名称freestylefly/openclaw-wechat
Repo ID1,156,162,551

安装这个 Skill

git clone https://github.com/freestylefly/openclaw-wechat.git

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-02
平台
OpenClaw
能力
image
识别文件
README.mdpackage.json
配置键
URLPACKAGE_JSON

项目简介

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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03