add-slack

Integrate Slack as a communication channel using Socket Mode.

10|16|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/qwibitai/nanoclaw-whatsapp --skill add-slack-qwibitai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/qwibitai/nanoclaw-whatsapp/tree/main/.claude/skills/add-slack
Command: npx skills add https://github.com/qwibitai/nanoclaw-whatsapp --skill add-slack-qwibitai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables NanoClaw to communicate through Slack, offering an alternative or supplement to other channels like WhatsApp, without requiring a public URL.

Core Features & Use Cases

  • Slack Integration: Connects NanoClaw to Slack using Socket Mode for secure, private communication.
  • Channel Management: Allows adding Slack channels as communication endpoints for the assistant.
  • Use Case: Integrate your AI assistant into your team's Slack workspace to receive updates, send notifications, and interact with the AI directly within your existing workflow.

Quick Start

Follow the interactive setup prompts to add Slack as a communication channel for the assistant.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I integrate an AI assistant with Slack using Socket Mode?

Slack integration using Socket Mode connects an AI assistant as a communication channel via secure, private WebSockets. It allows the assistant to handle messages and interact directly within your team's Slack workspace without exposing a public URL.

Do I need a public URL to connect a Slack bot to my AI assistant?

No, a public URL is not required to connect a Slack bot. By using Slack Socket Mode, the integration establishes a secure private connection for receiving messages and sending notifications without exposing public HTTP endpoints.

Can I add both private and public Slack channels for AI assistant communication?

Yes, you can add both private and public Slack channels, as well as direct messages, for AI assistant communication. The integration requires specific OAuth scopes to ensure the bot has the necessary permissions to access and interact with these channels.

What OAuth scopes are needed for a Slack Socket Mode integration?

Slack Socket Mode integration requires specific API tokens and OAuth scopes for message handling and channel access. These permissions allow the bot to securely register the communication channel, read incoming messages, and post automated updates.

How does automated setup work for adding a Slack channel?

Automated setup for adding a Slack channel uses interactive prompts to register the communication endpoint. By providing the required Slack API tokens, the process configures the Socket Mode connection and registers the assistant to the workspace automatically.

Why use Slack Socket Mode instead of HTTP webhooks for an AI bot?

Slack Socket Mode is used instead of HTTP webhooks to provide secure, private communication without requiring a public URL. It is ideal for teams integrating an AI assistant into their workflow for automated notifications when they cannot expose public endpoints.