add-slack

Integrate Slack as a channel for NanoClaw with token configuration.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Arno37/nanoclaw_test --skill add-slack-arno37
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/Arno37/nanoclaw_test/tree/main/.claude/skills/add-slack
Command: npx skills add https://github.com/Arno37/nanoclaw_test --skill add-slack-arno37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds Slack as a channel to NanoClaw, enabling secure, interactive Slack integration that can operate alongside existing channels.

Core Features & Use Cases

  • Slack channel integration that can run alongside or replace existing channels and supports phase-based setup.
  • Token provisioning, channel registration, and socket-mode operation to avoid public URLs.
  • Use case: attach NanoClaw to a Slack workspace and manage bot interactions from Slack channels.

Quick Start

Launch NanoClaw and follow the interactive prompts to add Slack as a channel using your Slack Bot Token and Slack App Token.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I integrate a Slack bot into my workspace for interactive channel management?▼

To integrate a Slack bot, configure your Slack Bot Token and Slack App Token within your setup workflow, register the desired channels, and validate the connection to enable interactive workspace management.

Can I run Slack channel integration alongside other existing channels?▼

Yes, the Slack channel integration can run alongside or replace existing channels, utilizing socket-mode operation to avoid exposing public URLs while securely managing bot interactions.

How does socket-mode token provisioning work for Slack app configuration?▼

Socket-mode token provisioning supplies the required Slack Bot Token and App Token to your environment, allowing the Slack app to establish a secure connection without needing a public URL.

What is the best way to register additional Slack channels after the initial setup?▼

To register additional Slack channels, follow the interactive prompts during the setup workflow to validate the integration across both main and supplementary channels using your existing tokens.

Do I need a public URL to configure Slack bot interactions?▼

No, you do not need a public URL to configure Slack bot interactions; the integration utilizes socket-mode operation and token handling to establish secure connections within your environment.

Why does my Slack channel integration require both a Bot Token and an App Token?▼

Slack channel integration requires both a Bot Token for bot registration and channel interactions, and an App Token to establish the socket-mode connection, ensuring secure in-repo configuration updates.