email-triage

Fetch Outlook email messages and categorize them into triage groups.

1|1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill email-triage-dapperdivers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-triage
Source: https://github.com/dapperdivers/roundtable-arsenal/tree/main/comms/email-triage
Command: npx skills add https://github.com/dapperdivers/roundtable-arsenal --skill email-triage-dapperdivers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill reduces the effort of manually reviewing inboxes by fetching emails and organizing communications into actionable triage categories.

Core Features & Use Cases

  • Email Retrieval: Fetch recent Outlook messages from the bridge API with filters for folders, dates, counts, and unread status.
  • Communication Triage: Supports categorizing messages into urgent, action needed, informational, and skip groups for efficient review.
  • Use Case: A busy professional can use this Skill to scan the latest inbox activity and quickly identify messages that require immediate attention.

Quick Start

Ask the email-triage skill to fetch and summarize the latest urgent emails from my inbox.

Frequently Asked Questions about email-triage

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

FAQPage Schema
How do I prioritize Outlook emails and surface urgent messages automatically?

To prioritize Outlook emails and surface urgent messages, this Skill fetches recent messages and categorizes them into urgent, action needed, informational, and skip groups. It reduces manual inbox review by filtering unread status, dates, and folders via an Outlook bridge API.

What is the best way to triage my inbox to identify important communications?

The best way to triage your inbox for important communications is to fetch recent messages and apply automated categorization. This Skill sorts Outlook messages into urgent, action needed, informational, and skip groups to accelerate review.

Do I need curl and jq to categorize email messages for an inbox scan?

Yes, you need both curl and jq to categorize email messages during an inbox scan. This Skill requires these command-line tools to retrieve and format email data from the Outlook bridge API for triage processing.

Can I filter unread Outlook messages by folder and date for a communication digest?

Yes, you can filter unread Outlook messages by folder, date, and count for a communication digest. This Skill applies these filters when fetching messages from the bridge API to organize communications into actionable triage categories.

What are the limitations of using command-line scripts for email triage?

The primary limitation of using command-line scripts for email triage is the strict dependency on an Outlook bridge API and local binaries. This Skill cannot fetch or categorize messages if the curl and jq dependencies are missing or if the API connection fails.

How does the email-triage skill fetch and summarize the latest urgent emails?

The email-triage skill fetches and summarizes urgent emails by querying the Outlook bridge API with curl, parsing the JSON response with jq, and categorizing messages into urgent, action needed, informational, and skip groups for quick review.