add-slack

Integrate Slack as a communication channel for NanoDex using Socket Mode.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mbaker95/nanodex --skill add-slack-mbaker95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/mbaker95/nanodex/tree/main/.agents/skills/add-slack
Command: npx skills add https://github.com/mbaker95/nanodex --skill add-slack-mbaker95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to integrate Slack as a communication channel for NanoDex, enabling you to interact with your assistant directly within your Slack workspace.

Core Features & Use Cases

  • Slack Integration: Set up Slack as a primary or additional channel for NanoDex.
  • Socket Mode: Utilizes Slack's Socket Mode, eliminating the need for public webhook endpoints.
  • Use Case: Configure NanoDex to send notifications to a specific Slack channel or to receive commands directly from a Slack conversation.

Quick Start

Use the add-slack skill to set up Slack as a new communication 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 as a communication channel for an assistant?

To integrate Slack as a communication channel, this Skill connects your assistant using Slack's Socket Mode, facilitating direct interaction and notifications within your Slack workspace without requiring public webhook endpoints.

Do I need public webhook endpoints to connect a Slack bot to my workspace?

No, you do not need public webhook endpoints to connect a Slack bot. The integration utilizes Slack's Socket Mode, eliminating the need to expose public endpoints while facilitating seamless direct interaction and notifications.

How do I set up Slack Socket Mode for receiving direct commands and notifications?

Setting up Slack Socket Mode requires obtaining Slack app tokens and completing channel registration. This configuration enables your assistant to receive commands directly from Slack conversations and send notifications to specific channels.

Can I configure my assistant to send notifications to a specific Slack channel?

Yes, you can configure your assistant to send notifications to a specific Slack channel. By completing the channel registration and authenticating with Slack app tokens, direct interaction and automated notifications are enabled within your workspace.

What Slack tokens are required to enable Socket Mode for a bot integration?

Enabling Socket Mode for a bot integration requires Slack app tokens for authentication. Once provided during the channel registration process, these tokens facilitate seamless operation and direct interaction within your Slack workspace.

Does Slack Socket Mode work without exposing public endpoints for chat integrations?

Slack Socket Mode works without exposing public endpoints by establishing a direct connection for your chat integrations. This method facilitates secure interaction and notifications within workspaces, eliminating the need to deploy public webhook URLs.