wuyuanjiang1/dsh2wechat0

dshplug

DeepSeek Harness 消息桥插件:微信 ClawBot(iLink)。

AI 分析

核心用途是将 DSH 接入微信生态。适合希望通过手机微信发送消息、扫码绑定后直接与本地 DSH 智能体进行对话的用户。

パッケージ
dshplug
バージョン
0.3.1
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuyuanjiang1/dsh2wechat

ドキュメント

README 全文を読む ↗

安装

1. 构建

git clone https://github.com/wuyuanjiang1/dsh2wechat.git
cd dshplug
pnpm install
pnpm run build

2. 挂载到 profile

dsh plugin --profile web add file:C:/绝对/路径/dshplug

3. 微信扫码绑定(一条命令)

node tools/wechat-login.mjs --write

终端会显示二维码(手机微信扫码)或可复制链接;确认后自动把凭据写入 $DSH_HOME/profiles/web/cordis.patch.yml(wechat 段:token/botId/baseUrl/enabled)。

参数:--profile (默认 web)、--timeout (默认 600)、不加 --write 只输出凭据。

4. 生效

dsh web        # 或 dsh --profile 

重启 profile 后,给机器人发一条微信消息即可使用。