← 返回 Skills 市场
Openclaw Mention Skill
作者
TAN JUN WEI
· GitHub ↗
· v1.0.1
· MIT-0
84
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-mention-skill
功能描述
Model-agnostic WhatsApp @mention skill for OpenClaw. Converts @Name, @Phone, @LID to blue clickable WhatsApp mentions with any AI model.
安全使用建议
This skill appears to do what it claims (convert @Name/@Phone into WhatsApp LIDs) and does not request secrets or call out to external servers, but it patches OpenClaw core files and restarts the service — actions that require root or package-owner privileges and carry risk if the code is malicious or buggy. Before installing: (1) review install.sh and the exact inserted patch (the large _LID_PATCH_V10 block) line-by-line to ensure it only touches the intended files and does not add hidden network calls or credential reads; (2) verify the repository/source and maintainers, and prefer installing on a test instance first; (3) back up your OpenClaw installation (even though the script creates .bak files); (4) check the LID_CACHE contents for any sensitive phone numbers you don't want stored; (5) be prepared to run uninstall.sh to restore backed-up files — note uninstall leaves LID_CACHE.json and mention-guide.md in place. If you are uncomfortable with core-file patches, ask the maintainer for a non-invasive plugin approach or request the patch be upstreamed into OpenClaw so no local modifications are required.
功能分析
Type: OpenClaw Skill
Name: openclaw-mention-skill
Version: 1.0.1
The skill performs invasive patching of OpenClaw's core distribution files (deliver-reply-*.js and login-*.js) to intercept and modify outgoing messages. While the logic in install.sh and the injected JavaScript code appears aligned with the stated purpose of fixing WhatsApp @mentions, the practice of modifying core application code via shell and Python scripts is inherently risky. This behavior could lead to system instability or be used as a vector for persistence, although no evidence of data exfiltration or intentional backdoors was found.
能力评估
Purpose & Capability
Name/description match the included code and instructions: the package provides utilities to map names/phones to WhatsApp LIDs, an add-member CLI, and an installer that patches OpenClaw's deliver-reply and login code to produce correct mentions. Required binaries (node, bash, python3) are reasonable for the described tasks.
Instruction Scope
SKILL.md and README explicitly instruct the installer to patch OpenClaw core files to intercept outgoing messages and to read/write a local LID cache at /home/openclaw/.openclaw/workspace/LID_CACHE.json. That behavior is expected for the stated goal, but it does broaden scope to modifying application internals and reading/writing workspace files (including phone→LID mappings).
Install Mechanism
Installer is local shell script (install.sh) and embedded python edits; no external downloads or obscure URLs are used. The installer operates by locating files in /usr/lib/node_modules/openclaw/dist and editing them in place, creating backups. This is higher-privilege but matches the stated need to patch OpenClaw.
Credentials
The skill does not request environment variables, credentials, or network endpoints. It only reads/writes a local cache in the OpenClaw workspace and can install a memory guide. Required access to workspace and to the OpenClaw distribution directory is proportionate to its function.
Persistence & Privilege
The installer modifies OpenClaw core JS files and restarts the OpenClaw service to persist behavior across runs. This is coherent with the goal but is a privileged, persistent change to the platform; ensure you trust the patch and have backups before proceeding. always:false (normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-mention-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-mention-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated documentation in SKILL.md, mention-guide.md, and README.md for clearer instructions and up-to-date usage guidance.
- Minor improvements to example commands (e.g., add-member.js usage) for consistency.
- Clarified steps for finding missing LIDs by referencing credential file patterns.
- No functional or API changes; documentation and usability refinements only.
v1.0.0
Initial release of whatsapp-mention skill for OpenClaw.
- Enables clickable @mentions in WhatsApp using any AI model in OpenClaw.
- Converts @Name and @Phone to correct blue WhatsApp mention format.
- Auto-discovers group members; manual management and troubleshooting instructions included.
- Simple installation and uninstallation process provided.
元数据
常见问题
Openclaw Mention Skill 是什么?
Model-agnostic WhatsApp @mention skill for OpenClaw. Converts @Name, @Phone, @LID to blue clickable WhatsApp mentions with any AI model. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Openclaw Mention Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-mention-skill」即可一键安装,无需额外配置。
Openclaw Mention Skill 是免费的吗?
是的,Openclaw Mention Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Mention Skill 支持哪些平台?
Openclaw Mention Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Mention Skill?
由 TAN JUN WEI(@junwei1213)开发并维护,当前版本 v1.0.1。
推荐 Skills