slack

Control Slack messages, reactions, and pins via the Slack API.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill slack-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/skills/slack
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill slack-team-hireal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to interact with Slack directly from OpenClaw, automating tasks like reacting to messages, managing pins, and sending or editing messages.

Core Features & Use Cases

  • Message Reactions: Add or list emoji reactions to Slack messages.
  • Message Management: Send, edit, and delete messages in channels or direct messages.
  • Pinning: Pin or unpin messages, and list pinned items in a channel.
  • Member Information: Retrieve details about Slack users.
  • Emoji Listing: Access a list of custom emojis available in your workspace.

Quick Start

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

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack messaging and send messages to a channel programmatically?

To automate Slack messaging, you use this Skill to programmatically send, edit, or delete messages in channels and direct messages. It requires a configured OpenClaw bot token for authenticating with Slack APIs.

Can I manage Slack messages and pins without using the Slack interface directly?

Yes, you can manage Slack messages and pins programmatically. The Skill enables you to pin or unpin messages, list pinned items in a channel, and edit or delete existing messages within Slack channels.

Do I need an OpenClaw bot token to control Slack communication and notifications?

Yes, an OpenClaw bot token is required. The token is necessary for authenticating and gaining access to Slack APIs to programmatically control notifications, reactions, and messaging functionalities.

What Slack collaboration features can I automate using API control?

You can automate message reactions, pinning, sending, editing, and deletion. It also facilitates retrieving member information and listing custom emojis available in your Slack workspace.

How do I add emoji reactions to Slack messages through automation?

You add emoji reactions by using the Skill to programmatically target specific Slack messages. It interfaces with Slack APIs to apply or list emoji reactions based on your automation workflow.