slack

Automate Slack reactions, messaging, and pin management via Clawdbot.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack teams need a programmable way to react to messages, pin content, and manage conversations via automation.

Core Features & Use Cases

  • React to a message: Programmatically add reactions to Slack messages.
  • Read and manage messages: Retrieve recent messages, send new ones, edit or delete existing messages.
  • Pins and member info: Pin important messages and fetch member information for users or channels.

Quick Start

Use the slack tool to react to a message in a channel.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate adding Slack message reactions and pinning content?

Automating Slack message reactions and pinning content requires a configured Slack bot token with appropriate scopes. Once authorized, you can programmatically react to messages and pin important items in channels and DMs.

Can I send and edit Slack messages through a bot?

Yes, you can send, edit, and delete Slack messages through an automated bot. Using a configured Slack bot token with appropriate scopes allows you to retrieve recent messages and manage conversations in channels and DMs.

Do I need a specific token to retrieve Slack member info and manage pins?

Yes, retrieving Slack member info and managing pins requires a configured Slack bot token with appropriate scopes. This authorization allows the bot to fetch user or channel details and programmatically pin important messages.

What is the best way to programmatically read recent Slack messages?

The best way to programmatically read recent Slack messages is by using an automated bot integration. With a properly scoped Slack bot token, you can retrieve recent messages from channels and direct messages for conversation management.

Does Slack automation work for both channels and direct messages?

Yes, Slack automation works for both channels and direct messages. A configured bot can programmatically perform actions like reacting, messaging, pinning items, and retrieving member info across applicable channels and DMs.