whatsapp-web-integration.md

Send scheduled market reports and confidence-gated trading alerts via WhatsApp.

Updated May 19, 2026
One-click install
npx skills add https://github.com/sarkcesscrewpay/trading-intelligence-system --skill whatsapp-web-integration-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-web-integration.md
Source: https://github.com/sarkcesscrewpay/trading-intelligence-system/tree/main/skills/whatsapp_web_integration_md_trading_intelligence_v_1
Command: npx skills add https://github.com/sarkcesscrewpay/trading-intelligence-system --skill whatsapp-web-integration-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting timely, high-signal trading intelligence to you without relying on manual checking or noisy notifications, by delivering scheduled market updates and confidence-gated alerts through WhatsApp with reliable session handling.

Core Features & Use Cases

  • WhatsApp Web communication layer: Sends structured daily reports, session updates (London/New York), and targeted alerts directly to a user’s WhatsApp account.
  • QR authentication with persistent login: Uses WhatsApp Web QR scan for initial setup, then saves session state to prevent repeated QR re-prompts after restarts.
  • Spam prevention and duplicate suppression: Avoids sending the same setup repeatedly and only re-sends when state transitions occur or confidence/bias materially changes.
  • Mobile-ready, confidence-based messaging: Ensures concise, readable templates for daily intelligence, high-confidence execution alerts (confidence ≥ 85), and WAIT warnings for macro risk or invalidation.
  • Quiet hours logic with exceptions: Reduces notification overload during quiet hours while still allowing urgent execute or severe risk alerts.

Quick Start

Ask the AI to initialize the WhatsApp Web integration, prompt you to scan the QR on your existing WhatsApp account, and then start daily 06:30 GMT reports plus session updates and confidence-gated alerts with duplicate prevention and session persistence enabled.

Frequently Asked Questions about whatsapp-web-integration.md

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

FAQPage Schema
How do I send automated trading alerts to WhatsApp using Node.js?

To send trading alerts to WhatsApp via Node.js, use the whatsapp-web.js library or Baileys fallback to establish a communication layer that pushes scheduled reports and confidence-gated execution alerts directly to your account.

How does QR authentication and session persistence work for WhatsApp Web integrations?

QR authentication for WhatsApp Web requires a one-time QR scan to link your account, after which session state is saved locally to maintain persistent login and prevent repeated QR re-prompts following application restarts.

How do I prevent duplicate WhatsApp notifications when sending automated trading alerts?

Prevent duplicate WhatsApp notifications by applying strict duplicate suppression rules that track setup state transitions, ensuring messages only re-send when a trading setup's confidence or bias materially changes.

Can I suppress non-urgent trading alerts during quiet hours while still receiving high-priority notifications?

Yes, quiet hours throttling reduces notification overload by suppressing standard scheduled updates, while still allowing exceptions for urgent execute alerts with confidence ≥ 85 or severe macro risk WAIT warnings.

Do I need Node.js to set up scheduled market reports and session updates on WhatsApp?

Yes, Node.js is required to run the whatsapp-web.js integration or Baileys fallback, which handles QR scan authentication, reconnection logic, and the delivery of scheduled daily reports and London/New York session updates.