← 返回 Skills 市场
marcosrippel

WhatsApp Labels

作者 Marcos Santos · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
510
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-labels
功能描述
List and search WhatsApp Business labels/tags
安全使用建议
This skill is coherent with its purpose: it runs a bundled Node script that reads WhatsApp cache files from OPENCLAW_STATE_DIR or ~/.openclaw/credentials/whatsapp/default and outputs labels or chats matching a label. Before installing, verify you are comfortable allowing the agent to read those local files (they may include contact names and labels). Note the script is read-only — it does not modify WhatsApp data or call external services — and it does not request any additional credentials. If you do not want the agent to access your WhatsApp cache, do not install or run this skill. If you need write/manage capabilities, this skill does not provide them; inspect or test the script locally to confirm behavior.
功能分析
Type: OpenClaw Skill Name: whatsapp-labels Version: 1.0.0 The skill is designed to list and search WhatsApp Business labels and contacts from the local OpenClaw session cache. It reads JSON files from the expected `OPENCLAW_STATE_DIR/credentials/whatsapp/default` path and outputs the results to stdout. There is no evidence of data exfiltration to external endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md`. The `labels.js` script handles arguments as plain strings for internal logic, not for shell execution, making it robust against command injection within its own code.
能力评估
Purpose & Capability
The name/description (list and search WhatsApp Business labels) matches the included code which reads label and contact cache files. Minor wording mismatch: SKILL.md says 'Manage' but the script is read-only (list/search) and does not modify labels.
Instruction Scope
SKILL.md directs the agent to run the included Node script; the script only reads local files (store.json, labels.json, contacts.json) under a specific OpenClaw state path and prints JSON results. It does not run network requests or access other system paths.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded or written by an installer; risk from install mechanism is minimal.
Credentials
The skill does not require declared env vars, but the script will honor OPENCLAW_STATE_DIR if present and otherwise reads ~/.openclaw/credentials/whatsapp/default. Reading those files is proportionate to listing/searching labels, but those files can contain PII or session data — users should be aware the agent will access local WhatsApp cache/contact data.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation settings. It does not modify other skills, install services, or persist changes; requested privileges are minimal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whatsapp-labels
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whatsapp-labels 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Manages WhatsApp Business labels/tags from Baileys session cache. List all available labels with their colors and IDs, and find which chats are associated with a specific label.
元数据
Slug whatsapp-labels
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WhatsApp Labels 是什么?

List and search WhatsApp Business labels/tags. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 510 次。

如何安装 WhatsApp Labels?

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

WhatsApp Labels 是免费的吗?

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

WhatsApp Labels 支持哪些平台?

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

谁开发了 WhatsApp Labels?

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

💬 留言讨论