slack

Control Slack reactions, messages, and pins from OpenClaw workflows.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/pertain99/openclaw-better --skill slack-pertain99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/pertain99/openclaw-better/tree/main/skills/slack
Command: npx skills add https://github.com/pertain99/openclaw-better --skill slack-pertain99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw users often need to interact with Slack without leaving their workflow. This skill enables programmatic reactions, message management, and channel or DM interactions directly from OpenClaw, reducing context switching and manual steps.

Core Features & Use Cases

  • React to messages by adding reactions to channel or DM messages.
  • Manage messages including sending, editing, and deleting messages.
  • Pin and unpin items to keep important information accessible.
  • Fetch member info and emoji list to enrich interactions and responses.

Quick Start

Tell OpenClaw to react to a message in Slack channel C123 with emoji ✅.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack message management from an external workflow?

Automating Slack message management involves using a bot token to programmatically send, edit, and delete messages within channels and direct messages. This skill enables those actions directly from OpenClaw to streamline team communication without manual context switching.

Can I programmatically add emoji reactions to Slack channel messages?

Yes, you can programmatically add emoji reactions to Slack channel and direct messages. By configuring a Slack bot token with the appropriate channel access permissions, the workflow can quickly apply reactions to specific messages.

Do I need a Slack bot token to pin items and fetch member info?

Yes, a Slack bot token and channel access permissions are required to pin and unpin items, fetch member info, and retrieve emoji lists. These credentials authorize the automated actions within your Slack workspace.

What is the best way to integrate Slack interactions into an automated workflow?

Integrating Slack interactions into an automated workflow is best done by connecting a bot token to an automation platform. This approach enables quick reactions, message management, and information retrieval within your existing processes.

Are there limitations when automating Slack pins and messages in direct messages?

Automating Slack pins and messages in direct messages requires explicit channel access permissions for the bot token. Without the correct authorization scopes applied to both channels and DMs, the automated actions will fail to execute.

How does fetching a Slack emoji list enrich automated team communication?

Fetching a Slack emoji list enriches automated team communication by providing the exact emoji identifiers needed to programmatically react to messages. This ensures accurate reactions and responses within your automated workflows.