Recipe create vacation responder
Skill googleworkspace/cli/skills/recipe-create-vacation-responder
Enable a Gmail out-of-office auto-reply with a custom message and date range.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-create-vacation-responderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 194 tokens by cl100k_base, as published. Nobody here has run it
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
- 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 [email protected].", "restrictToContacts": false, "restrictToDomain": false}' - Verify settings:
gws gmail users settings getVacation --params '{"userId": "me"}' - Disable when back:
gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": false}'
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.