@ox2g/dsh-plugin-wechat
DeepSeek Harness WeChat channel plugin (ilink bot gateway), built on the Tencent/openclaw-weixin protocol layer.
AI 分析
核心用途是将微信接入 DSH 作为交互通道,实现通过微信与 DSH 智能体对话。适合需要构建微信 AI 客服或个人微信助理的用户。支持按账号或联系人隔离会话。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ox2g/dsh-plugin-wechatドキュメント
README 全文を読む ↗Configuration (cordis.yml / cordis.patch.yml)
| Key | Default | Description |
|---|---|---|
provider | — | Provider routing for new sessions (e.g. deepseek-official) |
model | — | Model id for new sessions (e.g. deepseek-v4-flash) |
maxTokens | — | Output token cap per session model request |
baseUrl | https://ilinkai.weixin.qq.com | ilink backend |
stateDir | ~/.dsh-plugin-wechat | Account/token/log directory |
dmScope | per-account-channel-peer | Session isolation dimension: per-peer / per-account-channel-peer |
replyErrorAsText | true | Whether to reply with a readable error text when an agent fails |
cwd | /workspace | Working directory for new sessions (absolute path, auto-created); persona's {{cwd}} and fs/bash expand here |
sessionTitle | 微信 | Title for new sessions (written via sessionTitle.rename in the same process; no cross-process concurrent-write risk) |
Environment variables: DSH_WECHAT_STATE_DIR, DSH_WECHAT_LOG_DIR, DSH_WECHAT_LOG_LEVEL, DSH_WECHAT_BOT_AGENT.