List and search WhatsApp Business labels/tags
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill whatsapp-labels --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Whatsapp Labels?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-whatsapp-labels)More formats (shields.io, HTML) on the badges page.
---
name: whatsapp-labels
description: List and search WhatsApp Business labels/tags
---
# WhatsApp Labels Skill
Manage and search WhatsApp Business labels (tags) from the local session cache.
## Usage
```
exec({ cmd: "node <skill_dir>/scripts/labels.js COMMAND [ARGS]" })
```
## Commands
### List All Labels
```
exec({ cmd: "node <skill_dir>/scripts/labels.js list" })
```
### Find Chats by Label
```
exec({ cmd: "node <skill_dir>/scripts/labels.js chats \"VIP Client\"" })
```
## Note
Requires a WhatsApp Business account for labels to be available.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!