slack

Send, edit, delete, and read Slack messages via bot token.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Rachasumanth/text2llm001 --skill slack-rachasumanth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/Rachasumanth/text2llm001/tree/main/skills/slack
Command: npx skills add https://github.com/Rachasumanth/text2llm001 --skill slack-rachasumanth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions within Slack by allowing you to programmatically manage messages, reactions, and pins, reducing manual effort and improving workflow efficiency.

Core Features & Use Cases

  • Message Management: Send, edit, delete, and read messages in channels and direct messages.
  • Reaction Handling: Add and list reactions to messages.
  • Pin Management: Pin, unpin, and list pinned items in channels.
  • Member Information: Retrieve information about Slack members.
  • Use Case: Automatically pin important announcements in a project channel or react to messages to acknowledge task completion.

Quick Start

Use the slack skill to send a message to the channel with ID C123 saying "Hello from text2llm".

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate sending Slack messages to a specific channel?

Automate Slack message sending by using a configured bot token to target channels with specific identifiers. You can programmatically dispatch text payloads to channels and direct messages without manual intervention.

Can I manage Slack pins and reactions programmatically?

Programmatic Slack pin and reaction management is supported. You can pin, unpin, and list pinned items in channels, as well as add or list reactions to messages using targeted message identifiers.

What do I need to automate Slack message editing and deletion?

To automate Slack message editing and deletion, you need a configured bot token alongside specific channel and message identifiers. These identifiers target the exact messages for modification or removal.

How does a bot retrieve information about Slack members?

Retrieve Slack member information by leveraging a configured bot token. The automation queries Slack to fetch user details, supporting workflow logic that relies on channel participant data.

Are channel and message identifiers required for Slack automation?

Channel and message identifiers are required for targeted Slack operations. You must locate and provide these specific IDs alongside a valid bot token to execute automated message, reaction, and pin actions.

What is the best way to organize Slack channel announcements automatically?

Automate Slack channel organization by programmatically pinning important announcements. Using a bot token, you can pin, unpin, and list pinned items to ensure critical messages remain visible to channel members.