add-slack

Integrate Slack channels with NanoClaw agent groups via the Slack adapter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Slack as a supported channel by bridging Slack with the NanoClaw Chat SDK, enabling teams to interact with agents directly from Slack.

Core Features & Use Cases

  • Slack channel integration for real-time coding assistant conversations.
  • Self-setup flow for adding Slack app, credentials, and wiring channels to agent groups.
  • Use Case: A developer asks a Slack channel to create a new worker or relay tasks to the fleet.

Quick Start

Install the Slack adapter, configure Slack app credentials, and wire channels to an agent group.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I integrate Slack channels with a coding agent fleet?

You can integrate Slack channels with a coding agent fleet by installing the Slack adapter, configuring Slack app credentials, and wiring channels to an agent group via the Chat SDK.

Can I use Slack for real-time task delegation to agent groups?

Yes, Slack supports real-time task delegation to agent groups by bridging Slack workspaces with the NanoClaw fleet, enabling developers to relay tasks directly from chat conversations.

What Slack credentials do I need to connect a Slack workspace to agents?

To connect a Slack workspace to agents, you need valid Slack app credentials configured within the channel adapter, alongside an updated channel import in the channel index for runtime integration.

How to configure a Slack channel adapter for agent conversations?

Configuring a Slack channel adapter requires installing the adapter package, adding your Slack app credentials, and updating the channel index to wire the Slack channel to your agent group.

When do I need a channel index update for Slack integration?

You need a channel index update for Slack integration during build and runtime setup to ensure the newly configured Slack channel adapter properly connects to the agent group.

Does the Chat SDK support self-setup for Slack app configuration?

Yes, the Chat SDK supports a self-setup flow that allows developers to independently add Slack apps, input credentials, and wire channels to agent groups without external intervention.