← Back to Skills Marketplace
Openclaw Mention Skill
by
TAN JUN WEI
· GitHub ↗
· v1.0.1
· MIT-0
84
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-mention-skill
Description
Model-agnostic WhatsApp @mention skill for OpenClaw. Converts @Name, @Phone, @LID to blue clickable WhatsApp mentions with any AI model.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-mention-skill - After installation, invoke the skill by name or use
/openclaw-mention-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Openclaw Mention Skill?
Model-agnostic WhatsApp @mention skill for OpenClaw. Converts @Name, @Phone, @LID to blue clickable WhatsApp mentions with any AI model. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Openclaw Mention Skill?
Run "/install openclaw-mention-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Mention Skill free?
Yes, Openclaw Mention Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Mention Skill support?
Openclaw Mention Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Mention Skill?
It is built and maintained by TAN JUN WEI (@junwei1213); the current version is v1.0.1.
More Skills