← 返回 Skills 市场
🔌

Slacrawl

作者 OpenClaw · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
230
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install slacrawl
功能描述
Slack archive: search, sync freshness, threads/DMs, SQL counts, and Slacrawl repo work.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slacrawl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slacrawl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug slacrawl
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Slacrawl 是什么?

Slack archive: search, sync freshness, threads/DMs, SQL counts, and Slacrawl repo work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。

如何安装 Slacrawl?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install slacrawl」即可一键安装,无需额外配置。

Slacrawl 是免费的吗?

是的,Slacrawl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Slacrawl 支持哪些平台?

Slacrawl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Slacrawl?

由 OpenClaw(@openclaw)开发并维护,当前版本 v1.0.1。

💬 留言讨论