slack

star 156

Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.

ykdojo By ykdojo schedule Updated 2/3/2026

name: slack description: Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.

Slack Read Tool

Use ~/tools/slack-read.js to read Slack data:

# List channels
node ~/tools/slack-read.js channels

# List DMs
node ~/tools/slack-read.js dms

# Read channel history (last 20 messages)
node ~/tools/slack-read.js history <channel_id>
node ~/tools/slack-read.js history <channel_id> 50  # last 50

# Search messages
node ~/tools/slack-read.js search "keyword"
node ~/tools/slack-read.js search "from:@user in:#channel"

# List users
node ~/tools/slack-read.js users

# Get channel info
node ~/tools/slack-read.js info <channel_id>
  • This is read-only - you cannot send messages or modify anything
  • Requires SLACK_TOKEN env var (run ./scripts/setup-slack.sh on host)
Install via CLI
npx skills add https://github.com/ykdojo/safeclaw --skill slack
Repository Details
star Stars 156
call_split Forks 18
navigation Branch main
article Path SKILL.md
More from Creator