slack

Control Slack messages, reactions, pins, and member info via the Slack API.

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill slack-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/skills/slack
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill slack-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slack, and includes scripts (resource) components.

What problem does it solve?

This Skill allows for direct Slack control through OpenClaw, making it easy to react to messages, manage pins, and handle messages in Slack channels or DMs.

Core Features & Use Cases

  • Slack Reactions: Add, remove, and list reactions to messages in Slack.
  • Message Management: Send, edit, delete, read recent messages, pin, and unpin Slack messages.
  • Member Info: Fetch member information in Slack.
  • Emoji List: Retrieve a list of custom emojis in a Slack workspace.
  • Use Case: Automatically respond to customer queries on Slack by reacting to messages or pinning important customer support threads.

Quick Start

Use the slack skill to react with a "✅" to the message with ID "1712023032.1234" in the 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 Slack message reactions and pin management?

To automate Slack message reactions and pin management, use the Slack tool to add or remove emoji reactions, pin important threads, and handle messages in channels or DMs via the Slack API.

Can I send, edit, and delete Slack messages programmatically?

Yes, you can programmatically send, edit, delete, and read recent Slack messages by executing message management operations through the Slack API using a configured bot token.

What do I need to fetch Slack member info and custom emoji lists?

Fetching Slack member info and custom emoji lists requires the Slack dependency installed and a bot token configured for OpenClaw to authenticate and retrieve workspace data via the Slack API.

Does this Slack message management approach work for customer support threads?

This Slack message management approach works for customer support threads by allowing automated responses, reacting to messages with emojis, and pinning important customer support threads.

What are the limitations of controlling Slack via a bot token?

Controlling Slack via a bot token is constrained by the bot's specific permissions and channel access, meaning message reactions, pin management, and member info fetching are limited by the configured token's scopes.