recipe-search-and-export-emails

Search and Export Emails

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "recipe-search-and-export-emails" with this command: npx skills add googleworkspace/cli/googleworkspace-cli-recipe-search-and-export-emails

Search and Export Emails

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Find Gmail messages matching a query and export them for review.

Steps

  • Search for emails: gws gmail users messages list --params '{"userId": "me", "q": "from:client@example.com after:2024/01/01"}'

  • Get full message: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'

  • Export results: gws gmail users messages list --params '{"userId": "me", "q": "label:project-x"}' --format json > project-emails.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

gws-gmail

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-drive

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-calendar

No summary provided by upstream source.

Repository SourceNeeds Review