Recipe Search And Export Emails

🌐Community
by googleworkspace · vlatest · Repository

Find recipes online, summarize key ingredients, and automatically email them to yourself via Google Workspace.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-search-and-export-emails npx -- -y @trustedskills/recipe-search-and-export-emails
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-search-and-export-emails": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-search-and-export-emails"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The recipe-search-and-export-emails skill enables AI agents to query Google Workspace email data and generate exportable reports. It allows agents to search through specific folders or labels, filter results by date or sender, and compile findings into structured formats for external analysis.

When to use it

  • Automate compliance audits by retrieving all emails from a specific department within the last fiscal year.
  • Generate weekly sales summaries by searching for client interactions and exporting them to CSV for spreadsheet analysis.
  • Investigate security incidents by querying logs for suspicious keywords and exporting matching threads for forensic review.
  • Create historical project timelines by extracting all correspondence related to a specific campaign ID.

Key capabilities

  • Searches email content across designated Google Workspace folders or labels.
  • Filters results based on custom criteria such as date ranges, senders, or recipients.
  • Exports search results into downloadable files for offline processing.
  • Integrates directly with the googleworkspace/cli infrastructure for authentication and access.

Example prompts

  • "Search my 'Invoices' folder for all emails from '[email protected]' received in January 2024 and export them to a CSV file."
  • "Find all unread emails containing the keyword 'urgent' in the last 30 days and prepare an export report."
  • "Query the 'Projects' label for correspondence regarding 'Alpha Launch' and generate a summary export."

Tips & gotchas

Ensure your AI agent has proper OAuth2 credentials configured with the necessary Google Workspace API scopes to read email data. Be mindful of data retention policies; exporting large volumes of historical emails may require additional storage planning or pagination handling in your workflow.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
169

🌐 Community

Passed automated security scans.