Claude Skill
Tencent/openclaw-weixin
腾讯 OpenClaw WeChat 是一个开源 TypeScript 项目,将 Claude Skill 引入微信,实现平台上的智能 AI 对话与自动化。
概览
仓库信息
安装这个 Skill
npx -y @tencent-weixin/openclaw-weixin-cli installRegistry 信息
项目简介
OpenClaw WeChat 是腾讯基于 TypeScript 开发的开源项目,将 Claude Skill 集成到微信生态中,实现在流行即时通讯平台上的智能对话交互。
要点
- 与微信平台无缝集成
- 使用 TypeScript 构建,确保类型安全
- 基于 Claude Skill 实现高级 AI 对话
- 开源且由社区驱动开发
- 易于部署和定制
使用场景
- 用 AI 增强微信客服体验
- 为微信群构建智能聊天机器人
- 在微信公众号中自动回复
- 在微信内创建个性化 AI 助手
README 摘要
# WeChat [简体中文](./README.zh_CN.md) OpenClaw's WeChat channel plugin, supporting login authorization via QR code scanning. ## Compatibility | Plugin Version | OpenClaw Version | npm dist-tag | Status | |---------------|------------------------|--------------|-------------| | 2.0.x | >=2026.3.22 | `latest` | Active | | 1.0.x | >=2026.1.0 <2026.3.22 | `legacy` | Maintenance | > The plugin checks the host version at startup and will refuse to load if the > running OpenClaw version is outside the supported range. ## Prerequisites [OpenClaw](https://docs.openclaw.ai/install) must be installed (the `openclaw` CLI needs to be available). Check your version: `openclaw --version` ## Quick Install ```bash npx -y @tencent-weixin/openclaw-weixin-cli install ``` ## Manual Installation If the quick install doesn't work, follow these steps manually: ### 1. Install the plugin ```bash openclaw plugins install "@tencent-weixin/openclaw-weixin" ``` ### 2. Enable the plugin ```bash openclaw config set plugins.entries.openclaw-weixin.enabled true ``` ### 3. QR code login ```bash openclaw channels login --channel openclaw-weixin ``` A QR code will appear in the terminal. Scan it with your phone and confirm the authorization. Once confirmed, the login credentials will be saved locally automatically — no further action is needed. ### 4. Restart the gateway ```bash openclaw gateway restart ``` ## Adding More WeChat Accounts ```bash openclaw channels login --channel openclaw-weixin ``` Each QR code login creates a new account entry, supporting multiple WeChat accounts online simultaneously. ## Multi-Account Context Isolation By default, DMs can share one session bucket. For **multiple logged-in WeChat accounts**, isolat
话题
暂无话题