slack

Manage Slack messages, reactions, and pins via the Slack API.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/moshehbenavraham/crocbot --skill slack-moshehbenavraham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/moshehbenavraham/crocbot/tree/main/skills/slack
Command: npx skills add https://github.com/moshehbenavraham/crocbot --skill slack-moshehbenavraham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Control Slack interactions from crocbot to manage messages, reactions, and pins.

Core Features & Use Cases

  • React to messages in Slack channels and direct messages
  • Read, send, edit, and delete messages
  • Pin and unpin messages, and list pins
  • Retrieve member information and emoji lists to enrich interactions
  • Use cases include automating status updates, acknowledging tasks with reactions, and managing channel hygiene from crocbot

Quick Start

Use the Slack tool to react to a message or pin a critical update from crocbot.

Frequently Asked Questions about slack

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

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

You can automate Slack messages and reactions by using a Slack bot token with configured API permissions to read, send, edit, and delete messages. This enables automated workflows and real-time interactions across channels and direct messages.

Can I pin and unpin Slack messages programmatically?

Yes, you can pin and unpin Slack messages programmatically by using the Slack API through a configured bot. This allows you to manage channel hygiene, list existing pins, and pin critical updates automatically.

Do I need a Slack bot token to manage pins and reactions?

Yes, you need a Slack bot token and configured permissions for the Slack API to manage pins, reactions, and messages. These credentials are required to authenticate automated workflows and interactions within channels and direct messages.

What Slack API interactions can I automate for channel hygiene?

You can automate reading, sending, editing, and deleting messages, applying reactions, and managing pins for channel hygiene. The Slack API also allows you to retrieve member information and emoji lists to enrich these automated interactions.

Does this Slack API integration work with direct messages?

Yes, this Slack API integration works with direct messages as well as channels. You can apply automated workflows, send messages, add reactions, and manage pins within direct message conversations just as you would in standard channels.