meliwanx/dsh-office-cli0

dsh-office-cli

A secure DeepSeek Harness plugin for the official WeCom, DingTalk, and Feishu/Lark office CLIs

AI Analysis

核心用途是让 DSH 智能体能够安全地调用企业微信、钉钉和飞书的 CLI 工具。适合需要将 AI 接入企业办公自动化流程、发送通知或审批的用户。

Package
dsh-office-cli
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:meliwanx/dsh-office-cli

Configuration

Override the bundle row in the profile's cordis.patch.yml and restate its complete config:

- id: dsh-office-cli
  config:
    approval: writes       # writes | all | off
    timeoutMs: 120000
    killGraceMs: 2000
    maxOutputBytes: 262144
    maxArgs: 128
    maxArgLength: 65536
    allowRawApi: false
    workspaceFilesOnly: true
    # wecomCommand: /opt/bin/wecom-cli
    # dingtalkCommand: /opt/bin/dws
    # feishuCommand: /opt/bin/lark-cli

workspaceFilesOnly is argument-level defense, not an OS sandbox. Use a dedicated container/account and least-privilege vendor apps for high-security deployments. See SECURITY.md.