add-slack

Deploy a Chat SDK bridge for bidirectional Slack messaging via webhooks.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-slack-tharunramagiri
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-slack
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/add-slack
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill add-slack-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/slack.

What problem does it solve?

This skill solves the connectivity gap between your local AI agent and the Slack platform, enabling real-time communication and interaction within your workspace.

Core Features & Use Cases

  • Seamless Integration: Bridges the Chat SDK with Slack's API for event-driven messaging.
  • Interactive Capabilities: Supports threads, direct messages, and channel mentions for collaborative workflows.
  • Use Case: Connect your agent to a dedicated Slack channel to receive automated status updates or to interact with the agent directly via direct messages.

Quick Start

Execute the add-slack skill to fetch the necessary adapter, configure your environment variables, and register the Slack integration with your agent.

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 messaging into my AI agent?▼

You can integrate Slack by deploying a Chat SDK bridge that facilitates bidirectional message flow between your Slack workspace and the AI agent container using webhook event subscriptions.

What do I need to connect a Slack channel to an AI agent?▼

You need valid Slack API credentials and a publicly accessible webhook endpoint for event delivery to connect a Slack channel to your AI agent.

Can I use Slack threads and direct messages with an AI agent integration?▼

Yes, the Slack integration supports interactive capabilities including threads, direct messages, and channel mentions for collaborative workflows with your AI agent.

How does webhook event subscription work for Slack chat integration?▼

Webhook event subscriptions enable bidirectional message flow by delivering Slack workspace events directly to your AI agent container through a publicly accessible endpoint.

Does the Slack integration adapter support automated status updates?▼

Yes, you can connect your agent to a dedicated Slack channel to receive automated status updates or interact with the agent directly via direct messages.