agent-slackbot

Automate Slack messaging, channel reads, and reactions using bot tokens.

170|25|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/agent-messenger/agent-messenger --skill agent-slackbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-slackbot
Source: https://github.com/agent-messenger/agent-messenger/tree/main/skills/agent-slackbot
Command: npx skills add https://github.com/agent-messenger/agent-messenger --skill agent-slackbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Eliminates the need for user tokens by enabling bot-token based automation for Slack workspaces, simplifying secure automated operations.

Core Features & Use Cases

  • Send messages, read channels, and manage reactions across multiple workspaces using bot tokens.
  • Support multi-bot setups, token management, and authentication workflows for CI/CD and automation pipelines.
  • Real-world use: automate notifications and status updates across Slack channels without signing in as a user.

Quick Start

Install the agent-messenger CLI and configure a bot token with agent-slackbot auth set xoxb-your-bot-token to begin.

Frequently Asked Questions about agent-slackbot

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

FAQPage Schema
How do I automate Slack messages without using a user token?

To automate Slack messages without a user token, use a Slack Bot token (xoxb-) to authenticate automated operations for sending messages, reading channels, and managing reactions across workspaces.

What do I need to set up Slack bot token authentication for CI/CD pipelines?

Setting up Slack bot token authentication requires an xoxb- bot token, token validation, and a local credentials store to manage authentication workflows for CI/CD and automation pipelines across multiple bots.

Can I manage multiple Slack bots in different workspaces simultaneously?

Yes, you can manage multiple Slack bots across different workspaces simultaneously using multi-bot support, which handles token management and authentication workflows for automation-heavy environments.

How do I configure a Slack bot token using the agent-messenger CLI?

To configure a Slack bot token, install the agent-messenger CLI and run the command agent-slackbot auth set xoxb-your-bot-token to validate the token and store it locally for automation tasks.

Does bot token-based Slack automation support reading channels and managing reactions?

Yes, bot token-based Slack automation supports reading channels, sending messages, and managing reactions, allowing automated notifications and status updates across Slack channels without signing in as a user.

What are the limitations of using bot tokens instead of user tokens for Slack workspace automation?

Bot tokens for Slack workspace automation eliminate user sign-in requirements but are limited to bot-level permissions, meaning they only perform actions explicitly granted to the bot token within the workspace.