Skip to content

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).

vs. Official Account adapter

@onebots/adapter-wechat@onebots/adapter-wechat-clawbot
Use casePublic account webhookiLink HTTP API, QR login, long polling
Configapp_id, token, etc.Mainly account_id; endpoints are conventional
Platform idwechatwechat-clawbot

Quick start

bash
pnpm add @onebots/adapter-wechat-clawbot
yaml
wechat-clawbot.my_bot: {}
bash
onebots -r wechat-clawbot -c config.yaml

Full details: see the adapter README in the monorepo.