add-slack

Install the Slack chat adapter and configure credentials for NanoClaw.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw does not ship with built-in Slack channel support, leaving users to manually implement the Slack adapter and configure all required Slack app settings and credentials to enable Slack messaging for their AI agents.

Core Features & Use Cases

  • Official Adapter Installation: Fetches and installs the maintained Slack chat adapter from the NanoClaw channels branch with pinned versioning to ensure compatibility.
  • Slack App Configuration Guidance: Step-by-step instructions for creating a Slack app, assigning required bot permissions, enabling event subscriptions, and setting up interactivity for full messaging functionality.
  • Environment and Webhook Setup: Guides users through adding Slack credentials to their environment variables and exposing the NanoClaw webhook server for Slack to deliver events.
  • Use Case: An instructor running a NanoClaw classroom can use this skill to let students send direct messages and @mention the class agent in Slack channels, with no custom coding required.

Quick Start

Use the add-slack skill to connect your NanoClaw agent to your Slack workspace and enable message handling in team channels and direct messages.

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 integration to a NanoClaw classroom assistant?

To add Slack integration to a NanoClaw assistant, you need to install the official Slack chat adapter, configure Slack app permissions, set up event subscriptions, and provision environment credentials for webhook routing. This enables bidirectional message delivery without custom coding.

Can I connect my NanoClaw AI agent to Slack workspace channels and direct messages?

Yes, you can connect your NanoClaw AI agent to Slack workspace channels and direct messages by deploying the Slack chat adapter and configuring event subscriptions. This allows users to send direct messages and @mention the agent in team channels.

What Slack app permissions and webhook setup are required for NanoClaw?

Slack app configuration for NanoClaw requires assigning bot permissions, enabling event subscriptions, and exposing a public webhook server. You must also provision Slack credentials as environment variables to ensure reliable bidirectional message delivery.

Does NanoClaw include built-in Slack support by default?

No, NanoClaw does not include built-in Slack support by default. Users must manually install the maintained Slack chat adapter from the NanoClaw channels branch and configure all required Slack app settings and credentials to enable messaging functionality.

Why are my Slack webhook events not reaching my NanoClaw agent?

Slack webhook events may not reach your NanoClaw agent if the public webhook server is not properly exposed or if required environment credentials are missing. Verify your Slack app event subscriptions and interactivity settings are correctly configured for message delivery.