sliverp/DeepSeek-harness-dingtalk1

deepseek-harness-dingtalk

DingTalk Stream text, image, and file channel bridge for DeepSeek Harness

AI Analysis

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

Package
deepseek-harness-dingtalk
Version
0.1.3
License
MIT
Last updated
Aug 14, 2026

Install

$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.