slack

Send, edit, delete, and react to Slack messages via bot token.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill slack-kolbick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/slack
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill slack-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows KolbBot to interact with Slack, enabling automated actions like reacting to messages, managing pins, and sending or editing messages within channels or direct messages.

Core Features & Use Cases

  • Message Management: Send, edit, delete, and read messages in Slack channels or DMs.
  • Reactions: Add or list emoji reactions to specific messages.
  • Pinning: Pin or unpin messages to keep important information accessible.
  • Member Information: Retrieve details about Slack users.
  • Use Case: Automatically react to a specific message with a checkmark emoji to indicate a task is completed, or pin important announcements in a team channel.

Quick Start

Use the slack skill to send a message to channel C123 with the content "Hello from KolbBot".

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate sending and editing Slack messages?

You can automate sending and editing Slack messages by using an automated workflow bot token. This allows programmatic control to send, edit, delete, and read messages within channels or direct messages.

Can I automatically add emoji reactions to Slack messages?

Yes, you can automatically add emoji reactions to Slack messages. The system supports adding or listing emoji reactions to specific messages to indicate statuses like task completion.

What Slack messaging actions can I automate through an API?

Through an API, you can automate Slack messaging actions including sending, editing, and deleting messages. It also supports pinning messages, fetching member information, and listing available emojis.

Do I need a bot token to automate Slack notifications and collaboration tasks?

Yes, you need a bot token configured within your automation environment to automate Slack notifications and collaboration tasks. This token facilitates the integration of automated workflows and agentic actions.

How do I pin important announcements in a Slack channel programmatically?

To pin important announcements programmatically, you use the pinning functionality to pin or unpin messages. This keeps important information accessible within a team channel through automated workflows.