WeChat ClawBot (iLink) adapter
Connects to WeChat extension / iLink Bot HTTP. This is not the WeChat Official Account adapter (wechat), WeCom (wecom), or WeCom Customer Service (wecom-kf).
- Package:
@onebots/adapter-wechat-clawbot - Platform id:
wechat-clawbot - Product: WeChat iLink
vs. Official Account adapter
@onebots/adapter-wechat | @onebots/adapter-wechat-clawbot | |
|---|---|---|
| Use case | Public account webhook | iLink HTTP API, QR login, long polling |
| Config | app_id, token, etc. | Mainly account_id; endpoints are conventional |
| Platform id | wechat | wechat-clawbot |
Quick start
Select WeChat ClawBot in the Web Extensions view or the TUI setup wizard. The manager installs the adapter and its required peers into a new immutable runtime generation, verifies it, and waits for explicit activation:
bash
onebots ui --data-dir /path/to/onebots-data --setupyaml
wechat-clawbot.my_bot: {}Capabilities and limits
- QR login, persistent sessions, automatic re-login, cancellable infinite polling, and exponential backoff.
- Bidirectional text, image, video, and file messages; lossless voice and unknown-item reception.
- Composite items retain their original order and every event retains
raw_event. send_typinganddownload_mediaare available throughcallAction.- Replies require a valid
context_token; iLink does not expose contacts, groups, message recall, or history APIs.
Full details: see the adapter README in the monorepo.