LJH-snow/dsh-tool-slack0

@libai168/dsh-tool-slack

Slack tools for DeepSeek Harness: conversations, members, rich messages, scheduled messages, user groups, file metadata, reactions, and notifications

AI Analysis

为 DSH 提供 Slack 协同工具集成。适合需要让 Agent 自动发送 Slack 消息、管理频道或处理通知的团队,配置时必须提供 Slack Bot Token。

Package
@libai168/dsh-tool-slack
Version
0.3.0
License
MIT
Last updated
Aug 30, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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.