AIAny
Chatbot2026
Icon for item

OpenClaw China — China IM Channels

Provides a unified plugin suite that connects OpenClaw AI assistants to Chinese IM platforms (WeChat, WeCom, QQ, DingTalk, Feishu). Focuses on stable messaging, unified plugin API, streaming replies, media handling and configurable delivery modes.

Introduction

Most LLM/assistant integrations assume standard webhooks or western messaging APIs; China’s IM ecosystem fragments delivery semantics, media limits, and auth flows. OpenClaw China tackles that friction by presenting a unified channel layer that maps OpenClaw’s assistant replies into platform-specific patterns (WeCom, WeChat MP/kf, QQ, DingTalk, Feishu) so you can reuse the same agent logic across multiple Chinese IM endpoints without re-implementing platform idiosyncrasies.

What Sets It Apart
  • Unified channel package: a single OpenClaw extension that registers multiple channel adapters (dingtalk, qqbot, wecom, wecom-app, wecom-kf, wechat-mp, feishu-china) so teams can enable only the channels they need while keeping consistent reply pipeline behavior.
  • Production-oriented delivery: handles media upload/download, byte-aware splitting for WeChat message limits, exponential backoff retries, message deduplication and stable local media persistence to avoid transient /tmp loss during downstream processing.
  • Platform-specific optimizations: QQ C2C streaming (打字机式实时更新), WeChat MP active/passive delivery modes and ASR integration (Tencent Flash ASR), and WeCom long‑connection mode to avoid public IP requirements for some setups — each adapter exposes pragmatic config flags to match platform constraints.
  • Low operational barrier: interactive setup helper and npm packages plus source-mode install steps; documentation lists per-channel guidance and recommended policies (dmPolicy, account mapping, chunk strategies) to reduce common integration mistakes.
Who it's for + tradeoffs

Great fit if you maintain an OpenClaw-based AI assistant and need to expose the same assistant across Chinese IM platforms with minimal per-platform rework. It’s useful for teams shipping AI customer service, internal bots, or multi-channel assistants that must honor platform limits (e.g., WeChat byte limits, QQ markdown quirks) and need reliable media handling.

Look elsewhere if you don’t use OpenClaw as the host (this repo is a plugin collection for OpenClaw specifically), if you need a turnkey hosted SaaS connector, or if your target platforms are outside the Chinese IM ecosystem. Some channels still require public endpoints or platform credentials (service accounts, app secrets), and a few adapters note maintenance/feature gaps — check the repo’s per-channel docs and changelog before production rollout.

Information

  • Websitegithub.com
  • AuthorsBytePioneer-AI, RainbowRain9 (Cai Hongyu)
  • Published date2026/01/28

Categories

More Items

Hugging Face
Chatbot2026

Provides a drop-in Jinja chat template for Qwen 3.5/3.6/3.8 that reduces reasoning-token waste, enforces a concise terseness system prompt, and preserves in-chat reasoning and tool-call rendering across turns. Terseness is on by default but switchable per request; no model weights are changed.

GitHub
Chatbot2026

Self-hosted sales CRM that runs native AI agents (RAG per tenant) to handle WhatsApp conversations, qualify leads, trigger automations and move deals through configurable pipelines. Multi-tenant with LGPD-minded controls and a one-command VPS installer for full data ownership.

GitHub
AI Deploy2026

Turns a PC, Mac, or Linux machine into a private AI server with one-command installers: local LLM inference, a ChatGPT-style web UI, voice, agents, RAG, workflows, image generation, hardware-aware model selection, and optional cloud/hybrid modes.