slack

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for seamless interaction with Slack, enabling automated actions like reacting to messages, managing pins, sending, editing, and deleting messages, and retrieving member information.

Core Features & Use Cases

  • Message Reactions: Add or list emoji reactions to Slack messages.
  • Message Management: Send new messages, edit existing ones, or delete messages.
  • Pin Management: Pin or unpin important messages within channels.
  • Member Information: Retrieve details about Slack users.
  • Emoji Listing: Access a list of available custom emojis.

Quick Start

Use the slack skill to send a message to the channel C123 with the content "Hello from paleoclaw".

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate sending Slack messages to a specific channel?

To automate sending Slack messages, use a configured bot token to target a specific channelId with your message content. This enables programmatic message dispatch for both channels and direct messages.

Can I manage Slack message reactions and pins via API?

Yes, you can manage Slack message reactions and pins programmatically. By providing the channelId, messageId, and target emoji, you can add reactions, pin important messages, or list existing custom emojis.

What do I need to edit or delete Slack messages programmatically?

Editing or deleting Slack messages requires a configured bot token alongside the specific channelId and messageId. This allows precise management of existing channel content and direct message interactions.

How do I retrieve Slack member information using a bot?

You can retrieve Slack member information by utilizing a configured bot token for authentication. This enables programmatic access to fetch details about users within your Slack workspace.

Does automating Slack notifications require specific message identifiers?

Yes, automating Slack notifications and specific message actions requires precise identifiers. You must supply the channelId and messageId to perform targeted operations like reacting, editing, or pinning messages.

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

Slack messaging automation via a bot token is limited by the requirement for exact identifiers. Actions like reacting, editing, or pinning strictly depend on providing valid channelId, messageId, and emoji inputs to succeed.