slack-agent

Create and deploy Slack agents on Vercel with Chat SDK or Bolt.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/buisihung11/prototype-zero --skill slack-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-agent
Source: https://github.com/buisihung11/prototype-zero/tree/main/.agents/skills/slack-agent
Command: npx skills add https://github.com/buisihung11/prototype-zero --skill slack-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development and deployment of Slack agents, handling everything from project setup to production deployment and testing.

Core Features & Use Cases

  • Dual Framework Support: Build with Chat SDK (recommended) or Bolt for JavaScript.
  • Interactive Wizard: Guides users through project creation, Slack app setup, environment configuration, local testing, and Vercel deployment.
  • Custom Implementation Planning: Generates a tailored plan based on agent purpose before scaffolding.
  • Use Case: Start a new Slack bot project, configure its Slack app manifest, set up environment variables, test locally with ngrok, and deploy to Vercel with a single command.

Quick Start

Use the slack-agent skill to start a new project.

Frequently Asked Questions about slack-agent

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

FAQPage Schema
How do I build and deploy a Slack agent on Vercel?

Build and deploy Slack agents on Vercel by using an interactive wizard that handles project setup, Slack app manifest customization, environment variable configuration, and final production deployment.

Can I use Bolt for JavaScript instead of Chat SDK to build my Slack bot?

Yes, you can build your Slack bot using either the Chat SDK, which is recommended, or Bolt for JavaScript, as both frameworks are fully supported for scaffolding and deploying your agent.

How do I test my Slack bot locally before deploying to production?

Test your Slack bot locally by configuring environment variables and using ngrok to expose your local development server, allowing the Slack API to route events to your machine before Vercel deployment.

Does this Slack agent wizard generate a custom implementation plan?

Yes, the wizard generates a tailored implementation plan based on your specific agent purpose before scaffolding the project, ensuring the generated structure matches your custom use case.

What is the easiest way to set up a Slack app manifest for a new bot?

Set up a Slack app manifest easily through the interactive wizard, which guides you through customizing the configuration needed for your bot to communicate with the Slack API.

Does the Slack agent deployment process include automated testing setup?

Yes, the Slack agent deployment process includes features for automated testing setup, ensuring your bot logic is validated during the project scaffolding and configuration phases before going live.