slack

Manage Slack messages, reactions, pins, and member data via the Slack API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack teams need automation for reacting to messages, pinning, and messaging in channels or DMs without manual clicks; Clawdbot can manage Slack interactions programmatically.

Core Features & Use Cases

  • React to messages, list reactions
  • Send, edit, and delete messages
  • Pin and unpin messages, list pins
  • Retrieve member info and emoji lists
  • Use in channel and direct message contexts to automate routine Slack tasks

Quick Start

Use the Slack tool to perform common Slack actions by providing channelId, messageId, and other fields as required. Examples: react to a message; read recent messages; pin a message; fetch member info.

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, pins, and reactions without manual clicks?

You can automate Slack messages, reactions, and pins by using Clawdbot to orchestrate Slack API actions. This eliminates manual clicks by handling channel and DM workflows programmatically.

What do I need to configure before sending Slack messages through an automation bot?

You must configure a Slack bot token in Clawdbot before automating messages. This token authorizes the API actions required to manage channel interactions, pins, and member data.

Can I retrieve member info and list existing reactions in a Slack channel?

Yes, retrieving member info and listing reactions are supported Slack actions. The tool queries the Slack API to fetch workspace member details and list emoji reactions on specific messages.

How do I pin or unpin messages in Slack direct messages and channels programmatically?

Programmatically pin or unpin messages by passing the channelId and messageId to the Slack tool. It executes Slack API actions to manage pins across both channel and direct message contexts.

Does this Slack automation tool support editing and deleting messages?

Yes, the Slack automation tool supports editing and deleting messages. It uses defined Slack API actions to manage the full lifecycle of messages in channels and direct messages.