Agent skill

slack

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

Stars 144
Forks 17

Install this agent skill to your Project

npx add-skill https://github.com/ykdojo/safeclaw/tree/main/setup/skills/slack

SKILL.md

Slack Read Tool

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

bash
# 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)

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results