Skip to main content
Back to registry

recipe-create-vacation-responder

googleworkspace/cli

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

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-vacation-responder
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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}' - Verify settings: gws gmail users settings getVacation --params '{"userId": "me"}' - Disable when back: gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": false}'

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-create-vacation-responder do?

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

Is recipe-create-vacation-responder good?

recipe-create-vacation-responder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-create-vacation-responder work with?

recipe-create-vacation-responder currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-create-vacation-responder?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-create-vacation-responder?

npx skills add https://github.com/googleworkspace/cli --skill recipe-create-vacation-responder

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering