slack

Automate Slack message reactions, sending, editing, and pin management.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/RobbyMo81/assistantrobby --skill slack-robbymo81
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/RobbyMo81/assistantrobby/tree/main/skills/slack
Command: npx skills add https://github.com/RobbyMo81/assistantrobby --skill slack-robbymo81

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides programmatic control over Slack so you can avoid manual posting, reacting, and pin management across channels and DMs, reducing repetitive messaging and moderation work.

Core Features & Use Cases

  • Reactions: Add or list emoji reactions to messages to mark status or acknowledge items.
  • Message Management: Send, edit, read, and delete messages in channels or direct messages for notifications, updates, and corrections.
  • Pins & Member Info: Pin, unpin, and list pinned items and retrieve member information for administrative or coordination tasks.
  • Use Case: Post automated status updates to a channel, react to approval messages with a specific emoji, and pin key decisions for the team.

Quick Start

Use the slack skill to send "Hello from OpenClaw" to channel:C123.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate sending and editing messages in Slack channels?

To automate Slack message management, you use a configured Slack bot token to send, edit, read, or delete messages in channels and direct messages. This requires channel or user identifiers and standard Slack API parameters to execute routine message workflows.

Can I programmatically add emoji reactions to Slack messages?

Yes, you can programmatically add or list emoji reactions to Slack messages to mark status or acknowledge items. This workspace bot operation requires a configured Slack bot token and message timestamps to apply reactions across channels and direct messages.

What do I need to manage Slack pins and retrieve member information automatically?

To manage Slack pins and retrieve member information automatically, you need a configured Slack bot token and channel or user identifiers. The bot executes administrative tasks by pinning, unpinning, listing pinned items, and retrieving member details for coordination.

Does automating Slack direct messages require message timestamps?

Yes, automating Slack direct messages requires message timestamps specifically for editing or deleting existing messages. Sending new messages or managing pins across channels and DMs requires a configured bot token, channel or user identifiers, and standard API parameters.

What is the best way to post automated status updates to a Slack channel?

The best way to post automated status updates to a Slack channel is using workspace bot operations via the API. By configuring a Slack bot token with the channel identifier, you can programmatically send notifications, react to approvals, and pin key decisions for the team.