add-slack

Configure Slack channel support for NanoClaw using Socket Mode.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw users need an integrated Slack channel for real-time messaging without public URLs, enabling seamless bot deployment in Slack-enabled workflows.

Core Features & Use Cases

  • Adds Slack as a channel with self-registration and token-driven setup.
  • Supports Socket Mode (no public URL required) for private deployments.
  • Syncs channel metadata and resolves user names for better context in conversations.

Quick Start

Apply the skill and follow SLACK_SETUP.md to configure tokens, register channels, and enable Socket Mode.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I add Slack channel support to a bot without a public URL?

You can add Slack channel support using Socket Mode, which establishes a connection via websockets without requiring a public endpoint or URL for your deployment.

What tokens do I need to configure for Slack Socket Mode integration?

Slack Socket Mode integration requires configuring the SLACK_BOT_TOKEN and SLACK_APP_TOKEN variables in your .env file to authenticate the bot and establish the websocket connection.

How do I set up a Slack bot channel using @slack/bolt in socket mode?

To set up the Slack bot channel, apply the skill, configure the required tokens in your .env file, and follow the setup documentation to register channels and enable Socket Mode using @slack/bolt.

Can I use Slack alongside WhatsApp for bot messaging deployments?

Yes, adding Slack channel support enables Slack as a communication channel alongside or in place of WhatsApp, syncing channel metadata and resolving user names for better context.

Why does my Slack bot deployment require Socket Mode instead of a webhook?

Socket Mode is required for private deployments without public endpoints, allowing your Slack bot to receive messages and events securely without exposing a public webhook URL.