slack

Manage Slack messages, pins, and reactions via OpenClaw.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill slack-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/slack
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill slack-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack automation and control from OpenClaw, enabling teams to react, pin, and manage messages without leaving OpenClaw.

Core Features & Use Cases

  • React to messages with emojis in channels or DMs.
  • Pin/unpin messages and list pinned items.
  • Send, edit, and delete messages programmatically using the slack tool.
  • Fetch member information to assist with context-aware actions.
  • Support for emoji lists and simple moderation workflows.

Quick Start

React to a message in a Slack channel by adding an emoji reaction.

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 an external platform?

Automating Slack messages and reactions requires a configured Slack bot token, enabling external platforms to programmatically send, edit, and delete messages or add emoji reactions across channels and DMs.

Can I programmatically pin messages and list pinned items in Slack channels?

Yes, using a Slack API bot token, you can programmatically pin and unpin messages in channels and direct messages, as well as retrieve lists of currently pinned items for workflow automation.

Do I need a Slack bot token to manage Slack pins and member information?

Yes, a Slack bot token is required to authenticate API requests for managing pins, fetching member information, retrieving emoji lists, and handling message reactions within your automated workflows.

What is the best way to send automated updates to Slack channels and DMs?

Sending automated updates to Slack channels and DMs is best handled through a Slack API bot token, which allows scripts to programmatically post, edit, and delete messages without manual intervention.

Can I fetch Slack member information and emoji lists for context-aware messaging?

Yes, you can fetch Slack member information and emoji lists using a configured bot token, providing the necessary context to automate targeted messaging and apply appropriate emoji reactions.