slack

Automate Slack channel and DM interactions using a configured bot token.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill slack-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/slack
Command: npx skills add https://github.com/Solitude01/proiect-new --skill slack-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack channel and direct message management is repetitive and error-prone; this Skill automates reactions, message operations, pins, and member lookups via the Slack tool integrated with OpenClaw, reducing manual effort.

Core Features & Use Cases

  • React to messages with emoji reactions.
  • Pin/unpin messages and list pinned items.
  • Send, edit, and delete messages programmatically.
  • Fetch member information to identify who acted or participated.
  • Uses the bot token configured for OpenClaw to authenticate Slack actions.

Quick Start

Use OpenClaw's slack skill to react to a message in a channel with a chosen 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 channel moderation and message reactions?

You can automate Slack channel moderation by applying emoji reactions, pinning messages, and fetching member info programmatically. This requires a bot token configured for OpenClaw to authenticate actions.

Can I send, edit, and delete Slack messages programmatically?

Yes, you can send, edit, and delete Slack messages programmatically. The Skill uses the Slack API via a configured bot token to execute message operations and reduce manual effort in channel management.

Do I need a bot token to automate Slack actions in OpenClaw?

Yes, a bot token configured for OpenClaw is required to automate Slack actions. The token authenticates interactions including message operations, reactions, pins, and member information lookups.

How do I fetch Slack member information to identify who participated in a channel?

You can fetch Slack member information by using the configured bot token to retrieve user data. This identifies who acted or participated in channels and direct messages for moderation purposes.

What is the best way to manage pinned Slack messages without manual effort?

Managing pinned Slack messages programmatically reduces manual effort. The Skill automates pinning, unpinning, and listing pinned items in channels using a configured bot token for authentication.