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 通道接入。

包名
@lijian-ui/dsh-im-gateway
版本
0.1.1
许可证
MIT
最近更新
2026年8月16日

安装

$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全部该实例是否连接