From gws
Enable a Gmail out-of-office auto-reply with a custom message and date range.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Enable a Gmail out-of-office auto-reply with a custom message and date range.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Enable a Gmail out-of-office auto-reply with a custom message and date range.
Use this workflow when the user is going on vacation or out of office and wants to set up an automatic email response.
Ask the user for:
gws gmail users settings updateVacation \
--params '{"userId": "me"}' \
--json '{"enableAutoReply": true, "responseSubject": "SUBJECT", "responseBodyPlainText": "MESSAGE", "restrictToContacts": false, "restrictToDomain": false}'
gws gmail users settings getVacation --params '{"userId": "me"}'
When they return:
gws gmail users settings updateVacation \
--params '{"userId": "me"}' \
--json '{"enableAutoReply": false}'
restrictToContacts: true — only replies to people in your contactsrestrictToDomain: true — only replies to people in your organizationstartTime and endTime (epoch milliseconds)