whatsapp-mention

Model-agnostic WhatsApp @mention skill for OpenClaw. Converts @Name, @Phone, @LID to blue clickable WhatsApp mentions with any AI model.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "whatsapp-mention" with this command: npx skills add junwei1213/openclaw-mention-skill

WhatsApp @Mention Skill

Make WhatsApp @mentions work reliably with any AI model in OpenClaw.

What it does

Intercepts all outgoing WhatsApp messages and automatically converts mentions to the correct format:

  • @Name@LID (blue clickable mention)
  • @PhoneNumber@LID (blue clickable mention)
  • @LID → kept as-is (already correct)

Installation

openclaw skills install whatsapp-mention

Or manually:

git clone https://github.com/junwei1213/openclaw-mention-skill.git
cd openclaw-mention-skill
bash install.sh

How to use

Just write @someone in your messages. The skill handles the rest.

The LID cache at /home/openclaw/.openclaw/workspace/LID_CACHE.json maps names to WhatsApp LIDs. Members are auto-discovered when they send messages in groups.

Add a member manually

node add-member.js --lid 123456789012345 --name "John" --phone 1234567890

Find a missing LID

Check Baileys' LID mapping files in your WhatsApp credential directory. Filenames follow the pattern lid-mapping-<LID>_reverse.json.

Re-install after OpenClaw updates

OpenClaw updates overwrite patched files. Re-run install.sh after updating.

Uninstall

bash uninstall.sh

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

WhatsApp Groups

Discover, list, and search WhatsApp groups from Baileys session data

Registry SourceRecently Updated
5940Profile unavailable
General

WhatsApp Group Admin

Group administration utilities - info, stats, invite link parsing, and creation templates

Registry SourceRecently Updated
6330Profile unavailable
General

WhatsApp Contacts

List, search, and lookup WhatsApp contacts from the Baileys session cache

Registry SourceRecently Updated
6080Profile unavailable
General

WhatsApp Common Groups

Find groups shared between contacts and check group membership

Registry SourceRecently Updated
6380Profile unavailable