slack

Automate Slack messaging and channel management via the robomotion CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill slack-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/slack
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill slack-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack automation for sending messages, managing channels, listing users, uploading files, and receiving messages via Socket Mode. This enables teams to automate routine Slack interactions from the Robomotion CLI.

Core Features & Use Cases

  • Send messages to channels by name
  • List channels, users, and workspace information
  • Upload or delete files in channels
  • Receive messages via Socket Mode for real-time interaction

Quick Start

Connect to Slack, send a message to a channel, and disconnect when done.

Frequently Asked Questions about slack

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

FAQPage Schema
How do I automate sending Slack messages to a channel from a CLI workflow?

You can automate sending Slack messages by configuring a Slack bot token and using the robomotion CLI to connect, send messages to channels by name, and disconnect when the workflow completes.

Can I receive Slack messages in real time using Socket Mode within an automation?

Yes, this Slack automation supports receiving messages via Socket Mode, enabling real-time interaction within your workflows through the configured bot token and CLI session.

What do I need to list channels and upload files in Slack via command line automation?

You need a configured Slack bot token and the robomotion CLI to list workspace channels and users, as well as upload or delete files in channels during a session-based workflow.

Does Slack channel management automation require explicit connect and disconnect steps?

Yes, Slack channel management requires explicit connect and disconnect steps to maintain a session-based connection through the robomotion CLI for each automated workflow.

What is the best way to manage workspace users and channels automatically in Slack?

Slack workspace management is handled by connecting via the CLI with a bot token, listing channels and users, performing file operations, and disconnecting to close the session.