slack

Automate Slack reactions, pins, and messaging via OpenClaw.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cploveless123/Dex-trading-bot --skill slack-cploveless123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/cploveless123/Dex-trading-bot/tree/main/workspace-backup/openclaw_skills/slack
Command: npx skills add https://github.com/cploveless123/Dex-trading-bot --skill slack-cploveless123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw users need to manage Slack interactions programmatically to react to messages, pin items, and send or edit messages within channels or DMs.

Core Features & Use Cases

  • Reactions: add, list, and remove reactions on Slack messages.
  • Pins: pin, unpin, and list pinned messages in channels or Direct Messages.
  • Messaging: send, edit, delete, and fetch messages; retrieve member information.
  • Access: requires Slack bot token configured in OpenClaw and a configured channels.slack setting.

Quick Start

Instruct OpenClaw to react to a Slack message with a chosen 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 reactions and pins from OpenClaw?

Automating Slack reactions and pins from OpenClaw requires a configured Slack bot token and the channels.slack setting. Once set up, you can instruct OpenClaw to add, list, or remove reactions and pin items in channels or direct messages.

Can I send and edit Slack messages using OpenClaw?

You can send and edit Slack messages using OpenClaw by configuring a Slack bot token with the channels.slack setting. This exposes messaging action groups that let you send, edit, delete, and fetch messages within your channels or direct messages.

Do I need a Slack bot token to manage pins and messages through OpenClaw?

A Slack bot token is required to manage pins and messages through OpenClaw, alongside a configured channels.slack setting. These two configurations provide the necessary access for OpenClaw to interact with your Slack workspace's reactions, pins, and messaging workflows.

What Slack interactions can I control programmatically in channels or DMs?

In channels or DMs, you can programmatically control Slack interactions including adding or removing reactions, pinning and unpinning messages, and sending, editing, deleting, or fetching messages. You can also retrieve member information through the exposed action groups.

Why are my Slack automation workflows not working in OpenClaw?

Slack automation workflows in OpenClaw require both a valid Slack bot token and a properly configured channels.slack setting to function. Without these prerequisites configured, the action groups for reactions, messages, pins, and memberInfo will not be accessible or operational.