Skip to main content
Back to registry

recipe-batch-reply-to-emails

googleworkspace/cli

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

Installs621
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-batch-reply-to-emails
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
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. - 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 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-batch-reply-to-emails do?

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

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.

What agent does recipe-batch-reply-to-emails work with?

recipe-batch-reply-to-emails currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to recipe-batch-reply-to-emails?

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

How do I 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