@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 全文を読む ↗
ドキュメント
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.