Alphainfix/wechat-clawbot ↗★ 0
wechat-clawbot
Connect DeepSeek Harness to WeChat via the official WeChat ClawBot (Tencent iLink) bridge — a DSH plugin bundle.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alphainfix/wechat-clawbot说明文档
阅读完整 README ↗Configuration reference
| Key | Type | Default | Meaning |
|---|---|---|---|
autoStart | boolean | true | start the monitor at boot when a bound account exists |
allowFrom | string[] | [] | allowed sender ids; empty = binder only |
sessionId | string | wechat-main | fixed DSH session for all WeChat traffic |
cwd | string | process.cwd() | workspace for a freshly created session |
forwardQuestions | boolean | false | forward ask_user_question / plan-review to WeChat (see note) |
approvalTimeoutMs | number | 0 | approval answer timeout; 0 = wait forever |
botAgent | string | DSH-ClawBot/0.1.0 … | bot_agent reported to iLink |
maxImageEdge | number | 2048 | long-edge pixel cap for compressed images |
imageQuality | number | 80 | JPEG quality for compressed images |
compressThresholdBytes | number | 1048576 | only compress images larger than this |
apiBaseUrl | string | https://ilinkai.weixin.qq.com | iLink API base (override for testing) |
logLevel | debug|info|warn|error | info | protocol log level |
stripEmoji | boolean | true | strip Unicode emoji from outbound text |
noticeMinBytes | number | 2097152 | announce a file before upload only above this size; 0 = always |
attachImages | boolean | true | give images to the model directly when the route accepts them |
provider | string | — | pin this session's provider; empty = follow the deployment default |
model | string | — | pin the model; empty = follow the deployment default |
reasoningEffort | string | — | pin the effort; empty = the model's own default |
mcpBridge | boolean | true | answer the /plugins/clawbot/mcp/* routes (see The Claude bridge) |
forwardQuestions: only oneuserQuestionsprovider can exist per DSH context. The Web UI registers one while a browser is attached, so this option only takes effect in deployments without an active Web provider. Approval forwarding (approval/request) is independent and always on for the WeChat session.