slack

Manage Slack messages, reactions, and pins via bot tokens and channel IDs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for seamless interaction with Slack, enabling users to manage messages, reactions, and channel activities directly from the agent.

Core Features & Use Cases

  • Message Management: Send, edit, delete, and read messages in channels or direct messages.
  • Reaction Handling: Add or list emoji reactions to messages.
  • Pinning: Pin and unpin messages, and list pinned items in channels.
  • Member Information: Retrieve details about Slack members.
  • 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 channel 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
How do I automate Slack message posting and editing in specific channels?

To automate Slack message posting and editing, you configure a Slack bot token and target channel IDs for programmatic control. This enables automated message management, including sending, editing, and deleting content within specified channels or direct messages.

Can I programmatically manage Slack emoji reactions and pinned messages?

Yes, you can programmatically manage Slack emoji reactions and pinned messages through bot integration. The functionality supports adding or listing emoji reactions to specific messages, as well as pinning, unpinning, and listing pinned items in channels.

What do I need to set up before sending automated Slack notifications?

Before sending automated Slack notifications, you need to configure Slack bot tokens and identify specific channel IDs for targeted actions. This setup ensures the agent has the required permissions to interact with designated channels and direct messages.

Does this approach support retrieving Slack member information alongside channel activities?

Yes, the approach supports retrieving Slack member information alongside channel activities. It enables you to fetch details about Slack members while simultaneously managing channel messages, reactions, and pinned items within the same workflow integration.

What are the limitations of using a bot token for Slack message automation?

Using a bot token for Slack message automation requires explicit channel IDs for targeted actions and depends on bot permissions for each operation. Without proper configuration and access rights, message posting, deletion, and reaction management cannot execute successfully.