Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Slacrawl

v0.1.0

Pull Slack workspace metadata and message history into local SQLite for offline search and agent queries.

0· 30· 1 versions· 0 current· 0 all-time· Updated 6h ago· MIT-0
byChase Webb@chasewebb

Slacrawl

Go-based CLI that pulls Slack workspace data — channels, threads, messages — into a local SQLite database so an agent can search and inspect history without the Slack UI.

Requirements

  • Slack token. Two supported modes:
    • App token (recommended): create a Slack app at https://api.slack.com/apps with channels:history, groups:history, im:history, users:read scopes; install to your workspace; copy the user OAuth token (xoxp-…).
    • Cookie token (no admin needed): extract xoxc-… token + d cookie from a logged-in Slack browser session. See slacrawl README for details.
  • slacrawl binary on PATH (installed at ~/.local/bin/slacrawl).

Setup

slacrawl init                                  # create config at ~/.slacrawl/config.toml
# edit ~/.slacrawl/config.toml — add token + workspace
slacrawl auth check                            # verify token works
slacrawl sync --full                           # initial workspace sync

State

  • Config: ~/.slacrawl/config.toml
  • Database: ~/.slacrawl/slacrawl.db

Common Commands

slacrawl status --json
slacrawl sync --incremental
slacrawl channels list --json
slacrawl messages list --channel <id> --limit 100 --json
slacrawl search "release notes" --json
slacrawl sql 'SELECT count(*) FROM messages'

Integration Notes

  • Strictly local-first: token + data never leave the machine.
  • Schedule slacrawl sync --incremental on a PaperFang cron for continuous mirroring.
  • For multiple workspaces, run with --workspace <name> against separate config profiles.

Version tags

crawlervk9713wjyh9rm5j1w4cy80x9e7h85qwz0latestvk9713wjyh9rm5j1w4cy80x9e7h85qwz0local-firstvk9713wjyh9rm5j1w4cy80x9e7h85qwz0paperchasevk9713wjyh9rm5j1w4cy80x9e7h85qwz0

Runtime requirements

💬 Clawdis
OSmacOS · Linux
Binsslacrawl