slack

Automate Slack message actions and retrieval tasks via bot token.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill slack-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/skills/slack
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill slack-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack interactions require manual channel and DM navigation to react, send updates, pin key messages, and retrieve member and reaction details without breaking flow.

Core Features & Use Cases

  • Message control: React to messages, and send, edit, or delete messages in channels and DMs using message context identifiers.
  • Pin management: Pin, unpin, and list pinned items to keep important decisions visible.
  • Information retrieval: Fetch member info and list custom emoji to support consistent team communication.

Quick Start

Send an instruction like: "React with ✅ to message 1712023032.1234 in channel 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 channels?

To automate sending and editing Slack messages, you provide channel targets and message context identifiers in the action payload. The bot uses the configured OpenClaw bot token to execute message control actions like sending or editing in channels and DMs.

Can I use a Slack bot to react to messages and manage pinned items?

You can use a Slack bot to react to messages and manage pinned items by supplying message timestamps and channel targets. The bot handles pinning, unpinning, and listing pinned items to keep important decisions visible.

How do I retrieve member info and list custom emojis for Slack workflows?

To retrieve member info and list custom emojis for Slack workflows, the bot fetches this data directly through the authenticated Slack bot token. This information retrieval supports consistent team communication across bot-driven workflows.

Do I need a bot token to automate Slack message actions?

You need a configured Slack bot token in OpenClaw to automate message actions. The bot requires this authentication along with specific message timestamps and channel or user targets in the action payload fields to execute commands.

What information is required to delete or react to a specific Slack message?

To delete or react to a specific Slack message, you must provide the exact message timestamp and the channel or user target identifier in the payload. The bot uses these context identifiers to locate and modify the correct message.

Are there limitations when automating Slack DMs versus channel messages?

Automating Slack DMs versus channel messages requires accurate user targets or channel identifiers in the payload. Both message types support sending, editing, deleting, and reacting, but the bot relies entirely on correct timestamps and target IDs to function.