Find Gmail messages matching a query and send a standard reply to each one.
71
60%
Does it follow best practices?
Impact
97%
16.16xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/recipe-batch-reply-to-emails/SKILL.mdPREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Find Gmail messages matching a query and send a standard reply to each one.
gws gmail users messages list --params '{"userId": "me", "q": "is:unread from:customers label:support"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'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.'gws gmail users messages modify --params '{"userId": "me", "id": "MSG_ID"}' --json '{"removeLabelIds": ["UNREAD"]}'6ed836c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.