slack

Control Slack messages, reactions, pins, and member info via bot token.

19|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/samttoo22-MewCat/OpenSoul --skill slack-samttoo22-mewcat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/samttoo22-MewCat/OpenSoul/tree/main/openclaw/skills/slack
Command: npx skills add https://github.com/samttoo22-MewCat/OpenSoul --skill slack-samttoo22-mewcat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to interact with Slack programmatically, enabling automation of tasks like reacting to messages, managing pins, and sending or editing messages.

Core Features & Use Cases

  • Message Reactions: Add or list emoji reactions to Slack messages.
  • Message Management: Send, edit, delete, and read messages within channels or direct messages.
  • Pin Management: Pin or unpin messages to keep important information accessible.
  • Member Information: Retrieve details about Slack users.
  • Emoji Listing: Get a list of available custom emojis.
  • Use Case: Automatically react to a task completion message with a checkmark emoji, or pin important announcements in a project channel.

Quick Start

Use the slack skill to send a message to the channel with ID 'C123' with the content 'Hello from OpenClaw'.

Frequently Asked Questions about slack

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

FAQPage Schema
Can I manage Slack pins and message reactions programmatically?

Yes, you can programmatically manage pins and message reactions by adding, listing, pinning, or unpinning emoji reactions and important messages via an authenticated bot token.

How do I retrieve Slack member information and list custom emojis?

You can retrieve Slack member information and list custom emojis by using API integration calls via a bot token to fetch user details and custom emoji sets.

Does this Slack automation approach require a bot token for channel management?

Yes, Slack automation with this approach requires a bot token to authenticate API integration requests for channel management, messaging, and pin operations.

What is the best way to integrate Slack notifications into an automation workflow?

The best way to integrate Slack notifications into an automation workflow is via API integration using a bot token to send messages, react to events, and pin updates programmatically.

Why are my programmatic Slack message edits not working?

Programmatic Slack message edits may fail when the bot token lacks sufficient API integration permissions for channel management, message writing, or editing in the target channel.