Skillquality 0.46

slack

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.

Price
free
Protocol
skill
Verified
no

What it does

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

ToolDescription
slack_send_messageSend a message to a channel or thread
slack_edit_messageEdit an existing message
slack_delete_messageDelete a message

Reading

ToolDescription
slack_read_channelRead recent messages from a channel
slack_read_threadRead replies in a thread
slack_searchSearch messages by keyword (supports in:#channel, from:@user syntax)

Reactions & Pins

ToolDescription
slack_reactAdd a reaction emoji to a message
slack_pin_messagePin a message
slack_unpin_messageUnpin a message
slack_list_pinsList pinned items in a channel

Info & Files

ToolDescription
slack_list_channelsList channels the bot can see
slack_user_infoGet details about a user (name, email, status, timezone)
slack_upload_fileUpload a local file to a channel

Usage Examples

Send a message

Use slack_send_message with the channel ID and text. For threaded replies, include thread_ts.

Read a channel

Use slack_read_channel with the channel ID. Returns messages in chronological order with timestamps, user IDs, and reaction counts.

Reply in a thread

Use slack_send_message with thread_ts set to the parent message timestamp.

Search for messages

Use slack_search with Slack search syntax:

  • release notes — search all channels
  • in:#engineering release notes — search a specific channel
  • from:@alice bug report — search messages from a user

Find a channel

Use slack_list_channels to get channel IDs and names. Use the ID in subsequent tool calls.

Look up a user

Use slack_user_info with a user ID (e.g. from a message) to get their name, email, status, and timezone.

Listening as the User

Nomos can listen to Slack as the user personally — not as a bot. It responds to DMs and @mentions using the user's own token, so messages appear as if the user typed them.

When a user asks you to "listen to my Slack", "respond as me", or "act as me on Slack", take action directly:

  1. Check if a workspace is connected: nomos slack workspaces
  2. If no workspaces, tell the user to connect one: nomos slack auth --token xoxp-...
  3. Start the listener: nomos slack listen

Always execute these commands yourself using Bash rather than telling the user to run them. If a command is blocked by permission hooks, show the user the exact command so they can run it. Confirm what you did after.

Autonomous Slack Monitoring

Nomos can also autonomously monitor Slack channels in the background using the daemon and autonomous loops. When a user asks you to "watch my channels" or "monitor messages in the background", take action directly:

  1. Check if the daemon is running: nomos daemon status
  2. If not running, start it: nomos daemon start
  3. Check current cron jobs: nomos cron list
  4. Enable the built-in slack-digest loop (runs every 30 min, scans channels for messages needing attention): nomos cron enable slack-digest
  5. If the user wants more specific monitoring, create a custom loop: nomos cron create <name> "<schedule>" --prompt "<instructions>"

Always execute these commands yourself using Bash rather than telling the user to run them. If a command is blocked by permission hooks, show the user the exact command so they can run it. Confirm what you did after.

The daemon connects to Slack via Socket Mode and listens in real-time. Autonomous loops add proactive periodic checks on top of that. Together, they ensure no important message goes unnoticed.

Tips

  • Channel IDs: C prefix = public, G = private/group, D = DM
  • User IDs: U or W prefix
  • Timestamps (ts): uniquely identify messages — used for threading, reactions, pins, editing, and deleting
  • Formatting: Slack uses mrkdwn — *bold*, _italic_, ~strikethrough~, `code`, ```code block```, <url|link text>
  • Mentions: <@U01ABCDEF> for users, <#C01ABCDEF> for channels
  • Rate limits: Slack applies per-method rate limits (~1 req/sec for most). The tools handle errors automatically.
  • Required bot scopes: chat:write, channels:read, channels:history, groups:read, groups:history, users:read, reactions:write, pins:write, files:write, search:read

Capabilities

skillsource-project-nomosskill-slacktopic-agent-memorytopic-agent-skillstopic-agentic-aitopic-ai-agentstopic-ai-assistanttopic-autonomous-agentstopic-claudetopic-claude-aitopic-claude-codetopic-claude-skillstopic-digital-clonetopic-llm

Install

Installnpx skills add project-nomos/nomos
Transportskills-sh
Protocolskill

Quality

0.46/ 1.00

deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 14 github stars · SKILL.md body (5,361 chars)

Provenance

Indexed fromgithub
Enriched2026-04-21 19:04:08Z · deterministic:skill-github:v1 · v1
First seen2026-04-21
Last seen2026-04-21

Agent access