lijian-ui/dsh-im-gateway2

@lijian-ui/dsh-im-gateway

Multi-channel IM gateway plugin for DeepSeek Harness (dsh): DingTalk / QQ / WeChat(iLink) with QR-scan binding, streaming replies, and a unified ctx.imGateway service. 为 DeepSeek Harness 提供钉钉/QQ/个人微信多 IM 通道接入。

AI Analysis

核心用途是实现 IM 软件与 DSH 的对接。适合希望在钉钉、微信或 QQ 中直接与 DSH 智能体交互并接收消息的用户。

Package
@lijian-ui/dsh-im-gateway
Version
0.1.1
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lijian-ui/dsh-im-gateway

配置

所有配置都可在设置页编辑;底层 schema 在 ~/.dsh/settings.yaml

im-gateway:
  channels:
    - id: dingtalk-main
      type: dingtalk
      name: 主机器人
      enabled: true
      config:
        clientId: "..."
        clientSecret: "..."
        # callbackBaseUrl, appId, botAppId, baseUrl, botId, cdnBaseUrl, pollIntervalMs...
字段适用渠道含义
clientId / clientSecretdingtalk钉钉应用 key / secret(Stream 模式)
appId / clientSecretqqQQ 开放平台凭据(扫码绑定所得)
token / botId / baseUrl / cdnBaseUrlweixiniLink 凭据(扫码绑定所得)
enabled全部该实例是否连接