Search and analyze Slack archives, count threads, and support repo workflows.
The materials indicate a tool focused on querying/syncing local Slack archive data, and it is marked prompt-only, open-source, and widely adopted, so overall risk appears low. No fixed remote endpoint or required secret is declared; only optional API sync/thread-DM hydration would involve Slack tokens and limited outbound access, so the overall posture is mostly caution rather than high risk.
The material says no secret is required by default, but the README explicitly states that Slack tokens are needed for API sync and full thread/DM hydration. This is consistent with the stated functionality and is a normal caution item; there is no clear sign of unrelated high-privilege credential requests or obvious misuse language.
The documentation says to use local Slack archive data first and does not declare any fixed third-party remote endpoint; network access would only be expected when running operations such as `sync --source api`, likely toward Slack-related services. Based on the provided material, there is no red flag indicating data exfiltration to unknown or unrelated endpoints.
The system marks it as prompt-only, and the material only describes command examples and query capabilities, without showing local process spawning, arbitrary code execution, or unusual system privilege requests. Based on the visible facts, there is no obvious risk signal in this dimension.
The README clearly involves reading local Slack archive data, searching messages, querying threads/DMs, and performing read-only SQL counts; this means it can access local message content and related metadata. That access scope is aligned with its stated purpose, and there is no indication of broad local file writes or excessive authorization beyond the use case.
The source is an open-source GitHub repository with extremely high community adoption (about 377k stars), which is a strong positive trust signal. Although the license is undeclared and maintenance status is unknown, creating some audit uncertainty, the overall supply-chain risk remains low absent other red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "slacrawl" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/slacrawl/SKILL.md 2. Save it as ~/.claude/skills/slacrawl/SKILL.md 3. Reload skills and tell me it's ready
Search the Slack archive for discussions about "API rate limiting" from the last 3 months, prioritizing relevant threads, participants, and summary conclusions.
A list of relevant messages and threads with participants, time range, and summarized key points.
Count last month's total messages, active users, thread count, and daily message distribution for the #engineering channel, then summarize it in a table.
Activity metrics for the channel, including top-level totals and a day-by-day breakdown table.
Check the latest Slack archive sync time and determine whether there is any delay; if so, identify the affected channels or DM scope.
A freshness status report with the latest sync time and any affected scope if delays are detected.
Use local Slack archive data first. Check freshness for recent/current questions:
slacrawl doctor
slacrawl status --json
Refresh only when stale or asked:
slacrawl sync --source desktop
slacrawl sync --source api --latest-only
Query with bounded slices:
slacrawl search --limit 20 "query"
slacrawl messages --since 7d --limit 50
slacrawl sql "select count(*) from messages;"
Report workspace/channel names, absolute date spans, counts, and token/source limits. Use read-only SQL for exact counts/rankings. API sync and full thread/DM hydration require Slack tokens; do not assume they exist.
Generate shareable code or text diffs for review and collaboration.
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Run Parallels smoke tests with Discord roundtrip verification across host and guest.
Archive, search, and summarize Discord messages and direct messages.
Search Slack channels, messages, threads, reactions, files, and scheduled messages.
Find Slack messages, files, channels, and people more efficiently.
Search and analyze GitHub archive issues, PRs, and repo workflow status.
Search and manage Granola archives, sync status, notes, transcripts, and counts.
Let AI access Slack data to search conversations and support collaboration.