AI Agent Hub
Back to skills
OpenClaw WeChat Channel Response Repair icon

OpenClaw WeChat Channel Response Repair

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_e784c2fd/weixin-link according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem Diagnosis

When an OpenClaw WeChat channel reports ON / OK but the bot still ignores incoming messages, the issue is often not the WeChat network itself, but a monitor that never started, a broken plugin import, or missing account configuration. Typical log symptoms include createTypingCallbacks is not a function, weixin not configured: missing token, plugins.allow is empty, or no inbound records at all. This skill is useful when a channel looks configured in the UI but does not actually process traffic.

How It Works

The skill follows a diagnostic and repair workflow for the OpenClaw WeChat plugin: check channel status, inspect live logs for known failure patterns, fix the known import-path issue for createTypingCallbacks, then add the required channels and plugins.allow entries in ~/.openclaw/openclaw.json so the WeChat account is explicitly enabled and the plugin is allowed to run. After restarting the gateway, it verifies monitor state, sends a test message, and checks channel health. It can also point to follow-up checks such as QR-code re-login, expired tokens, and per-account conversation isolation. The scope is limited to OpenClaw WeChat channel deployments; it does not replace general WeChat protocol debugging or apply to unrelated bot stacks.

Use Cases

  • Debug an OpenClaw WeChat channel that shows ON/OK but fails to receive or reply to messages.
  • Recover a configured WeChat chatbot with no response by adding missing channels and plugins.allow settings.
  • Fix an openclaw-weixin import-path issue for createTypingCallbacks that breaks message processing.
  • Set up a multi-account WeChat channel and isolate conversation context by sender.

Best For

  • Engineers maintaining OpenClaw gateways: debugging a WeChat channel that shows ON/OK but does not reply.
  • Ops staff deploying WeChat bot apps: restoring message flow after expired tokens or multi-account config issues.
  • Product operations teams using OpenClaw WeChat: verifying fixes when users send WeChat messages with no response.
  • Technical support engineers troubleshooting bot service outages: checking logs, configs, and gateway restarts.