dsh-slack: DSH Community Plugin for Bidirectional Communication Between Agents and Slack

The DSH community plugin `dsh-slack` is designed to enable bidirectional communication between agents and Slack, providing four core tools: `slack_notify`, `slack_channels`, `slack_inbox`, and `slack_reply`. This plugin supports reading messages via Socket Mode, listing visible channels, sending Markdown notifications, and thread replies, but does not support RTM or interactive components such as buttons and modals. During installation, you need to configure the Slack bot token and app token (which can be set via the environment variables `DSH_SLACK_TOKEN` and `DSH_SLACK_APP_TOKEN` or through a configuration file), and execute `dsh plugin --profile w`

Read More
Connect Slack two-way channel to DeepSeek Harness with dsh-slack

dsh-slack is a DeepSeek Harness community plugin maintained by STARDUSTLC666, enabling two-way communication between agents and Slack. It registers four tools: slack_notify for sending Markdown notifications, slack_channels for listing visible channels, slack_inbox for receiving messages via Socket Mode, and slack_reply for replying to messages by thread. Starting from version v0.2, public network callbacks are no longer required; it supports custom slackApiUrl to connect to proxy gateways, and the repository has a built-in mock Slack server for protocol-level acceptance testing. This article verifies the installation, configuration and restrictions based on the directory page and GitHub source code.

Read More