Community Setup

Slack Bot with Bolt.js

Beginner-friendly Claude Code setup for Slack bots with Bolt.js, event handling, and Block Kit.

$3
OtherdeveloperbeginnerVS CodeGitHubNode.jsSlack
By Initly Team0 downloads

Get full access to this setup

Includes complete instructions, config files, and action checklist.

VS CodeGitHubNode.jsSlack

Instructions Preview

1. Install Claude Code

npm install -g @anthropic-ai/claude-code

2. Create Bot Project

mkdir my-slack-bot && cd my-slack-bot
npm init -y && npm install @slack/bolt

3. Configure Slack App

Create a Slack app at api.slack.com and add tokens to .env.

4. Add Config

Copy CLAUDE.md and agents to your project.

5. Verify

claude

Ask Claude to create a slash command handler....

Purchase this setup to see the full instructions

Config Files

Purchase to download these config files.

CLAUDE.mdLocked
code-reviewer.mdLocked