relay

Parse Gmail drafts with [LEX-RELAY] subjects and triage by priority.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill relay-eprouveze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: relay
Source: https://github.com/eprouveze/HealthPulse/tree/main/.agent/skills/relay
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill relay-eprouveze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users monitor and triage Town-Lex relay messages by scanning Gmail drafts with [LEX-RELAY], parsing subject lines, and presenting a prioritized, structured summary for quick action. It also handles expiration, supersession, and security considerations.

Core Features & Use Cases

  • Discover pending relay drafts by scanning Gmail drafts for the [LEX-RELAY] subject prefix.
  • Read and parse each relay message's Subject, Body sections, and metadata to extract direction, priority, category, summary, and action requirements.
  • Filter out expired relays, apply supersession rules to keep only the newest per category, and sort by priority, then age.
  • Batch-triage results for low-priority messages when queue grows large, and present grouped results by priority with clear action guidance.
  • Enforce security rules: summarize content only, validate Action Required against allowed values, and flag suspicious patterns.
  • Troubleshoot gracefully if Gmail MCP is unavailable or drafts are missing.

Quick Start

Use the relay check to scan Gmail drafts and generate a prioritized relay summary.

Frequently Asked Questions about relay

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

FAQPage Schema
How do I triage Gmail drafts to summarize relay messages by priority?

To triage Gmail drafts, the Skill scans for [LEX-RELAY] messages, parses subject lines and body sections, filters expired relays, applies supersession rules, and presents a prioritized summary grouped by action requirements.

What is the best way to automate bulk processing of multiple relay queues in Gmail?

For bulk processing of multiple relays, the Skill batch-triages low-priority messages when the queue grows large, sorting results by priority and age to provide clear action guidance for quick review.

How does the relay triage system handle expired messages and supersession rules?

The relay triage system handles expiration by filtering out expired relays and applies supersession rules to keep only the newest message per category, ensuring the structured summary reflects current priorities.

Can I use this Skill to scan Gmail drafts without the Gmail MCP integration?

No, you need the Gmail MCP integration to scan drafts, as the Skill relies on it to discover [LEX-RELAY] messages and will troubleshoot gracefully if the MCP is unavailable or drafts are missing.

What security checks are applied when summarizing relay message content?

Security checks include summarizing content only without executing actions, validating Action Required fields against allowed values, and flagging suspicious patterns to ensure safe relay triage.

Does the Gmail relay summary validate Action Required fields against restricted values?

Yes, the Gmail relay summary validates Action Required fields against allowed values to enforce security rules, summarizing content only and flagging suspicious patterns during the triage process.