slack

Automate Slack message, reaction, pin, and member operations via bot token.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill slack-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/slack
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill slack-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack interactions can be tedious and error-prone when you need to send, read, edit, delete messages, manage reactions, pins, and user lookups across channels and DMs. This skill centralizes Slack workspace actions behind a bot token, reducing manual steps.

Core Features & Use Cases

  • Read, send, edit, delete messages in channels or DMs.
  • Manage reaction workflows, including adding, listing, and removing emoji.
  • Pin or unpin messages and fetch member info for users in a workspace.

Quick Start

Send a message to a channel or user and fetch its details to verify delivery.

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 in channels?

To automate sending and editing Slack messages, this skill uses a configured bot token to interact with channels and direct messages via standardized action groups for reading, sending, editing, and deleting messages.

Can I manage Slack message reactions and pins automatically?

Yes, you can manage Slack message reactions and pins automatically. The skill provides standardized action groups to add, list, and remove emoji reactions, as well as to pin or unpin messages.

Do I need a bot token to look up Slack member info across workspaces?

Yes, you need a configured bot token with channel access to look up Slack member info. The skill requires this token to fetch user details and perform operations across workspaces.

What is the best way to read and delete Slack direct messages programmatically?

The best way to read and delete Slack direct messages programmatically is by using this skill's message action group, which centralizes workspace interactions behind a bot token to reduce manual steps.

Does Slack automation work for adding emoji reactions to channel messages?

Yes, Slack automation works for adding emoji reactions to channel messages. The skill manages reaction workflows through standardized action groups designed for applying and removing emoji.

Why does my Slack bot fail to read messages in certain channels?

Your Slack bot fails to read messages if the configured bot token lacks the necessary channel access. The skill requires proper token authorization to perform actions like reading messages across workspaces.