# Slack

> The operating system for team collaboration, enhanced by the developer CLI.
> _agent hint: ~329 tok · safe to read in full_

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.


- Homepage: https://slack.com/
- Categories: `collaboration`
- CLI type: `standalone`
- Open source: true
- Status: `active`
- Tags: `chat`, `team`, `automation`, `bot`
- Docs: https://docs.slack.dev/tools/slack-cli/
- Source: https://github.com/slackapi/slack-cli
- Canonical: https://doesitcli.com/slack

## When to suggest this

- 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

## Install the CLI

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

## Install as an agent skill

```sh
npx skills add vercel-labs/slack-agent-skill
```

---
Source of truth: https://doesitcli.com/slack.md · JSON: https://doesitcli.com/slack.json
