← ClaudeAtlas

slacklisted

Interact with Slack workspaces — send messages, react, pin/unpin, read history, manage threads, search, upload files, and look up members. Use when the user asks to send a Slack message, react to something, read a channel, or manage Slack content.
project-nomos/nomos · ★ 21 · AI & Automation · score 84
Install: claude install-skill project-nomos/nomos
# Slack Interact with Slack using the built-in MCP tools provided by the `nomos-slack` server. These tools call the Slack Web API directly — no curl commands or shell environment variables needed. ## Available Tools ### Messaging | Tool | Description | | ---------------------- | ------------------------------------- | | `slack_send_message` | Send a message to a channel or thread | | `slack_edit_message` | Edit an existing message | | `slack_delete_message` | Delete a message | ### Reading | Tool | Description | | -------------------- | ------------------------------------------------------------------------ | | `slack_read_channel` | Read recent messages from a channel | | `slack_read_thread` | Read replies in a thread | | `slack_search` | Search messages by keyword (supports `in:#channel`, `from:@user` syntax) | ### Reactions & Pins | Tool | Description | | --------------------- | --------------------------------- | | `slack_react` | Add a reaction emoji to a message | | `slack_pin_message` | Pin a message | | `slack_unpin_message` | Unpin a message | | `slack_list_pins` | List pinned items in a channel | ### Info & Files | T