slack-tools

Manage Slack workspaces, automate channels, and integrate Slack APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Workspace Management: Organize channels, archive inactive ones, and set clear channel purposes.
  • API Integration: Leverage the Slack API for custom bots, notifications, and slash commands.
  • Automation: Implement scheduled messages, workflow builder automations, and event-driven responses.
  • Use Case: Automatically post daily stand-up reminders in a team channel, or set up an integration to notify a specific channel when a new bug is reported in your issue tracker.

Quick Start

Use the slack-tools skill to post a scheduled message to the '#general' channel at 9 AM tomorrow.

Frequently Asked Questions about slack-tools

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

FAQPage Schema
How do I automate sending scheduled messages to a Slack channel?▼

To automate sending scheduled Slack messages, you use this Skill to configure workflow automations and API endpoints, enabling event-driven responses like daily stand-up reminders without manual input.

What is needed to set up custom Slack slash commands and API integrations?▼

Setting up custom Slack slash commands requires understanding of Slack API endpoints and Block Kit for message formatting, allowing you to build custom bots and route specific workspace requests.

Can I use this to organize channels and archive inactive ones in my workspace?▼

Yes, you can manage workspace organization by archiving inactive channels and setting clear channel purposes, streamlining team communication and overall workspace administration.

How do I configure webhook notifications for new bug reports in Slack?▼

You configure webhook notifications by leveraging the Slack API to set up an integration that automatically posts alerts to a specific channel when a new bug is reported in your issue tracker.

What's the best way to format interactive Slack messages using Block Kit?▼

The best way to format interactive Slack messages is using Block Kit alongside API integrations, which allows you to build structured interactive content for custom bots and workflow automations.