← Back to Skills Marketplace
🔌

Slacrawl

by OpenClaw · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
230
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install slacrawl
Description
Slack archive: search, sync freshness, threads/DMs, SQL counts, and Slacrawl repo work.
README (SKILL.md)

Slacrawl

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.

Usage Guidance
Before installing, confirm you trust the slacrawl Go module and consider pinning/reviewing its source. Use the skill with narrow Slack workspaces, channels, date ranges, and search limits. Do not provide Slack tokens unless needed, and if you do, use minimal scopes and approve syncs intentionally.
Capability Analysis
Type: OpenClaw Skill Name: slacrawl Version: 1.0.1 The slacrawl skill bundle provides a standard interface for a Slack archiving and search utility. It includes instructions for checking status, syncing data from local or API sources, and performing SQL queries on local archives. The installation process uses a standard Go module path (github.com/openclaw/slacrawl), and the commands are consistent with the stated purpose of managing local Slack data without any signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The stated purpose is coherent with the documented commands: searching local Slack archives, checking freshness, syncing when needed, inspecting messages/DMs, and running SQL counts. The sensitive part is that Slack archives and DMs can contain private workspace data.
Instruction Scope
The instructions include useful limits such as bounded search/message slices and read-only SQL, but they also allow refresh when data is stale, so users should make sure syncs are intentional.
Install Mechanism
The skill installs the slacrawl binary from a Go module using @latest, and no implementation code is included in the reviewed artifacts. This is common for CLI-backed skills but leaves the installed binary outside this artifact review.
Credentials
Local Slack archive access and optional Slack API access are proportionate to the skill’s purpose, but they involve sensitive communication history and should be limited to intended workspaces.
Persistence & Privilege
No hidden always-on behavior or background persistence is shown, but sync commands may update local Slack archive data and API/thread/DM hydration may require Slack tokens.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slacrawl
  3. After installation, invoke the skill by name or use /slacrawl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Point stock skill metadata at the OpenClaw repository and Go module.
v1.0.0
Adopt as stock OpenClaw skill with compact CLI metadata.
v0.1.0
Initial publish: PaperChase crawler-fleet skill wrapping the upstream slacrawl CLI.
Metadata
Slug slacrawl
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Slacrawl?

Slack archive: search, sync freshness, threads/DMs, SQL counts, and Slacrawl repo work. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.

How do I install Slacrawl?

Run "/install slacrawl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Slacrawl free?

Yes, Slacrawl is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Slacrawl support?

Slacrawl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Slacrawl?

It is built and maintained by OpenClaw (@openclaw); the current version is v1.0.1.

💬 Comments