slack-tools

Manage Slack workspaces and automate messages via the Slack API.

30|7|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/rfdiosuao/openfang-cn --skill slack-tools-rfdiosuao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-tools
Source: https://github.com/rfdiosuao/openfang-cn/tree/main/crates/openfang-skills/bundled/slack-tools
Command: npx skills add https://github.com/rfdiosuao/openfang-cn --skill slack-tools-rfdiosuao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines Slack workspace management and automates repetitive communication tasks, enhancing team collaboration and efficiency.

Core Features & Use Cases

  • Workspace Management: Organize channels, manage user groups, and maintain a clean Slack environment.
  • Workflow Automation: Build automated responses, notifications, and custom commands using Slack's API and Workflow Builder.
  • API Integration: Leverage the Slack API for advanced features like rich message formatting with Block Kit and real-time event handling.
  • Use Case: Automate daily stand-up reminders in specific channels, set up CI/CD notifications via incoming webhooks, or create a slash command to quickly pull team status.

Quick Start

Use the slack-tools skill to send a scheduled message to the #general channel at 9 AM tomorrow with the text "Daily stand-up reminder!".

Frequently Asked Questions about slack-tools

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

FAQPage Schema
How do I automate Slack workspace management and send scheduled messages?

Automate Slack workspace management by using the Slack API to send scheduled messages, set up incoming webhooks, and configure event subscriptions for automated team communication and notifications.

What can I do with Slack Block Kit for rich message formatting?

Slack Block Kit enables rich message formatting through the API, allowing you to post interactive messages, structure complex layouts, and retrieve user information for enhanced team collaboration.

How do I create custom slash commands and workflow builder automations in Slack?

Create custom slash commands and workflow builder automations by leveraging Slack API interactions to build automated responses, trigger notifications, and pull team status quickly within your workspace.

Can I use incoming webhooks for CI/CD notifications in Slack channels?

Yes, incoming webhooks support CI/CD notifications in Slack channels by facilitating automated message posting and real-time event handling, keeping teams updated on deployment statuses and workflow changes.

Does this Slack automation approach require external dependencies?

No external dependencies are required to automate Slack tasks; the skill operates independently to manage channels, format messages with Block Kit, and handle event subscriptions directly through the Slack API.

What are the limitations of using event subscriptions for Slack workspace automation?

Event subscriptions for Slack workspace automation are limited to real-time API interactions and message posting, meaning complex workflow builder logic may require additional configuration beyond standard webhook notifications.