whatsapp-watcher

Monitor WhatsApp Web messages for keywords and generate Markdown action files.

11|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/NaveedTechLab/skills-library --skill whatsapp-watcher-naveedtechlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-watcher
Source: https://github.com/NaveedTechLab/skills-library/tree/main/skills/whatsapp-watcher
Command: npx skills add https://github.com/NaveedTechLab/skills-library --skill whatsapp-watcher-naveedtechlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, base-watcher-framework, whatsapp-watcher, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the monitoring of WhatsApp Web for messages containing specific keywords and converts them into structured, actionable items, streamlining workflows that involve message analysis and response.

Core Features & Use Cases

  • Keyword-Triggered Monitoring: Watch for specific keywords or patterns in WhatsApp messages.
  • Action File Creation: Generate Markdown files with action items and priority levels.
  • Use Case: Build a personal assistant system that triggers tasks based on specific keywords in WhatsApp messages.

Quick Start

Use the 'whatsapp-watcher' skill to monitor messages for the keyword 'urgent' and store the results in the 'Needs_Action' directory.

Frequently Asked Questions about whatsapp-watcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor WhatsApp Web for specific keywords using browser automation?

You can monitor WhatsApp Web for specific keywords using browser automation by running a Playwright script that scans incoming messages for your defined triggers and logs matching conversations.

What is the best way to automate WhatsApp message analysis and triaging?

Automating WhatsApp message analysis involves using Playwright to watch Web sessions, identifying keyword-triggered messages, and converting them into structured Markdown files to streamline triaging workflows.

Do I need Playwright and Python libraries to set up keyword monitoring on WhatsApp Web?

Yes, you need Playwright and additional Python libraries to handle browser automation, QR code scanning, and message processing for setting up keyword monitoring on WhatsApp Web.

Can I generate action files with priority levels from urgent WhatsApp messages?

Yes, you can generate Markdown action files with priority levels from urgent WhatsApp messages by configuring the watcher to detect specific keywords and output structured items into a designated directory.

Does WhatsApp Web browser automation work for building a personal assistant system?

Yes, WhatsApp Web browser automation works for building a personal assistant system by triggering automated tasks and generating action items whenever specific keywords appear in incoming message streams.

What are the limitations of using Playwright to watch WhatsApp Web for message triggers?

Limitations of using Playwright to watch WhatsApp Web include dependency on an active browser session, the need to manually scan QR codes for authentication, and potential restrictions from WhatsApp's terms of service.