@libai168/dsh-tool-slack
Slack tools for DeepSeek Harness: conversations, members, rich messages, scheduled messages, user groups, file metadata, reactions, and notifications
AI 분석
为 DSH 提供 Slack 协同工具集成。适合需要让 Agent 自动发送 Slack 消息、管理频道或处理通知的团队,配置时必须提供 Slack Bot Token。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
Load the plugin in a dsh composition config (cordis.yml):
- name: 'dsh-tool-slack'
config:
token: 'xoxb-xxx' # required Slack bot token
defaultChannel: 'general' # optional default channel; tools can still override it
baseUrl: 'https://slack.com/api' # optional Slack Web API base URL
timeoutMs: 15000 # optional request timeout in ms (default 15000)
Full example: examples/cordis.yml.