← 返回 Skills 市场
Wacrawl
作者
Chase Webb
· GitHub ↗
· v0.1.0
· MIT-0
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
What to consider before installing: 1) Review the upstream project (https://github.com/steipete/wacrawl) and the Homebrew tap formula to confirm sources, checksums, and build steps; prefer building from source or an official release artifact you inspected. 2) Understand macOS Full Disk Access: granting it to a terminal or wrapper app gives that process broad read access to many user files — only grant it if you fully trust the installed binary. 3) Inspect network activity after running the tool (e.g., via Little Snitch or packet capture) to detect unexpected telemetry. 4) Keep automatic scheduled imports disabled until you trust the binary; prefer manual imports. 5) Verify what gets written to ~/.wacrawl and secure or remove that archive if it contains sensitive data. If you cannot review the binary or source, treat the install as untrusted and avoid granting Full Disk Access or enabling autonomous/scheduled runs.
功能分析
Type: OpenClaw Skill
Name: wacrawl
Version: 0.1.0
The skill facilitates programmatic access to private WhatsApp chat databases on macOS, requiring Full Disk Access to bypass sandbox protections. While the functionality is clearly aligned with the stated purpose of local archiving and search, the inherent risk of exposing sensitive communication data to an AI agent and the reliance on an external binary (wacrawl) installed via a third-party Homebrew tap (SKILL.md) constitute high-risk behaviors that warrant a suspicious classification.
能力评估
Purpose & Capability
Name, description, and runtime instructions consistently describe a local, read-only snapshot/import of WhatsApp Desktop SQLite DBs into ~/.wacrawl/wacrawl.db and scriptable local search. Binaries required (wacrawl) match the stated functionality.
Instruction Scope
SKILL.md limits behavior to local snapshot/import and search; it explicitly says it does not write back to WhatsApp or contact WhatsApp services. It requires Full Disk Access for the terminal to read the sandboxed group container and suggests scheduling periodic imports. SKILL.md does not mention network telemetry or external endpoints — absence of such statements is not a proof of absence in the installed binary.
Install Mechanism
Install is a Homebrew formula from the tap steipete/tap (not Homebrew core). Installing a third-party formula will put an unfamiliar binary on disk; formula/build steps could execute code at install time. Without packaging/source verification or shippped code in the skill, the binary is a high-impact trust decision.
Credentials
No environment variables or credentials are requested, which is appropriate. However the skill requires the user to grant macOS Full Disk Access to the terminal that runs wacrawl — a powerful OS-level permission that grants broad file read access beyond WhatsApp data and therefore materially increases the risk if the binary is untrusted.
Persistence & Privilege
The skill is not force-enabled (always:false). Model invocation is allowed (default). Because SKILL.md recommends periodic imports (scheduling), an autonomously-invokable agent combined with the installed binary and Full Disk Access could lead to periodic reads of local private data; this is a capability to consider before enabling autonomous runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wacrawl - 安装完成后,直接呼叫该 Skill 的名称或使用
/wacrawl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish: PaperChase crawler-fleet skill wrapping the upstream wacrawl CLI.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Wacrawl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wacrawl」即可一键安装,无需额外配置。
Wacrawl 是免费的吗?
是的,Wacrawl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wacrawl 支持哪些平台?
Wacrawl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Wacrawl?
由 Chase Webb(@chasewebb)开发并维护,当前版本 v0.1.0。
推荐 Skills