DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Im Weixin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-im-weixin

Im Weixin

WeChat channel adapter (dsh-im plugin family): Tencent iLink personal WeChat bot using the official getupdates long-polling protocol without requiring a public internet endpoint; use npx -y dsh-im-weixin-qr to bind by scanning a QR code.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-im-weixin@1.0.5
READMECompatibilityVersions

Compatibility and provenance

Im Weixin is published as dsh-im-weixin and currently resolves to version 1.0.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.0.5stable
8/15/2026
1.0.4stable
8/15/2026

Related plugins

Loading related plugins…

Latest
1.0.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
57.8 kB
Files
13
Surface
web
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
93
Last push
8/15/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-im-weixin(微信适配器)

腾讯 iLink 个人微信机器人(官方协议,协议格式源自腾讯开源 MIT 项目 Tencent/openclaw-weixin)。 getupdates 长轮询,免公网(不需要隧道/回调 URL)。

平台四件事

#事项说明
1凭证扫码绑定(npx -y dsh-im-weixin-qr)拿到 bot_token,写入 $DSH_HOME/dsh-im/weixin-credentials.json;或设 WECHAT_BOT_TOKEN 环境变量
2权限/入口手机微信账号必须已获得「微信机器人」功能(我 → 设置 → 插件)。腾讯分批开放,插件无法绕过;账号无入口时扫码/连接会失败
3订阅方式ilink/bot/getupdates 长轮询(免公网)
4发布生效无(扫码即生效)

实现状态

  • 官方协议薄封装(lib/weixin-api.js,fetch 可注入;URL 受信白名单防令牌外泄)
  • extractWeixinText 纯函数 + 单测(文本 / 语音转写)
  • 出站文本自动切分(4000 字/条);微信无原生按钮,审批由核心降级为文本
  • 可观测三件套:连接状态 / lastEventAt 心跳 / 边界日志(带平台错误码)
  • 扫码绑定 CLI(bin/weixin-qr.mjs,配对数字流程)
  • 契约测试 + 假 iLink 服务器测试(18/18)

安装与绑定

dsh plugin --profile web add dsh-im dsh-im-weixin -w   # 装插件

绑定(二选一):

  • 网页(推荐):dsh web → 设置 → 插件 → 微信 → 「扫码绑定」→ 手机微信扫码(配对数字在网页输入)
  • 终端:npx -y dsh-im-weixin-qr

重启 npx @deepseek-ai/dsh web,在微信里发消息即可。

详见仓库 docs/weixin-setup.md。

协议来源与许可

iLink 请求格式基于腾讯官方 MIT 项目 Tencent/openclaw-weixin 2.4.6 适配,本包用原生 fetch 重新实现(未引入 OpenClaw 运行时)。本包自身 MIT License。