add-slack

Install the Slack adapter and configure environment variables for NanoClaw agents.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-slack-vincentchong123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-slack
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-slack-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/slack, vitest.

What problem does it solve?

This skill solves the manual overhead of configuring Slack as a communication channel for your NanoClaw agent, ensuring secure and reliable message delivery.

Core Features & Use Cases

  • Automated Adapter Setup: Fetches and installs the Slack adapter from the dedicated channels branch.
  • Integration Validation: Runs automated tests to ensure the Slack registry and dependencies are correctly configured.
  • Use Case: Use this skill to enable your team to interact with a custom AI agent directly within a Slack workspace for real-time collaboration.

Quick Start

Run the add-slack skill to fetch the adapter, install the required dependencies, and configure your environment for Slack integration.

Frequently Asked Questions about add-slack

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

FAQPage Schema
How do I integrate a Slack channel with a NanoClaw agent?▼

To integrate Slack with a NanoClaw agent, you need to install the Slack adapter and configure environment variables. This skill automates that setup, connecting your Slack workspace to an agent-based webhook server for real-time messaging.

What do I need to configure a Slack webhook for my AI agent?▼

Configuring a Slack webhook for an AI agent requires valid Slack API credentials and a publicly accessible webhook URL. The skill uses these to establish secure and reliable message delivery between your workspace and the agent.

How does automated adapter setup work for Slack integration?▼

Automated adapter setup fetches and installs the Slack adapter from a dedicated channels branch. It then runs automated tests using vitest to ensure the Slack registry and dependencies are correctly configured for your agent.

Can I use my Slack workspace for real-time collaboration with a custom AI?▼

Yes, you can use your Slack workspace for real-time collaboration with a custom AI. By connecting your Slack channels to a NanoClaw agent via a webhook server, your team can interact directly with the AI within Slack.

Why is my Slack integration not delivering messages to the agent?▼

Slack integration may fail to deliver messages if the webhook URL is not publicly accessible or if Slack API credentials are invalid. Ensuring these prerequisites are met facilitates correct real-time message routing between the platforms.