recipe-search-and-export-emails

Search Gmail messages by query and export results to a JSON file.

312|38|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/m13v/fazm --skill recipe-search-and-export-emails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-search-and-export-emails
Source: https://github.com/m13v/fazm/tree/main/skills/recipe-search-and-export-emails
Command: npx skills add https://github.com/m13v/fazm --skill recipe-search-and-export-emails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly locate specific emails within their Gmail inbox based on search criteria and export them for further analysis or archival.

Core Features & Use Cases

  • Targeted Email Search: Efficiently find emails using various parameters like sender, date range, and keywords.
  • Detailed Message Retrieval: Access the full content of individual emails.
  • Bulk Export: Save search results to a JSON file for offline review or processing.
  • Use Case: A marketing team needs to review all communications from a specific client over the last quarter. This Skill can find those emails and export them into a single file for easy review.

Quick Start

Search for emails from [email protected] sent after January 1st, 2024 and export them to a JSON file.

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 export Gmail messages to a JSON file?

To export Gmail messages to JSON, this Skill searches your inbox using specific criteria like sender, date range, or labels, and saves the matching email data into a structured JSON file for offline analysis or archival.

Can I filter Gmail emails by sender and date before exporting them?

Yes, you can filter Gmail emails by sender, date range, and labels before exporting. This targeted retrieval ensures you only export the specific message content needed for your review or processing.

Do I need a specific tool to search and export Gmail emails?

Yes, you need the gws-gmail skill to access and process email data. This dependency is required for the Skill to query your Gmail inbox and retrieve the detailed message content for export.

What is the best way to archive client communications from Gmail for a specific quarter?

The best way to archive client communications is to search Gmail using the client's email address and a specific date range, then export the retrieved messages into a single JSON file for easy offline review.

What format are exported Gmail messages saved in?

Exported Gmail messages are saved in JSON format. This structured file format preserves the email data retrieved from your search, allowing for straightforward offline review or further data processing.