slack

Manage Slack messages, reactions, pins, and member info via API.

3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill slack-harivansh-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/harivansh-afk/claude-code-vertical/tree/main/skill-index/skills/slack
Command: npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill slack-harivansh-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables programmatic control of Slack from Clawdbot to manage messages, reactions, pins, and member information across channels and direct messages.

Core Features & Use Cases

  • React to messages with emoji across channels
  • Pin, unpin and list pinned items to highlight decisions or key updates
  • Send, edit, or delete messages and fetch member information when needed
  • Retrieve member info and emoji lists to inform bot interactions

Quick Start

Use the slack skill to react to a message in a channel, pin important messages, or fetch member details using the memberInfo action. Start by authorizing the Slack token in Clawdbot and then invoke actions like react, pinMessage, and memberInfo as needed.

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 from a bot?

You can automate Slack messages and reactions by using a skill that programmatically controls the Slack API to send, edit, or react to messages across channels and direct messages.

Can I pin and unpin Slack messages programmatically?

Yes, you can pin and unpin Slack messages programmatically by invoking pin actions through an automation tool to highlight key updates or decisions in a channel.

How do I retrieve Slack member info and emoji lists for bot interactions?

You can retrieve Slack member info and emoji lists by calling the memberInfo and emojiList actions, which fetch user details and available emoji to inform bot interactions.

Do I need a Slack API token configured to send messages and pins?

Yes, you need a Slack API access token configured in your environment to authorize actions like sending messages, pinning items, and fetching member information.

What is the best way to manage Slack pins and messages across channels?

The best way to manage Slack pins and messages across channels is using an automation interface that groups actions for messages, pins, and reactions into a single workflow.

Can I edit and delete Slack messages through API automation?

Yes, you can edit and delete Slack messages through API automation by invoking message actions to modify or remove content posted in channels and DMs.