Skip to main content
Back to registry

recipe-search-and-export-emails

googleworkspace/cli

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

Installs619
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-search-and-export-emails
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages matching a query and export them for review. - 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 description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-search-and-export-emails do?

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

Is recipe-search-and-export-emails good?

recipe-search-and-export-emails does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-search-and-export-emails work with?

recipe-search-and-export-emails currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to recipe-search-and-export-emails?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-search-and-export-emails?

npx skills add https://github.com/googleworkspace/cli --skill recipe-search-and-export-emails

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering