slack-cli

Manage Slack apps, environments, and configurations via the Slack CLI.

2|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill slack-cli-ulises-jeremias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-cli
Source: https://github.com/ulises-jeremias/agentic-workstation/tree/main/home/dot_local/share/agentic-workstation/skills/slack-cli
Command: npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill slack-cli-ulises-jeremias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slack, curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to interact with the official Slack CLI for Slack app development and platform management, solving the challenge of manually managing Slack apps and environments.

Core Features & Use Cases

  • App Development and Management: Create, run, deploy, and manage Slack apps.
  • Environment Management: Log in, out, and manage authorized teams for app development.
  • Manifests and Triggers: Manage manifests, env vars, functions, and triggers.
  • Diagnostics: Run diagnostics with slack doctor.
  • Use Case: Develop and manage Slack apps without the need for manual setup or additional tools.

Quick Start

Use the slack-cli skill to log in to the Slack CLI and list your authorized teams.

Frequently Asked Questions about slack-cli

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

FAQPage Schema
How do I manage Slack app environments and authorized teams from the command line?

Slack app environment management is handled by logging in and out of authorized teams via the official Slack CLI. It provides a streamlined way to interact with platform features without manual setup.

What do I need to install to develop and deploy Slack apps via CLI?

Developing Slack apps via CLI requires the official Slack CLI, along with curl and jq. These dependencies are necessary to handle app creation, deployment, and configuration validation.

Can I manage Slack app manifests, triggers, and functions from the command line?

Yes, managing Slack app manifests, environment variables, functions, and triggers is supported directly from the command line. It handles platform management tasks to validate app configurations.

How do I run diagnostics on my Slack app development setup?

Slack app development diagnostics are run using the slack doctor command. This diagnoses environment and configuration issues encountered during app creation and deployment.

What's the best way to create and deploy Slack apps without manual setup?

Creating and deploying Slack apps without manual setup is best achieved using the official Slack CLI. It manages app lifecycles, environment variables, and triggers programmatically.

Does slack-cli work with curl and jq for Slack platform management?

Yes, Slack CLI platform management works with curl and jq as required dependencies. They assist in handling API requests and parsing JSON output during app development.