slack

Manage Slack messages, reactions, and pins via structured action payloads.

330|61|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/eggent-ai/eggent --skill slack-eggent-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/eggent-ai/eggent/tree/main/bundled-skills/slack
Command: npx skills add https://github.com/eggent-ai/eggent --skill slack-eggent-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack control from Eggent enables teams to react to messages, pin important items, and manage content in Slack channels and DMs without leaving the Eggent environment.

Core Features & Use Cases

  • React to messages across channels and DMs
  • Read recent messages and pins
  • Send, edit, and delete messages
  • Pin and unpin messages, and list pinned items
  • Retrieve member information and list available emojis

Quick Start

Send a message to a Slack channel using the slack tool.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I send and edit Slack messages from a bot?

You can send, edit, and delete Slack messages by providing the channelId and content or messageId, enabling full content management without leaving the Eggent environment.

How do I add emoji reactions and pin messages in Slack channels?

Add emoji reactions and pin messages in Slack channels by supplying the messageId and emoji name to react, or using the pin action with the messageId to highlight important content.

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

Yes, you need a configured Slack bot token to authenticate actions like retrieving member info, listing pins, and managing messages across channels and direct messages.

Can I retrieve Slack member info and list available emojis?

You can retrieve member information and list available emojis within Slack to identify users and apply custom reactions across channels and direct messages.

What are the limitations of managing Slack pins and reactions externally?

Limitations include requiring a pre-configured Slack bot token and valid IDs for channels and messages, as actions are restricted to the bot's authorized scope and API payload structure.