How to install recipe-batch-reply-to-emails
npx skills add null --skill recipe-batch-reply-to-emailsClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: recipe-batch-reply-to-emails version: 1.0.0 description: "Find Gmail messages matching a query and send a standard reply to each one." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-gmail"]
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
- 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"]}'
Related skills
More from googleworkspace/cli and the wider catalog.
RE
recipe-block-focus-time
googleworkspace/cli
Create recurring focus time blocks on Google Calendar to protect deep work hours.
18k installsAudited
RE
recipe-bulk-download-folder
googleworkspace/cli
List and download all files from a Google Drive folder in bulk.
18k installs
RE
recipe-cancel-and-notify
googleworkspace/cli
Delete a Google Calendar event and send a cancellation email via Gmail.
640 installs
RE
recipe-collect-form-responses
googleworkspace/cli
Retrieve and review responses from a Google Form.
18k installs
RE
recipe-compare-sheet-tabs
googleworkspace/cli
Compare data across two Google Sheets tabs to identify differences and changes.
18k installs
RE
recipe-copy-sheet-for-new-month
googleworkspace/cli
Duplicate a Google Sheets template tab for a new month of tracking.
18k installsAudited