add-slack

Wire the SlackChannel module and register it with NanoClaw's channel registry.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack integration into NanoClaw enables channel-based collaboration and automated setup without manual wiring.

Core Features & Use Cases

  • Adds Slack channel support by wiring a SlackChannel module and auto-registering it with the channel system.
  • Automates token-driven setup, code changes, and environment configuration for Slack-backed workflows.
  • Use Case: Deploy NanoClaw to a Slack workspace and enable real-time channel interactions with automated testing.

Quick Start

Run the Slack setup to apply the Slack integration and register the Slack channel in NanoClaw.

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 as a messaging channel into NanoClaw?

Slack integration in NanoClaw is automated by wiring a SlackChannel module and registering it with the channel registry for real-time workspace messaging. This process includes code changes, environment setup, and unit tests to ensure the connection works.

What do I need to set up before adding Slack to NanoClaw?

Adding Slack to NanoClaw requires a configured Slack app with valid authentication tokens. The skill applies these tokens to automate environment configuration and register the Slack channel for real-time messaging.

Does NanoClaw automate unit testing when configuring Slack channel support?

Yes, configuring Slack channel support in NanoClaw executes unit tests as part of the skill application workflow. This ensures that code changes and environment setup for token-driven messaging are validated automatically.

How does token-driven setup work for Slack channel onboarding in NanoClaw?

Token-driven setup automates Slack channel onboarding by using Slack app tokens to wire the SlackChannel module and register it with the NanoClaw channel system. This enables real-time messaging without manual code wiring.

Can I use Slack for real-time bot interactions in NanoClaw?

Yes, deploying NanoClaw to a Slack workspace enables real-time channel interactions through an automated bot setup. The integration registers Slack as a channel to facilitate automated messaging and collaboration.