slack-bot-builder

Develop Slack applications with Bolt, Block Kit, and OAuth 2.0.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill slack-bot-builder-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-bot-builder
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/slack-bot-builder
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill slack-bot-builder-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slack-bolt, slack-sdk.

What problem does it solve?

This Skill simplifies the complex process of developing Slack integrations by providing standardized patterns for event handling, UI construction, and secure authentication.

Core Features & Use Cases

  • Bolt Framework Integration: Streamlines event routing, request verification, and HTTP processing for Python, JavaScript, and Java.
  • Block Kit UI: Enables the creation of rich, interactive message layouts and modal forms.
  • OAuth Management: Provides secure patterns for workspace installation and token storage.
  • Use Case: Quickly deploy a custom internal tool that listens for slash commands, displays interactive modals for data entry, and notifies channels of system incidents.

Quick Start

Use the slack-bot-builder skill to initialize a new Bolt application project with OAuth support and a basic slash command handler.

Frequently Asked Questions about slack-bot-builder

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

FAQPage Schema
How do I build a Slack bot with the Bolt framework?

To build a Slack bot with the Bolt framework, you need to implement event routing, request verification, and HTTP processing using the slack-bolt and slack-sdk dependencies to create production-ready applications.

Can I build Slack apps with Bolt across multiple programming languages?

Yes, the Bolt framework supports Slack application development across Python, JavaScript, and Java, allowing you to implement slash command logic and interactive Block Kit interfaces in your preferred environment.

Does slack-bot-builder support interactive modal forms in Slack?

Yes, this Skill enables the creation of rich, interactive Block Kit interfaces, allowing you to build modal forms for data entry and display complex message layouts directly within Slack channels.

What is the best way to secure OAuth tokens for a Slack Bolt app?

The best way to secure OAuth tokens for a Slack Bolt app is to use standardized OAuth management patterns for workspace installation and token storage, enforcing production-grade request validation.