What problem does it solve?
Slack workflows often require repetitive UI interactions across the Slack web app, leading to context switching and slower incident response. This Skill provides a CLI-based automation layer to perform messaging, channel management, and user queries without leaving the terminal.
Core Features & Use Cases
- Messaging and conversation management: send messages to channels or direct messages, post to threads, and manage chat content from scripts.
- Channel and user administration: list channels and users, create or archive channels, set topics and purposes, and invite or remove members.
- Integrations and automation: embed Slack actions into CI/CD pipelines, monitoring, or incident response workflows.
Quick Start
Use the Slack Skill to send a message from the terminal:
skill run slack-skill send-message channel=general text="Hello team!"