recipe-create-vacation-responder

googleworkspace/cli · updated Apr 8, 2026

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

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
skill.md

1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Set Up a Gmail Vacation Responder</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-gmail</code></p>\n</blockquote>\n<p>Enable a Gmail out-of-office auto-reply with a custom message and date range.</p>\n<h2>Steps</h2>\n<ol>\n<li>Enable vacation responder: <code>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}'</code></li>\n<li>Verify settings: <code>gws gmail users settings getVacation --params '{"userId": "me"}'</code></li>\n<li>Disable when back: <code>gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": false}'</code></li>\n</ol>"}}]

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.833 reviews
  • Shikha Mishra· Dec 24, 2024

    recipe-create-vacation-responder has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Hiroshi Li· Dec 24, 2024

    I recommend recipe-create-vacation-responder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Carlos Johnson· Dec 16, 2024

    recipe-create-vacation-responder reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Rahul Santra· Nov 15, 2024

    Solid pick for teams standardizing on skills: recipe-create-vacation-responder is focused, and the summary matches what you get after install.

  • Hiroshi Kim· Nov 15, 2024

    Useful defaults in recipe-create-vacation-responder — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sakura Flores· Nov 11, 2024

    recipe-create-vacation-responder fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Li Taylor· Nov 7, 2024

    recipe-create-vacation-responder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Anika Farah· Oct 26, 2024

    Useful defaults in recipe-create-vacation-responder — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Pratham Ware· Oct 6, 2024

    We added recipe-create-vacation-responder from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Hiroshi Mensah· Oct 6, 2024

    recipe-create-vacation-responder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 33

1 / 4