recipe-search-and-export-emails

Search Gmail messages by query and export results as JSON.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/run6270/skill --skill recipe-search-and-export-emails-run6270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-search-and-export-emails
Source: https://github.com/run6270/skill/tree/main/recipe-search-and-export-emails
Command: npx skills add https://github.com/run6270/skill --skill recipe-search-and-export-emails-run6270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly find specific emails within their Gmail account and export them for further analysis or record-keeping.

Core Features & Use Cases

  • Search Emails: Locate messages based on various criteria like sender, date, and keywords.
  • Export Emails: Save search results in a structured format (JSON) for external use.
  • Use Case: A user needs to find all client communications from the last quarter related to a specific project and export them for a compliance review.

Quick Start

Find emails from [email protected] sent after January 1st, 2024.

Frequently Asked Questions about recipe-search-and-export-emails

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

FAQPage Schema
How do I search and export Gmail messages to JSON?

To search and export Gmail messages to JSON, use a query to locate specific emails and retrieve the results in a structured format. This process requires interacting with the Gmail API for message retrieval and listing.

Can I find emails from a specific sender and date range in Gmail?

Yes, you can find emails from a specific sender and date range in Gmail by providing search criteria. The Skill locates messages based on various parameters like sender, date, and keywords for targeted retrieval.

Does exporting Gmail search results require the Gmail API?

Exporting Gmail search results requires the Gmail API to interact with the messaging service. Specifically, the gws-gmail skill is needed to handle message retrieval and listing for the export workflow.

What is the best way to archive emails for a compliance review?

The best way to archive emails for a compliance review is searching Gmail for relevant client communications and exporting the results. This creates a structured JSON record suitable for external analysis and data archiving workflows.

Are there limitations to the JSON format for Gmail exports?

The primary limitation is that Gmail exports are strictly saved in JSON format. This structured format is optimized for external use and data archiving, but may require conversion if you need CSV or PDF records.