Slack

active collaboration 4.0

The Slack CLI empowers developers to create, deploy, and manage next-generation Slack apps and bots directly from the terminal. Through tools like Vercel's Slack Agent Skill, developers can employ LLMs to scaffold complex ChatOps workflows, configure OAuth scopes, and setup event subscriptions iteratively without relying on the sluggish web-based API console.

#chat#team#automation#bot

⌨️ Install

standalone

CLI

script official
curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash

Skills

npx official
npx skills add vercel-labs/slack-agent-skill

Raw: slack.md · slack.json

What it can do

  • bootstrap a new Deno-based Slack application via the `slack create` command
  • rapidly deploy test environments using Enterprise Grid sandboxes via `slack run`
  • automate the notification of CI/CD pipeline failures directly into specific channels

Comments

Rating:
0 / 1000 chars
Loading…