What problem does it solve? Slack integrations often duplicate setup instructions, authentication logic, and API documentation across every operation. This shared resource library centralizes Slack OAuth setup, API references, error handling guides, and operation scripts so individual Slack skills stay lean and consistent. ## Core Features & Use Cases - User OAuth Authentication: Interactive setup wizard and configuration checker that validate user tokens (xoxp-), test API connectivity, and report missing scopes with structured JSON output for AI consumption. - Complete Slack API Coverage: Scripts for messaging (send, update, delete, schedule), channels (list, create, join, invite, history), users, files, reactions, pins, reminders, and search. - Shared Reference Documentation: Setup guide, full API reference for 32 endpoints, authentication flow details, and error-handling troubleshooting used by all Slack skills. - Use Case: A team member asks the AI to send a project update to a Slack channel. The AI runs the config check, finds the token missing, guides the user through OAuth setup, then sends the message using the shared send_message script. ## Quick Start Ask the AI to check your Slack configuration and send a message to a channel, and it will validate your setup and execute the operation.