add-slack

Integrate Slack as a communication channel for an AI assistant using Socket Mode.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/heuuLZP/nanoclaw-cn --skill add-slack-heuulzp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/heuuLZP/nanoclaw-cn/tree/main/.claude/skills/add-slack
Command: npx skills add https://github.com/heuuLZP/nanoclaw-cn --skill add-slack-heuulzp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @slack/bolt, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill seamlessly integrates Slack as a communication channel for NanoClaw, allowing you to interact with your AI assistant directly within your Slack workspace.

Core Features & Use Cases

  • Effortless Integration: Adds Slack support with minimal manual configuration.
  • Socket Mode: Connects without requiring a public URL, ideal for local development.
  • Use Case: Integrate NanoClaw into your team's Slack channel for real-time AI assistance on project updates, code reviews, or general queries.

Quick Start

Run the add-slack skill to begin the integration process.

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 Socket Mode connects your AI assistant to Slack channels via websocket without exposing a public URL. This Skill automates the integration by modifying source code, installing dependencies, and guiding bot token and app token configuration.

Do I need a public URL to connect a Slack bot to my local development environment?

No, you do not need a public URL to connect a Slack bot locally. Socket Mode enables local development by routing Slack event subscriptions and OAuth scopes through an app token via websocket, bypassing public endpoint requirements.

How do I set up Slack bot tokens and OAuth scopes for an AI messaging channel?

Setting up Slack bot tokens and OAuth scopes requires configuring event subscriptions in your Slack app settings. This Skill automates environment configuration by guiding you through registering the bot token and app token for your AI messaging channel.

What is the best way to add a Slack channel to an existing AI assistant project?

The best way to add a Slack channel is by automating dependency installation and source code modification. This Skill handles adding Slack support by configuring environment variables and channel registration seamlessly within your AI assistant project.