add-slack

Integrate Slack as an AI assistant channel using Socket Mode and the @slack/bolt SDK.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jokim1/clawrocket --skill add-slack-jokim1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/jokim1/clawrocket/tree/main/.claude/skills/add-slack
Command: npx skills add https://github.com/jokim1/clawrocket --skill add-slack-jokim1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @slack/bolt, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless integration of Slack as a communication channel, allowing for automated message handling and interaction with your AI assistant directly within Slack.

Core Features & Use Cases

  • Slack Integration: Connects your AI assistant to Slack workspaces.
  • Socket Mode: Operates without requiring a public URL, enhancing security and ease of setup.
  • Multi-channel Support: Can function alongside or entirely replace other communication channels like WhatsApp.
  • Use Case: Automatically post important system alerts to a dedicated Slack channel, or interact with your AI assistant by sending it direct messages in Slack.

Quick Start

Follow the setup guide in SLACK_SETUP.md to add Slack as a channel.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I integrate Slack for AI assistant communication using Socket Mode?

Slack integration is automated using Socket Mode and the @slack/bolt SDK to connect an AI assistant for direct message handling without exposing a public URL. The process modifies code, installs dependencies, and configures environment variables.

Does Slack integration with Socket Mode require a public URL?

Socket Mode does not require a public URL. It operates securely by establishing a WebSocket connection via the @slack/bolt SDK, simplifying network configuration and enhancing security for your AI assistant.

Can I use Slack to replace or work alongside other communication channels like WhatsApp?

Slack can function alongside or entirely replace other communication channels like WhatsApp. Multi-channel support allows your AI assistant to handle messages across public channels, private channels, and direct messages simultaneously.

What is needed to add Slack as a channel for automated message handling?

Adding Slack as a channel requires installing the @slack/bolt dependency, configuring environment variables for authentication, and following the setup documentation to modify your existing system code for automated message handling.

How does automated Slack integration handle setup errors and multi-channel support?

Automated Slack integration provides robust error handling during setup and supports multi-channel functionality. It manages communication across public channels, private channels, and direct messages within your workspace.