slack

Control Slack channels and direct messages with structured actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Slack channels and direct messages from OpenClaw by performing routine actions without leaving the current workflow.

Core Features & Use Cases

  • React to messages with emojis and view existing reactions.
  • Send, edit, delete messages, and retrieve member information.
  • Pin and unpin messages, and list pinned items for quick reference.
  • Support for channel and direct message contexts via a bot token configured in OpenClaw.

Quick Start

Tell OpenClaw to react to a message in a Slack channel or pin a post.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I send and manage Slack messages from an external workflow?

You can pin Slack messages by issuing a structured pinMessage action through a connected bot token. The action manages pinned items in real time across channels and direct messages for quick reference.

Can I retrieve Slack member information through a bot API?

Yes, you can retrieve Slack member information by issuing a memberInfo action. It requires a configured Slack bot token and channel context to authorize requests and look up user details in real time.

How do I add emoji reactions to Slack posts programmatically?

You can add emoji reactions to Slack posts by executing a structured react action. Configured with a Slack bot token, it allows you to react to specific messages and view existing reactions in channels and direct messages.

Do I need a specific token to automate Slack channel actions?

Yes, automating Slack channel actions requires a configured Slack bot token. This token authorizes requests so you can manage messages, reactions, and pinned items across your channels and direct messages.

What is the best way to pin Slack messages without opening the app?

The best way to pin Slack messages without opening the app is issuing a structured pinMessage action via a bot token. It handles pin management across channels and direct messages in real time.