# Slacrawl

> Slack archive: search, sync freshness, threads/DMs, SQL counts, and Slacrawl repo work.

- Skill: `openclaw/slacrawl` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add openclaw/slacrawl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openclaw/slacrawl/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics, Integrations & APIs
- Author: OpenClaw (https://skillmd.com/u/openclaw)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/openclaw/slacrawl

---


# Slacrawl

Use local Slack archive data first. Check freshness for recent/current questions:

```bash
slacrawl doctor
slacrawl status --json
```

Refresh only when stale or asked:

```bash
slacrawl sync --source wiretap
slacrawl sync --source bot --latest-only
```

`wiretap` reads Slack Desktop cache; `bot` uses API tokens. The `desktop`/`api`
aliases remain valid. A configured connector can use `--source mcp`; select the
workspace explicitly when needed. Use `--full` only for deliberate backfills.

Query with bounded slices:

```bash
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.

