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

recipe-batch-reply-to-emails

Batch find Gmail messages matching a query and send standardized replies to each.

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
629

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-batch-reply-to-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-batch-reply-to-emails has 629 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-batch-reply-to-emails.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Batch find Gmail messages matching a query and send standardized replies to each. PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages matching a query and send a standard reply to each one. - Requires the gws-gmail skill to execute; operates on Gmail messages via the Google Workspace API - Typical workflow: search for messages by query (unread, from specific senders, with labels), retrieve message details, send templated replies, and mark messages as read - Useful for handling repetitive support requests, acknowledgments, or bulk responses to similar inquiries - Find messages needing replies: gws gmail users messages list --params '{"userId": "me", "q": "is:unread from:customers label:support"}' --format table - Read a message: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' - Send a reply: gws gmail +send --to sender@example.com --subject 'Re: Your Request' --body 'Thank you for reaching out. We have received your request and will respond within 24 hours.' - Mark as read: gws gmail users messages modify --params '{"userId": "me", "id": "MSG_ID"}' --json '{"removeLabelIds": ["UNREAD"]}'

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-batch-reply-to-emails do?

Batch find Gmail messages matching a query and send standardized replies to each.

Is recipe-batch-reply-to-emails good?

recipe-batch-reply-to-emails does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-batch-reply-to-emails?

recipe-batch-reply-to-emails currently lists compatibility with Skills CLI.

Is recipe-batch-reply-to-emails safe to install?

recipe-batch-reply-to-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-batch-reply-to-emails?

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

How do I install recipe-batch-reply-to-emails?

Run the following command to install recipe-batch-reply-to-emails: npx skills add https://github.com/googleworkspace/cli --skill recipe-batch-reply-to-emails

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering