What problem does it solve? Managing Slack conversations programmatically requires handling channel IDs, message timestamps, and many distinct API actions; this Skill consolidates them into a single tool interface so you can operate Slack without writing API calls. ## Core Features & Use Cases - Message Operations: Send, read, edit, and delete messages in channels or direct messages using channel IDs and Slack timestamps. - Reactions & Pins: Add reactions, list reactions, pin and unpin messages, and list pinned items in a channel. - Workspace Lookup: Retrieve member info and the workspace emoji list for richer interactions. - Use Case: After a deployment, send a status update to the engineering channel, pin the release notes message, and add a checkmark reaction to confirm completion. ## Quick Start Use the slack skill to send the message "Deployment complete" to channel C123 and pin the latest message there.