voxmerch-daily-brief

Consolidate overdue and due-today VoxMerch Launch tasks from five Monday.com boards into a Gmail draft.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/pecorapromotionsllc-cell/voxmerch --skill voxmerch-daily-brief
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voxmerch-daily-brief
Source: https://github.com/pecorapromotionsllc-cell/voxmerch/tree/main/voxmerch-launch-ops/voxmerch-daily-brief
Command: npx skills add https://github.com/pecorapromotionsllc-cell/voxmerch --skill voxmerch-daily-brief

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates overdue and due-today VoxMerch Launch tasks from multiple boards into a single, actionable summary.

Core Features & Use Cases

  • Cross-board consolidation: Pulls tasks due today and overdue from five Monday.com boards to create a unified, scannable digest for quick decision-making.
  • Automated email briefing: Formats results into a clean HTML email and drafts it to [email protected] for immediate review and sending.
  • Schedule-aware operations: Runs at 6:00 AM CST as a daily routine to ensure timely visibility of priorities.

Quick Start

Run the voxmerch-daily-brief to pull due today and overdue tasks from all five boards and draft the HTML email to [email protected].

Frequently Asked Questions about voxmerch-daily-brief

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

FAQPage Schema
How do I consolidate overdue and due-today tasks from multiple Monday.com boards into a single daily brief?

Consolidating overdue and due-today tasks from multiple Monday.com boards into a single daily brief requires querying each board with get_board_items_page, excluding Done items, and aggregating key columns like name, status, due date, owner, and priority into a unified summary.

How do I automate a daily email draft of Monday.com tasks using scheduling?

Automating a daily email draft of Monday.com tasks involves scheduling the routine to run at a specific time, pulling due and overdue items, and formatting the aggregated data into an HTML email draft for Gmail to ensure timely visibility of priorities.

Can I format Monday.com task data into a Gmail draft email automatically?

Formatting Monday.com task data into a Gmail draft email automatically is supported by extracting item details from the boards and generating an HTML formatted email draft addressed to a specified recipient for immediate review and sending.

Does Monday.com task consolidation work across five different boards simultaneously?

Monday.com task consolidation works across five different boards simultaneously by querying items from each board individually, filtering out completed tasks, and merging the results into one scannable digest for quick decision-making.

What's the best way to filter out completed tasks when querying Monday.com board items?

The best way to filter out completed tasks when querying Monday.com board items is to exclude items with a Done status during the get_board_items_page query, ensuring only active overdue and due-today tasks are included in the consolidated summary.

Why does my Monday.com daily brief include tasks that are already completed?

A Monday.com daily brief might include completed tasks if the board item query does not explicitly exclude Done status items, requiring a filter adjustment in the get_board_items_page request to ensure only active tasks are aggregated.