slack_assistant

Automate Slack messaging and workspace management via MCP server.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/marcosgomesebury/ebb-platform-ia --skill slack-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack_assistant
Source: https://github.com/marcosgomesebury/ebb-platform-ia/tree/main/skills/slack_assistant
Command: npx skills add https://github.com/marcosgomesebury/ebb-platform-ia --skill slack-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack-based automation and MCP integrations automate messaging, channel management, and file sharing, reducing manual work in Slack workspaces.

Core Features & Use Cases

  • Post messages to channels or users via MCP tools
  • List channels and channel history
  • Upload files and search users to streamline collaboration
  • Example scenario: automatically notify a channel when a deployment finishes and fetch recent channel history for incident review.

Quick Start

Tell the system to post a message to a Slack channel, for example 'Post a message to #engineering: Deployment done'.

Frequently Asked Questions about slack_assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Slack messaging and workspace management via MCP?

You can automate Slack messaging and workspace management via MCP by using a server that integrates with the Slack Web API to post messages, list channels, retrieve histories, upload files, and search users.

What is needed to configure Slack workspace automation through an MCP server?

Configuring Slack workspace automation through an MCP server requires environment-based configuration to authenticate with the Slack Web API, enabling robust error handling and safe defaults for your workspace tasks.

Can I automatically notify a Slack channel when a deployment finishes?

Yes, you can automatically notify a Slack channel when a deployment finishes by instructing the MCP server to post a message to a specific channel, streamlining your DevOps communication and incident review.

Does Slack automation via MCP support retrieving channel history for incident review?

Yes, Slack automation via MCP supports retrieving channel history. You can fetch recent channel histories to streamline collaboration and review incidents directly within your workspace.

What Slack Web API features are available for workspace automation?

Available Slack Web API features for workspace automation include posting messages to channels or users, listing channels, retrieving channel histories, uploading files, and searching users across the workspace.

How does the MCP server handle Slack API errors during workspace automation?

The MCP server handles Slack API errors during workspace automation by implementing robust error handling with safe defaults, ensuring that messaging, channel management, and file sharing operations fail gracefully.