Agent skill
slack
Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
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:
# 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.shon host)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gemini
Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion.
yt-dlp
Download YouTube videos, audio, and subtitles/transcripts using yt-dlp.
gdoc
Read publicly shared Google Docs using curl to download into a file.
gha
Analyze GitHub Actions failures and identify root causes
clone
Clone the current conversation so the user can branch off and try a different approach.
reddit-fetch
Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.
Didn't find tool you were looking for?