Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-search-and-export-emails

Search Gmail messages by query and export results for offline review.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
627

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-search-and-export-emails
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, recipe-search-and-export-emails has 627 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-search-and-export-emails.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Search Gmail messages by query and export results for offline review. PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages matching a query and export them for review. - Requires the gws-gmail skill as a prerequisite dependency - Supports Gmail query syntax for filtering by sender, date, labels, and other message properties - Exports search results to JSON format for further processing or archival - Retrieves full message details including headers and body content for selected emails - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Search Gmail messages by query and export results for offline review.

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.

Which AI agents support recipe-search-and-export-emails?

recipe-search-and-export-emails currently lists compatibility with Skills CLI.

Is recipe-search-and-export-emails safe to install?

recipe-search-and-export-emails has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

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

Run the following command to 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