slacrawl

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "slacrawl" with this command: npx skills add chasewebb/slacrawl

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Discrawl

Mirror Discord guild data into a local SQLite archive for search, inspection, and agent queries. Bot-token only, no user-token hacks. Data stays local.

Registry SourceRecently Updated
340Profile unavailable
Research

Wacrawl

Read-only local archive and full-text search of macOS WhatsApp Desktop chats. Snapshots WhatsApp's SQLite databases into ~/.wacrawl/wacrawl.db without modify...

Registry SourceRecently Updated
260Profile unavailable
Research

Notcrawl

Mirror a Notion workspace into local SQLite + normalized Markdown for search, diff, and agent queries without depending on the Notion UI.

Registry SourceRecently Updated
300Profile unavailable
Research

SwarmVault

Use SwarmVault when the user needs a local-first knowledge vault that writes durable markdown, graph, search, dashboard, review, context-pack, task-ledger, r...

Registry SourceRecently Updated
6251Profile unavailable