mapan0424/deepseek-harness-plugins--packages-harness-channel-wecom1

@anarkhgatsby/deepseek-harness-channel-wecom

Channel plugin for DeepSeek Harness: 企业微信 behind one message bus. Thin facade on @anarkhgatsby/deepseek-harness-core.

包名
@anarkhgatsby/deepseek-harness-channel-wecom
版本
0.1.1
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mapan0424/deepseek-harness-plugins#931d781a4aa82b3f94b2b3a0c1c6215722f0b9c8&path:packages/harness-channel-wecom

配置

~/.dsh/settings.yaml 添加:

wecom:
  botId: "aibS9-XXXXXXXXXXXXXXXXXXXXXXXX"        # 机器人 Bot ID
  secret: "0Y3UNbXXXXXXXXXXXXXXXXXXXXXXXXXXXX"   # 长连接专用 Secret(非 Webhook 的 Token/AESKey)
  defaultWorkspace: "/Users/you/dsh/default"     # 默认工作区
  autoReply: true
  streamReplies: true
  allowlist: []                                  # 为空 = 不限;填 userid 列表则白名单

也可用环境变量:WECOM_BOT_ID / WECOM_BOT_SECRET

⚠️ Secret 是长连接专用密钥,与 Webhook 模式的 Token/EncodingAESKey 不是一回事。请妥善保管,避免泄露。