slack

Automate Slack reactions, messages, pins, and member info via Eggent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect Eggent to Slack to automate interactions and manage messages, pins, and member lookups without switching apps.

Core Features & Use Cases

  • Reactions: add, list, or remove reactions on messages to indicate status or feedback.
  • Messages: read, send, edit, and delete messages in channels or DMs to keep conversations flowing.
  • Pins: pin, unpin, and list pins to highlight decisions or important updates.
  • Member Info: fetch Slack user details to contextualize actions or verify identities.
  • Emoji List: retrieve the workspace emoji catalog for richer interactions.

Quick Start

Authorize Eggent to access Slack and start using the slack tool to react to messages, pin items, and manage channels.

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 using a bot?

You can automate Slack messages and reactions by configuring a bot token to control actions like sendMessage, react, and editMessage within automated workflows.

Can I pin and manage Slack channel messages through an API?

Yes, you can pin and manage Slack channel messages by using bot actions such as pinMessage, unpinMessage, and listPins to highlight important updates across teams.

What do I need to start reading and responding to Slack direct messages?

To read and respond to Slack direct messages, you need a configured bot token that authorizes readMessages and sendMessage actions for your workspace.

Does this Slack automation approach work for fetching workspace member info and emoji lists?

Yes, this Slack automation approach works for fetching workspace member info and emoji lists using the memberInfo and emojiList bot actions to contextualize user details and retrieve custom emoji catalogs.

What is the best way to monitor Slack channels and coordinate pins across teams?

The best way to monitor Slack channels and coordinate pins across teams is by using bot actions to readMessages, apply message reactions, and manage pins to track decisions and important updates.

Why would I use a Slack bot to delete or edit messages instead of doing it manually?

Using a Slack bot to delete or edit messages allows you to keep conversations flowing automatically by programmatically handling editMessage and deleteMessage actions without switching apps.