mapan0424/deepseek-harness-plugins--packages-harness-channel-wecom ↗★ 1
@anarkhgatsby/deepseek-harness-channel-wecom
Channel plugin for DeepSeek Harness: 企业微信 behind one message bus. Thin facade on @anarkhgatsby/deepseek-harness-core.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mapan0424/deepseek-harness-plugins#931d781a4aa82b3f94b2b3a0c1c6215722f0b9c8&path:packages/harness-channel-wecom说明文档
阅读完整 README ↗配置
在 ~/.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 不是一回事。请妥善保管,避免泄露。