add-slack

Add Slack as a channel integration for NinjaClaw-Nano.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-slack-ofirgavish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/OfirGavish/NinjaClaw-Nano/tree/main/.copilot/skills/add-slack
Command: npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-slack-ofirgavish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Slack as a channel integration to NinjaClaw-Nano, enabling real-time, multi-channel collaboration and extended channel coverage without manual reconfiguration.

Core Features & Use Cases

  • Walks through pre-flight checks to ensure Slack readiness and existing channel state.
  • Applies code changes to integrate Slack support, sets up Slack App, and registers channels (main and additional).
  • Supports multi-channel operation with token-based authentication and self-registration, enabling quick deployment and reliable messaging across channels.

Quick Start

Configure SLACK_BOT_TOKEN and SLACK_APP_TOKEN in your environment, then run the Slack channel setup workflow to register Slack as a NinjaClaw-Nano channel.

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 as a multi-channel integration for NinjaClaw-Nano?

To add Slack as a multi-channel integration, configure the SLACK_BOT_TOKEN and SLACK_APP_TOKEN environment variables, then run the setup workflow to apply code changes and register channels.

What is the process for setting up a Slack app for multi-channel deployment?

Setting up a Slack app involves pre-flight checks, applying code changes, configuring tokens, registering channels, and verifying deployment across phases to ensure a safe, reproducible integration.

Do I need to manually configure environment variables for Slack channel registration?

No, you must configure SLACK_BOT_TOKEN and SLACK_APP_TOKEN in your environment before execution, as the skill enforces environment configuration and dependency handling to streamline multi-channel deployment.

Can I register multiple Slack channels using a single setup workflow?

Yes, the setup workflow supports registering both main and additional Slack channels, enabling multi-channel operation with token-based authentication and reliable messaging across channels.

How does the Slack integration handle pre-flight checks and safe deployment?

The integration enforces pre-flight checks to verify Slack readiness and existing channel state, applying a repeatable merge and deployment procedure to ensure safe, reproducible integration without manual reconfiguration.