askill
recipe-batch-reply-to-emails

recipe-batch-reply-to-emailsSafety 75Repository

Find Gmail messages matching a query and send a standard reply to each one.

1 stars
1.2k downloads
Updated 3/6/2026

Package Files

Loading files...
SKILL.md

Batch Reply to Similar Gmail Messages

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.

Steps

  1. Find messages needing replies: gws gmail users messages list --params '{"userId": "me", "q": "is:unread from:customers label:support"}' --format table
  2. Read a message: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
  3. 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.'
  4. Mark as read: gws gmail users messages modify --params '{"userId": "me", "id": "MSG_ID"}' --json '{"removeLabelIds": ["UNREAD"]}'

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

52/100Analyzed 3/20/2026

Basic but functional skill for batch replying to Gmail messages. Has clear steps and prerequisites but lacks depth, missing when-to-use guidance, tags for discoverability, and error handling. The skill is in a dedicated folder (bonus) but is quite brief with placeholder values and empty metadata. Somewhat internal-looking due to narrow use case but not obviously internal agent config.

75
70
55
55
60

Metadata

Licenseunknown
Version1.0.0
Updated3/6/2026
Publisherrun6270

Tags

No tags yet.