Dev10x:slack-setup

Automate Slack token acquisition, keyring storage, and configuration file generation.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-slack-setup-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:slack-setup
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/slack-setup
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-slack-setup-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the setup of Slack integration for your AI workflows, automating token acquisition, storage, and configuration, reducing manual effort and errors.

Core Features & Use Cases

  • Token Acquisition: Automatically acquire and validate Slack bot tokens.
  • Configuration: Configure Slack app scopes and generate slack-config.yaml.
  • Verification: Verify setup and token validity with Slack's auth.test.
  • Use Case: If you're setting up Slack integration for the first time or need to reconfigure credentials, this Skill guides you through the process, ensuring seamless integration.

Quick Start

Use the Dev10x:slack-setup command to begin setting up your Slack integration.

Frequently Asked Questions about Dev10x:slack-setup

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

FAQPage Schema
How do I automate Slack bot token acquisition for AI workflows?

Slack bot token acquisition for AI workflows is automated by this configuration tool, which acquires and validates tokens while generating the necessary configuration files to ensure seamless integration.

What is the best way to configure Slack app scopes and generate configuration files?

Configuring Slack app scopes and generating configuration files is handled automatically, producing a validated `slack-config.yaml` file while verifying setup using Slack's `auth.test` API.

Does Slack integration configuration support Linux and macOS platforms?

Slack integration configuration supports Linux and macOS platforms, utilizing native keyring operations for secure token storage and validating bot credentials via the Slack API.

How does keyring storage work for Slack API tokens?

Keyring storage for Slack API tokens works by securely saving acquired bot credentials directly into the operating system's native credential manager during the automated configuration process.

Why does my Slack integration setup require token validation?

Slack integration setup requires token validation to verify credentials and ensure the bot has the correct app scopes before generating the `slack-config.yaml` file for your AI workflows.