slack

Send, edit, and delete Slack messages with a bot token.

93|20|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill slack-seedprod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/seedprod/openclaw-prompts-and-skills/tree/main/.claude/skills/slack
Command: npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill slack-seedprod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions within Slack by enabling programmatic control over messages, reactions, and channel management, reducing the need for manual clicks and context switching.

Core Features & Use Cases

  • Message Management: Send, edit, and delete messages in channels or direct messages.
  • Reactions & Pins: Add or remove reactions to messages and pin/unpin important items for easy retrieval.
  • Information Retrieval: Fetch member information and lists of custom emojis.
  • Use Case: Automatically react to a task-related message with a ✅ emoji to signify completion, or pin a critical announcement to the top of a channel.

Quick Start

Use the slack skill to send the message "Hello from OpenClaw" to the channel with ID "C123".

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 a channel?

You can automate sending and editing Slack messages by using programmatic control functionalities with a configured bot token, which authorizes automated message dispatch and modifications within channels or direct messages.

Can I programmatically add emoji reactions and pin messages in Slack?

Yes, you can programmatically add or remove emoji reactions and pin messages in Slack. This allows automated interactions like reacting to task messages with a completion emoji or pinning critical announcements to channel tops.

Do I need a bot token to automate Slack channel management and messaging?

Yes, a bot token is required for authentication and authorization to automate Slack channel management. Configuring this token is necessary to programmatically control messages, reactions, and fetch member information.

What is the best way to fetch member information and custom emoji lists from Slack?

The best way to fetch member information and custom emoji lists from Slack is through programmatic control functionalities. This retrieves custom emojis and member details directly within channels and direct messages.

How does programmatic Slack messaging reduce manual context switching?

Programmatic Slack messaging reduces manual context switching by enabling automated control over messages, reactions, and channel management. This eliminates manual clicks for routine interactions like dispatching messages or pinning announcements.