slack

Automate Slack messaging, reactions, pins, and member information retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack interactions are often manual and repetitive. This Skill enables automated messaging, reactions, pinning, and member lookups from OpenClaw, reducing manual effort.

Core Features & Use Cases

  • Send messages to channels or users and edit/delete when needed.
  • React to messages, manage pins, and fetch member information for context-aware workflows.
  • Use cases include sending status updates, acknowledging tasks, and retrieving member details for onboarding or channel management.

Quick Start

Send a message to channel C123 with content 'Hello from OpenClaw'.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack messaging within my team workflows?

Automating Slack messaging involves using workflow tools to send messages, reactions, and pins to channels or users. This requires a configured Slack bot token and channel IDs to trigger automated task updates and direct message interactions.

What do I need to set up before automating Slack channel management?

To set up Slack channel management automation, you need a configured Slack bot token. You must also provide specific inputs like channelId and messageId when applicable to manage pins, reactions, and member information retrieval.

Can I fetch Slack member information for automated onboarding workflows?

Yes, you can fetch Slack member information to provide context for automated onboarding or channel management workflows. This requires the configured bot token and targets specific channel IDs to retrieve accurate user details.

What is the best way to acknowledge tasks using Slack reactions automatically?

The best way to acknowledge tasks via Slack reactions is by triggering automated reaction actions using a bot token. You provide the target messageId and channelId to programmatically add reactions for task acknowledgment.

Does automated Slack messaging support editing and deleting messages?

Automated Slack messaging supports sending, editing, and deleting messages within channels or direct messages. This functionality requires valid channelId and messageId inputs alongside the configured Slack bot token.

Why does my automated Slack pin management fail during workflow execution?

Automated Slack pin management fails when required inputs like messageId or channelId are missing or incorrectly formatted. Ensure the configured Slack bot token has the necessary permissions to manage pins within the target channel.