slack

Automates Slack messaging, reactions, pinning and member lookups via API token.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack teams often require quick, programmatic interactions with messages and pins. This Skill provides a reliable way to react to messages, manage pins, send or edit/delete messages, and fetch member info directly from Slack via Clawdbot.

Core Features & Use Cases

  • React to messages in channels or DMs using an emoji.
  • Pin, unpin, and list pinned items to track decisions or important updates.
  • Send, edit, or delete messages, and fetch member information for a given user.
  • Retrieve a list of custom emoji to inform interactions.

Quick Start

Ask Clawdbot to react to a message by specifying channelId, messageId, and 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 message reactions and pin management programmatically?

Automating Slack message reactions and pin management requires a Slack bot token to programmatically interact with channels and DMs for reacting to messages, managing pins, and retrieving member information.

Can I send, edit, and delete Slack messages using a bot token?

Yes, a Slack bot token supports sending, editing, and deleting messages in channels and DMs, alongside fetching member information and listing custom emoji to inform message interactions.

How do I retrieve pinned items and custom emoji lists from Slack channels?

Retrieving pinned items and custom emoji lists from Slack channels involves using bot token actions like listPins and emojiList to track decisions and inform reaction interactions.

Do I need a Slack bot token to fetch member info and manage channel pins?

Yes, a Slack bot token is required to fetch member info and manage channel pins, enabling actions like memberInfo and listPins for tracking important updates and user details.

What's the best way to programmatically react to a specific Slack message in a DM?

The best way to programmatically react to a specific Slack message in a DM is specifying the channelId, messageId, and emoji, allowing automated interaction directly within direct messages.