slack

React to Slack messages, pin items, and manage messages via Moltbot.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill slack-kelinfoxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/kelinfoxy/EZ-Homelab/tree/main/docker-compose/ez-assistant/skills/slack
Command: npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill slack-kelinfoxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack teams often rely on manual interactions to react to messages, pin important items, and manage channel communications. This skill provides a programmable Slack tool to automate reactions, pins, and basic messaging actions via Moltbot, reducing repetitive tasks and speeding up collaboration.

Core Features & Use Cases

  • Reactions: react to messages with emoji to acknowledge, triage, or signal status.
  • Pins & Message Management: pin messages, read, send, edit, or delete messages to maintain channel workflows and records.
  • Member Info: fetch member details for quick lookups and auditing.
  • Use Case: automatically react to important updates and pin decisions in a project channel to keep everyone aligned.

Quick Start

Use Moltbot to react to a Slack message in a channel by providing the channelId and messageId.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate Slack reactions and pins for channel messages?

You can automate Slack reactions and pins by using Moltbot to programmatically target channel and direct message workflows. This skill provides a Slack tool to apply emoji reactions, pin important items, and manage messages, reducing manual repetitive tasks in team channels.

Can I read, send, and delete Slack messages through chatops automation?

Yes, Slack message management is supported through chatops automation via Moltbot. You can read, send, edit, or delete messages to maintain channel workflows and records, applying both read and write operations across typical team channel and direct message environments.

What is needed to automate Slack messaging workflows securely?

To automate Slack messaging workflows securely, you need a Slack bot token and proper channel scopes configured for the bot. Secure handling of the token ensures that read, write, and member-info operations function correctly during automation across channels and DMs.

Does this Slack automation tool work with direct messages and member lookups?

Yes, this Slack automation tool works with direct messages and supports member info fetching. You can apply messaging actions and retrieve member details for quick lookups and auditing across both team channels and DM environments using the provided tool.

What are the limitations of automating Slack pins and reactions via a bot?

Automating Slack pins and reactions requires proper bot token scopes for each target channel or DM, limiting actions where scopes are missing. Operations depend on valid channel and message IDs, and secure token handling is necessary to prevent unauthorized access to Slack workflows.