Alphainfix/wechat-clawbot0

wechat-clawbot

Connect DeepSeek Harness to WeChat via the official WeChat ClawBot (Tencent iLink) bridge — a DSH plugin bundle.

包名
wechat-clawbot
版本
0.9.1
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alphainfix/wechat-clawbot

Configuration reference

KeyTypeDefaultMeaning
autoStartbooleantruestart the monitor at boot when a bound account exists
allowFromstring[][]allowed sender ids; empty = binder only
sessionIdstringwechat-mainfixed DSH session for all WeChat traffic
cwdstringprocess.cwd()workspace for a freshly created session
forwardQuestionsbooleanfalseforward ask_user_question / plan-review to WeChat (see note)
approvalTimeoutMsnumber0approval answer timeout; 0 = wait forever
botAgentstringDSH-ClawBot/0.1.0 …bot_agent reported to iLink
maxImageEdgenumber2048long-edge pixel cap for compressed images
imageQualitynumber80JPEG quality for compressed images
compressThresholdBytesnumber1048576only compress images larger than this
apiBaseUrlstringhttps://ilinkai.weixin.qq.comiLink API base (override for testing)
logLeveldebug|info|warn|errorinfoprotocol log level
stripEmojibooleantruestrip Unicode emoji from outbound text
noticeMinBytesnumber2097152announce a file before upload only above this size; 0 = always
attachImagesbooleantruegive images to the model directly when the route accepts them
providerstringpin this session's provider; empty = follow the deployment default
modelstringpin the model; empty = follow the deployment default
reasoningEffortstringpin the effort; empty = the model's own default
mcpBridgebooleantrueanswer the /plugins/clawbot/mcp/* routes (see The Claude bridge)

forwardQuestions: only one userQuestions provider 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.