watching-whatsapp

Monitor WhatsApp Web with Playwright and create task files for messages.

11|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/AbdullahMalik17/Digital-FTE --skill watching-whatsapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watching-whatsapp
Source: https://github.com/AbdullahMalik17/Digital-FTE/tree/main/.claude/skills/watching-whatsapp
Command: npx skills add https://github.com/AbdullahMalik17/Digital-FTE --skill watching-whatsapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the monitoring of WhatsApp Web for new messages, allowing for the creation of task files for important communications and enabling automated responses.

Core Features & Use Cases

  • Real-time Message Monitoring: Watches WhatsApp Web for incoming messages.
  • Task File Creation: Generates task files for important messages to be processed.
  • Automated Replies: Can be configured to send auto-replies based on message priority.
  • Use Case: Automatically categorize incoming WhatsApp messages by priority (Urgent, High, Medium, Low) and create actionable tasks for follow-up, or send pre-defined responses for high-priority messages from known contacts.

Quick Start

Start the WhatsApp watcher by running the python script for the watcher.

Frequently Asked Questions about watching-whatsapp

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

FAQPage Schema
How do I automate monitoring WhatsApp Web for incoming messages?

Automated WhatsApp Web monitoring uses Playwright to watch for new messages, classify sender priority, and generate task files for follow-up processing. It requires an initial manual QR code scan to authenticate and persist the local session.

Can I send automated replies based on message priority on WhatsApp?

Automated replies on WhatsApp can be triggered based on message priority. The Skill categorizes incoming messages by urgency (Urgent, High, Medium, Low) and sends pre-defined auto-responses to high-priority messages from classified known contacts.

Do I need Playwright to run WhatsApp auto-reply scripts?

Playwright is required to run these WhatsApp auto-reply scripts. The browser automation framework drives WhatsApp Web to detect incoming messages, classify senders, and execute the configured automated reply workflows.

What are the limitations of using browser automation for WhatsApp monitoring?

Browser automation for WhatsApp monitoring requires manual QR code authentication for initial setup and persists sessions in local configuration files. It relies on the WhatsApp Web interface remaining stable without official API support.

How does message priority classification work for WhatsApp task creation?

Message priority classification sorts incoming WhatsApp messages into Urgent, High, Medium, and Low categories. The monitoring script creates actionable task files for important communications based on this priority and the sender classification.