← 返回 Skills 市场
WhatsApp Contacts
作者
Marcos Santos
· GitHub ↗
· v1.0.0
623
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-contacts
功能描述
List, search, and lookup WhatsApp contacts from the Baileys session cache
安全使用建议
This skill appears to do what it says: read a local Baileys session cache and list/search contacts. Before installing, consider: (1) the script needs read access to your OpenClaw state directory (default ~/.openclaw/credentials/whatsapp/default) which may contain sensitive WhatsApp session data — only install if you trust the skill and the environment; (2) the code is bundled with the skill (inspect it yourself); it currently only outputs contact info as JSON, but a modified version could exfiltrate data, so avoid giving the agent broad network/file privileges if you don't trust the source; (3) if you prefer narrower scope, run the script locally yourself instead of allowing autonomous agent invocation.
功能分析
Type: OpenClaw Skill
Name: whatsapp-contacts
Version: 1.0.0
The skill is classified as suspicious due to its direct access to sensitive local files containing WhatsApp session and contact data. The `scripts/contacts.js` file reads from `process.env.OPENCLAW_STATE_DIR/credentials/whatsapp/default/store.json` or `contacts.json`. While this behavior aligns with the skill's stated purpose of listing and searching WhatsApp contacts, accessing such sensitive local credential/session stores represents a significant high-risk capability. There is no evidence of data exfiltration, persistence, or other malicious intent within the skill's code itself, but the exposure of this sensitive data via `console.log` could be leveraged by a malicious agent prompt for unauthorized exfiltration.
能力评估
Purpose & Capability
Name/description claim (read contacts from Baileys session cache) matches the included script and SKILL.md. The script looks in a local OpenClaw state path (OPENCLAW_STATE_DIR or ~/.openclaw/credentials/whatsapp/default) for store.json or contacts.json and extracts contacts.
Instruction Scope
SKILL.md instructs the agent to run the bundled Node script with specific commands (list/search/get). The script only reads local files in the stated session directory and prints JSON results; it does not instruct the agent to read arbitrary system files, call external endpoints, or access unrelated environment variables.
Install Mechanism
No install spec or remote downloads; the skill is instruction-only with a single bundled script. Nothing is written to disk by an installer, and no external packages or URLs are fetched at install time.
Credentials
The skill declares no required environment variables or credentials. The script optionally respects OPENCLAW_STATE_DIR to locate the session, which is reasonable. Caution: the script reads the WhatsApp session store (store.json) which can contain sensitive session data; although the code only extracts and prints contact entries, it still requires read access to a credential directory and will load the file into memory.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and only performs read operations. It does not persist new credentials or change agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whatsapp-contacts - 安装完成后,直接呼叫该 Skill 的名称或使用
/whatsapp-contacts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Provides offline access to WhatsApp contacts from Baileys session cache. Supports listing, searching by name/phone, and detailed contact lookup. No live connection required.
元数据
常见问题
WhatsApp Contacts 是什么?
List, search, and lookup WhatsApp contacts from the Baileys session cache. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 623 次。
如何安装 WhatsApp Contacts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whatsapp-contacts」即可一键安装,无需额外配置。
WhatsApp Contacts 是免费的吗?
是的,WhatsApp Contacts 完全免费(开源免费),可自由下载、安装和使用。
WhatsApp Contacts 支持哪些平台?
WhatsApp Contacts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WhatsApp Contacts?
由 Marcos Santos(@marcosrippel)开发并维护,当前版本 v1.0.0。
推荐 Skills