slack

React to, pin, send, edit, and delete Slack messages via Moltbot.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Zentin-L/Masterbot --skill slack-zentin-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/Zentin-L/Masterbot/tree/main/skills/slack
Command: npx skills add https://github.com/Zentin-L/Masterbot --skill slack-zentin-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack control from Moltbot enables you to react to messages, pin items, and manage channel conversations without leaving your workspace.

Core Features & Use Cases

  • React to messages with emoji in channels or direct messages.
  • Pin and unpin important messages to surface decisions and updates.
  • Send, edit, or delete messages via Moltbot and fetch member info when needed.
  • Use case: quickly acknowledge a message in a busy channel by reacting, or pin a decision for visibility.

Quick Start

Ask Moltbot to react to a message in channel C123 with a thumbs up.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack message reactions and pins from a bot?

Automating Slack message reactions and pins requires a bot token with channel-scoped permissions. You can configure a bot to add emoji reactions or pin items by calling Slack API actions within your workspace.

Can I send, edit, and delete Slack messages using a bot token?

Yes, you can send, edit, and delete Slack messages using a bot token. The integration applies permission checks to ensure the bot has the necessary channel-scoped actions to manage channel conversations.

What do I need to set up before automating Slack channel management?

To automate Slack channel management, you need a valid Slack bot token configured for your workspace. This token provides the authentication required to perform actions like reacting, pinning, and editing messages.

Does Slack automation work for direct messages as well as channels?

Slack automation works for both direct messages and channels where the bot has permission. You can react to messages with emoji in direct messages or channel conversations after passing the required permission checks.

How do I fetch Slack member info when managing messages?

You can fetch Slack member info alongside managing messages via the bot integration. This allows you to retrieve user details when performing actions like sending or editing messages in a workspace.