slack

Control Slack channels and DMs to react, pin, send, and edit messages.

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill slack-kendreaditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/slack
Command: npx skills add https://github.com/kendreaditya/.config --skill slack-kendreaditya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack workflows often require programmatic control to react to messages, pin items, or send and edit messages across channels and DMs.

Core Features & Use Cases

  • React to messages with emoji
  • Pin/unpin messages and fetch member info
  • Send, edit, or delete messages in channels or DMs
  • Use with OpenClaw to automate Slack interactions in workflows

Quick Start

Invoke the slack tool to react to a message in a channel with a chosen emoji.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack messages and reactions in my workflow?

Automating Slack messages and reactions requires a configured Slack bot token to programmatically control channel interactions, send messages, and apply emoji reactions across channels and direct messages.

Can I pin Slack messages and fetch member info using an API?

Yes, you can pin and unpin Slack messages and fetch member info by invoking Slack API actions through a bot token, allowing you to manage channel pins and retrieve user details programmatically.

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

To send or edit Slack messages programmatically, you need a configured Slack bot token and an automation platform to invoke actions that interact with your target channels and direct messages.

How do I add emoji reactions to Slack messages in automated workflows?

Adding emoji reactions to Slack messages in automated workflows involves invoking the Slack reaction action with a chosen emoji and target message identifier using a valid bot token.

Does this Slack automation support direct messages and channel interactions?

Yes, this Slack automation supports both direct message and channel interactions, allowing you to send, edit, or delete messages, manage pins, and handle emoji reactions across your workspace.

Are there limitations to automating Slack pins and reactions?

Automating Slack pins and reactions requires a properly configured bot token with sufficient permissions, and operations are constrained by your Slack workspace's existing access rights and channel policies.