← 返回 Skills 市场
marcosrippel

WhatsApp Groups

作者 Marcos Santos · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
610
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-groups
功能描述
Discover, list, and search WhatsApp groups from Baileys session data
安全使用建议
This skill appears to do what it says: it reads your local Baileys session files (by default in ~/.openclaw/credentials/whatsapp/default) to find group IDs/names and can add them to openclaw.json. Before installing: (1) review the included scripts/groups.js yourself (it is small and readable); (2) be aware these session directories can contain sensitive keys — the skill reads them but does not perform network calls or exfiltration; (3) back up openclaw.json before running sync (sync will modify that file); (4) run the script in a controlled environment or sandbox if you do not fully trust the skill owner.
功能分析
Type: OpenClaw Skill Name: whatsapp-groups Version: 1.0.0 The skill is classified as suspicious due to its ability to read and write to the agent's primary configuration file, `openclaw.json`, located at `~/.openclaw/openclaw.json`. While the `syncGroups` function in `scripts/groups.js` uses this capability for a stated purpose (adding newly discovered WhatsApp groups with `enabled: false`), modifying the agent's core configuration is a high-risk operation. This capability, even if currently used benignly, represents a broad permission that could be abused if the skill were compromised or altered.
能力评估
Purpose & Capability
Name/description claim to discover WhatsApp groups from Baileys session data and the script explicitly reads a Baileys credentials directory (OPENCLAW_STATE_DIR or ~/.openclaw/credentials/whatsapp/default), store.json, and contacts.json to find group IDs and names. All requested file access is coherent with that purpose.
Instruction Scope
SKILL.md directs the agent to run the included Node script (node scripts/groups.js) with specific commands (list, search, get-id, sync). The instructions do not ask the agent to read other unrelated files, call external endpoints, or collect extra system context beyond the expected state/config files.
Install Mechanism
No install spec; the skill is instruction + a single local script. Nothing is downloaded or extracted during install, so there is low install-time risk.
Credentials
The script reads the Baileys credentials directory which can contain sensitive session artifacts (sender-key files, possibly session/auth data). This is proportional to discovering groups, but it does mean the skill will read files that are sensitive. The skill does not request external API keys or unrelated credentials and respects OPENCLAW_STATE_DIR if set.
Persistence & Privilege
The 'sync' command modifies the agent's openclaw.json (STATE_DIR/openclaw.json) to add discovered groups. Writing this config is coherent with the claimed feature, but it does change agent configuration and could add many entries if run — users should be aware it will persist changes to openclaw.json.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whatsapp-groups
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whatsapp-groups 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Discovers and lists WhatsApp groups from Baileys sender-key files. Enriches group data with names from store and contacts files. Supports listing, searching, and syncing with openclaw.json configuration.
元数据
Slug whatsapp-groups
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WhatsApp Groups 是什么?

Discover, list, and search WhatsApp groups from Baileys session data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 610 次。

如何安装 WhatsApp Groups?

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

WhatsApp Groups 是免费的吗?

是的,WhatsApp Groups 完全免费(开源免费),可自由下载、安装和使用。

WhatsApp Groups 支持哪些平台?

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

谁开发了 WhatsApp Groups?

由 Marcos Santos(@marcosrippel)开发并维护,当前版本 v1.0.0。

💬 留言讨论