← 返回 Skills 市场
marcosrippel

WhatsApp Group Admin

作者 Marcos Santos · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
646
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-group-admin
功能描述
Group administration utilities - info, stats, invite link parsing, and creation templates
安全使用建议
This skill appears to do what it says (count group members, parse invite links, create templates) but it reads local OpenClaw/WhatsApp state files (sender-key-* files and contacts.json) which may include sensitive contact or group metadata. Before installing: (1) confirm you are comfortable granting the skill read access to ~/.openclaw/credentials/whatsapp/default (or set OPENCLAW_STATE_DIR to a safe path); (2) note the skill assumes node is available — the package metadata does not declare this requirement; (3) inspect the included scripts/admin.js yourself (it is short and readable) or run it in a sandbox to verify behavior; (4) if you do not want any skill to access local WhatsApp state, do not install or disable autonomous invocation for this skill; (5) ask the author/registry to update metadata to list required binary 'node' and to declare the config path(s) it reads so users can make an informed decision.
功能分析
Type: OpenClaw Skill Name: whatsapp-group-admin Version: 1.0.0 The skill is classified as suspicious due to two main factors: 1) The `SKILL.md` instructs the agent to execute a Node.js script (`scripts/admin.js`) with user-provided arguments directly, which is a common pattern that can lead to shell injection vulnerabilities if the script does not adequately sanitize input. 2) The `scripts/admin.js` file accesses sensitive local files within the OpenClaw agent's credential directory (`OPENCLAW_STATE_DIR/credentials/whatsapp/default`), specifically `contacts.json` and `sender-key-*` files, to extract WhatsApp group and member information. While this file access is plausibly needed for the skill's stated purpose of WhatsApp group administration, it involves handling sensitive data locally, increasing the risk profile.
能力评估
Purpose & Capability
The code implements WhatsApp group info, stats, invite parsing and templates which matches the skill's description. However, the code requires access to local OpenClaw/WhatsApp state (credentials directory) to enumerate groups/members—this is reasonable for the stated purpose but the skill metadata does not declare that requirement.
Instruction Scope
SKILL.md instructs running node <skill_dir>/scripts/admin.js but does not mention that the script will read the user's OpenClaw WhatsApp credentials/state directory (defaults to $HOME/.openclaw/credentials/whatsapp/default or OPENCLAW_STATE_DIR). The script reads sender-key files and contacts.json, which may contain sensitive contact/group metadata. The instructions fail to warn the user about local file access.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. However the skill includes a JS script that is intended to be run with 'node' — despite registry metadata declaring no required binaries. The absence of 'node' from required binaries is an inconsistency that should be corrected.
Credentials
The registry lists no required env vars or config paths, but the code reads OPENCLAW_STATE_DIR (if set) and falls back to ~/.openclaw/credentials/whatsapp/default. That path effectively gives the skill access to local WhatsApp credential/state files. The skill requests no external API keys, which is appropriate, but the undeclared local credential access is sensitive and should be explicitly declared.
Persistence & Privilege
always is false and the skill does not request persistent installation or modify other skills or system-wide settings. The skill can be invoked autonomously by the agent (platform default); combined with its local credential access this increases the potential blast radius, but autonomy alone is not a disqualifier.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whatsapp-group-admin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whatsapp-group-admin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Administrative utilities for WhatsApp groups. Get group info with member stats, list all groups with participant counts, create group configuration templates, and parse invite links. All from Baileys cache.
元数据
Slug whatsapp-group-admin
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WhatsApp Group Admin 是什么?

Group administration utilities - info, stats, invite link parsing, and creation templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 646 次。

如何安装 WhatsApp Group Admin?

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

WhatsApp Group Admin 是免费的吗?

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

WhatsApp Group Admin 支持哪些平台?

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

谁开发了 WhatsApp Group Admin?

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

💬 留言讨论