sliverp/DeepSeek-harness-dingtalk1

deepseek-harness-dingtalk

DeepSeek Harness 的钉钉 Stream 文本、图片和文件通道桥接插件。

AI 分析

核心用途是将钉钉 Stream 消息通道与 DSH Agent 进行桥接,支持文本、图片和文件的双向传输。适合需要通过钉钉客户端与 DSH 智能体进行交互的企业用户。

包名
deepseek-harness-dingtalk
版本
0.1.3
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sliverp/DeepSeek-harness-dingtalk

Bundle configuration

- id: dingtalk-channel
  name: deepseek-harness-dingtalk
  config:
    clientId: !!js process.env.DINGTALK_CLIENT_ID
    clientSecretRef: DINGTALK_CLIENT_SECRET
    cwd: !!js process.env.DSH_DINGTALK_CWD ?? process.cwd()
    agentPreset: standard

Restrictive production example:

    singlePolicy: allowlist
    singleAllowFrom: [staff-id-1]
    groupPolicy: allowlist
    groupAllowChats: [conversation-id-1]
    imageInputMode: auto
    maxInboundFileBytes: 20971520
    maxOutboundFileBytes: 20971520

Policies accept open, allowlist, or disabled. Combine allowlists with least-privilege Harness tool and workspace permissions.