Back to Skills Hub
Slack Power Tools

Slack Power Tools

@spclaudehome
communicationSlackAutomationChannel Management

Advanced Slack automation via Slack Web API. Enables channel management, scheduled messaging, and file operations. Requires a Slack Bot Token with appropriate OAuth scopes.

🚀 Slack Power Tools unlocks advanced automation for your Slack workspace through the Web API. Manage channels effortlessly—create, archive, set topics, and control member access. Schedule messages for perfect timing, and handle file uploads seamlessly. All you need is a Slack Bot Token with the right permissions.

💡 Perfect for teams automating workflows, coordinating across channels, and sending timely reminders without manual intervention. Ideal for DevOps teams, project managers, and anyone streamlining Slack operations at scale.

✨ Built on Slack's official API with straightforward curl commands, making integration quick and reliable for any technical skill level.

GitHub

Requirements

Slack Bot Token

OAuth token (xoxb-*) with scopes: channels:manage, channels:read, groups:write, groups:read, chat:write, files:write, files:read

curl

Command-line tool for making HTTP requests to Slack Web API

jq

JSON query processor for parsing API responses