askill
recipe-create-vacation-responder

recipe-create-vacation-responderSafety 90Repository

Enable a Gmail out-of-office auto-reply with a custom message and date range.

3 stars
1.2k downloads
Updated 3/6/2026

Package Files

Loading files...
SKILL.md

Set Up a Gmail Vacation Responder

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

Enable a Gmail out-of-office auto-reply with a custom message and date range.

Steps

  1. Enable vacation responder: gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": true, "responseSubject": "Out of Office", "responseBodyPlainText": "I am out of the office until Jan 20. For urgent matters, contact backup@company.com.", "restrictToContacts": false, "restrictToDomain": false}'
  2. Verify settings: gws gmail users settings getVacation --params '{"userId": "me"}'
  3. Disable when back: gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": false}'

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

74/100Analyzed 3/8/2026

A well-structured skill for setting up Gmail vacation responders using the gws CLI tool. Provides clear step-by-step commands with JSON parameters. Missing tags and when-to-use guidance, but covers the full enable-verify-disable workflow. Located in a proper skills folder indicating good organization. Slightly limited in scope to Google Workspace but technically sound and actionable."

90
75
60
65
80

Metadata

Licenseunknown
Version1.0.0
Updated3/6/2026
Publisherpleaseai

Tags

No tags yet.