Set up Gmail out-of-office auto-replies with custom messages and date ranges.
Enables vacation responder with customizable subject line, plain-text response body, and optional contact/domain restrictions Supports three core operations: enable auto-reply, verify current settings, and disable when returning Requires the gws-gmail skill as a dependency
Security audits
Partner security reviews for this skill.
agent-trust-hubSAFE
Analyzed Apr 1, 2026
This skill provides instructions for managing Gmail vacation responder settings using the official Google Workspace CLI tool. The operations are transparent and align with the skill's stated purpose.
snykLOW
Analyzed Apr 1, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed Apr 1, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from googleworkspace/cli · top by installs.
Files included with this skill beyond the listing page.
skill mdSKILL.md1,070 B
docsSUMMARY.md117 B
History
First seen on skills.sh
First recorded snapshot · 27,100 installs
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
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}'