slack-tools

Manage Slack workspaces and automate messaging via the Web API and Block Kit.

4|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/aegntic/clawreform --skill slack-tools-aegntic
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: slack-tools
Source: https://github.com/aegntic/clawreform/tree/main/crates/clawreform-skills/bundled/slack-tools
Command: npx skills add https://github.com/aegntic/clawreform --skill slack-tools-aegntic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Workspace Management: Organize channels, archive inactive ones, and set clear channel purposes.
  • API Integration: Utilize the Slack API for programmatic interaction, including sending messages and managing users.
  • Automation: Build workflows, slash commands, and event subscriptions for custom team actions and notifications.
  • Use Case: Automatically post daily stand-up reminders in a project channel, or set up a webhook to notify a #devops channel on deployment failures.

Quick Start

Use the slack-tools skill to send a message to the #general channel.

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 tasks like channel organization?โ–ผ

You can automate Slack workspace management by using API interactions to organize channels, archive inactive ones, and set clear channel purposes programmatically. This streamlines repetitive communication tasks and enhances team productivity.

How does Socket Mode work for real-time Slack automations?โ–ผ

Socket Mode enables real-time Slack communication by maintaining a persistent WebSocket connection for event-driven automations. It allows your workflows to listen for and respond to workspace events instantly without requiring a public HTTP endpoint.

Can I use Slack Block Kit for rich message formatting in automated workflows?โ–ผ

Yes, you can leverage Slack Block Kit for rich message formatting within automated workflows. It allows you to construct interactive and visually structured messages, enhancing notifications and custom team actions sent via the Web API.

What's the best way to set up event subscriptions and slash commands for Slack notifications?โ–ผ

The best way to set up Slack notifications is by building custom workflows with event subscriptions and slash commands. This approach automates team actions like deployment failure webhooks or daily stand-up reminders in project channels.

Do I need a Slack API token to send messages to a channel programmatically?โ–ผ

Yes, utilizing the Slack Web API for programmatic interaction, including sending messages and managing users, requires API authentication. You must configure your environment with the appropriate Slack API credentials to post messages successfully.