dsh-office-cli
办公 CLI 安全插件:支持企业微信、钉钉和飞书/Lark 官方命令行工具
AI 分析
核心用途是让 DSH 智能体能够安全地调用企业微信、钉钉和飞书的 CLI 工具。适合需要将 AI 接入企业办公自动化流程、发送通知或审批的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:meliwanx/dsh-office-cli說明文件
閱讀完整 README ↗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.