Claude Skill
Tencent/openclaw-weixin
OpenClaw WeChat by Tencent is an open-source TypeScript project that brings Claude Skill to WeChat, enabling intelligent AI conversations and automation on the platform.
Overview
Repository
Install this Skill
npx -y @tencent-weixin/openclaw-weixin-cli installRegistry
Summary
OpenClaw WeChat is a TypeScript-based open-source project by Tencent that integrates the Claude Skill into the WeChat ecosystem, enabling intelligent conversational interactions within the popular messaging platform.
Key features
- Seamless integration with WeChat platform
- Built with TypeScript for robust type safety
- Powered by Claude Skill for advanced AI conversations
- Open-source and community-driven development
- Designed for easy deployment and customization
Use cases
- Enhancing WeChat customer service with AI
- Building intelligent chatbots for WeChat groups
- Automating responses in WeChat official accounts
- Creating personalized AI assistants within WeChat
README excerpt
# 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
Topics
No topics yet.