list-emails

Format Gmail metadata into a numbered Markdown table with links.

Updated Oct 21, 2025
One-click install
npx skills add https://github.com/christopheryeo/claude-skills --skill list-emails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-emails
Source: https://github.com/christopheryeo/claude-skills/tree/main/list-emails
Command: npx skills add https://github.com/christopheryeo/claude-skills --skill list-emails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formats Gmail metadata provided by retrieval skills into a clean, executive-ready table that is easy to scan and reference in workflows.

Core Features & Use Cases

  • Produces a consistently formatted, numbered table with polished summaries and direct message links.
  • Supports digest and workflow outputs for recent, topic-based, or labeled email results.
  • Ideal for dashboards and automation pipelines that summarize email activity for stakeholders.

Quick Start

Invoke this skill after a retrieval step that returns structured Gmail fields (timestamp, folder, sender/recipient, subject, snippet, status, IDs). Provide the entries in the required input format and the skill will return a ready-to-use Markdown table.

Frequently Asked Questions about list-emails

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

FAQPage Schema
How do I format Gmail metadata into a Markdown table for reports?

To format Gmail metadata into a Markdown table, you process structured email fields like timestamps and subjects to produce a consistently numbered, scannable table with clickable links for reporting and automation workflows.

Can I use this to create executive-ready email digests for stakeholders?

Yes, you can create executive-ready email digests by formatting retrieved email activity into a polished table that provides descriptive status tags, time-formatted dates, and direct message links for stakeholder dashboards.

What is the best way to structure Gmail data for downstream automation pipelines?

The best way to structure Gmail data for downstream automation pipelines is to enforce a fixed table schema with sequential numbering and clickable Gmail links built from message IDs, ensuring a consistent view for downstream skills.

Do I need to invoke Gmail tools directly to generate the email table?

No, you do not need to invoke Gmail tools directly, because this formatting process applies to results produced by retrieval skills such as recent-emails or topic digests, rather than fetching the data itself.

What structured fields are required to format Gmail messages into a table?

To format Gmail messages into a table, you must provide structured fields including timestamp, folder, sender/recipient, subject, snippet, status, and IDs, which are then transformed into a ready-to-use Markdown table.