add-slack

Integrate Slack as a NanoClaw channel using Socket Mode.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/E01N/ClawOutreach --skill add-slack-e01n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/E01N/ClawOutreach/tree/main/nanoclaw/.claude/skills/add-slack
Command: npx skills add https://github.com/E01N/ClawOutreach --skill add-slack-e01n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack adds a native channel to NanoClaw, letting teams interact with the agent without exposing public URLs and simplifying channel governance.

Core Features & Use Cases

  • Add Slack as a channel to NanoClaw and optionally replace or run alongside existing channels.
  • Guide users through Slack app creation, token configuration, and environment syncing.
  • Register, verify, and manage Slack channels to enable real-time interactions with the agent.

Quick Start

Run the Slack channel setup to integrate Slack with NanoClaw and complete the on-boarding steps.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I add a Slack channel to my agent without exposing a public URL?

You can add a Slack channel using Socket Mode, which enables real-time chat interactions internally without requiring a publicly accessible endpoint. This approach simplifies governance and secures the connection.

What is Socket Mode for Slack channel integration?

Socket Mode is a connection method that allows a Slack app to communicate with your server using WebSockets instead of HTTP endpoints. It keeps your integration private by avoiding public URL exposure.

How do I set up Slack app creation and token configuration for channel onboarding?

Slack onboarding involves creating a Slack app, generating authentication tokens, and syncing those tokens with your environment variables. You then register and verify the channels to enable agent interactions.

Can I run a Slack channel alongside existing channels in my setup?

Yes, you can integrate Slack as an additional channel to run alongside your existing channels, or you can replace them entirely. The setup guides you through registering both main and additional channels.

Do I need any public URL or webhook to enable Slack chat-based interactions?

No, you do not need a public URL or webhook. The integration uses Socket Mode to handle chat-based interactions securely, keeping your server private while maintaining real-time communication.