dsh plugins中文
← Back to popular plugin directory

Harness (dsh) transmission plug-in

gtaifu/dsh-wechat-bridge · skills

DeepSeek Harness (dsh) transport plugin: chat with your agents on WeChat via official Tencent iLink bot API — zero runtime deps, no OpenClaw, QR-code login, one friend = one persistent agent session.

★ 5GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

1. 登录时终端会打印二维码链接:在手机微信里打开该链接并确认,几秒后配对成功; 2. 微信「我 → 设置 → 插件」中添加「ClawBot/龙虾」插件即可(个人用户免白名单); 3. 配对成功后,直接在微信里给 Bot 发消息,DSH 就会收到并干活。

环境变量等价项:DSHWXBOTBASEURL、DSHWXBOTAUTHFILE、DSHWXBOTALLOWFROM、 DSHWXBOTREPLYMAX、DSHWXBOTNOTYPING、DSHBRIDGE(DSH 层)。

通用桥接 bridge.mjs 另有 serve 子命令(HTTP 壳,端口默认 8317、绑定 127.0.0.1、可选 --token 🔒 鉴权),供 OpenClaw exec 工具、wechaty 等外部程序调用,详见 node bridge.mjs 帮助。 Permissions & data

Install command

dsh plugin --profile web add github:gtaifu/dsh-wechat-bridge
View GitHub repository ↗Back to popular plugin directory