recipe-plan-weekly-schedule▌
googleworkspace/cli · updated Apr 8, 2026
Review your Google Calendar week, identify gaps, and add events to fill them.
- ›Requires the gws-calendar skill to execute; works with your primary Google Calendar
- ›Workflow includes four steps: view weekly agenda, query free/busy slots, insert new events, and review the updated schedule
- ›Supports event creation with customizable summary, start time, and end time parameters
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>Plan Your Weekly Google Calendar Schedule</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-calendar</code></p>\n</blockquote>\n<p>Review your Google Calendar week, identify gaps, and add events to fill them.</p>\n<h2>Steps</h2>\n<ol>\n<li>Check this week's agenda: <code>gws calendar +agenda</code></li>\n<li>Check free/busy for the week: <code>gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'</code></li>\n<li>Add a new event: <code>gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'</code></li>\n<li>Review updated schedule: <code>gws calendar +agenda</code></li>\n</ol>"}}]
Ratings
4.5★★★★★10 reviews- ★★★★★Shikha Mishra· Oct 10, 2024
recipe-plan-weekly-schedule is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Piyush G· Sep 9, 2024
Keeps context tight: recipe-plan-weekly-schedule is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Chaitanya Patil· Aug 8, 2024
Registry listing for recipe-plan-weekly-schedule matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Sakshi Patil· Jul 7, 2024
recipe-plan-weekly-schedule reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Ganesh Mohane· Jun 6, 2024
I recommend recipe-plan-weekly-schedule for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Oshnikdeep· May 5, 2024
Useful defaults in recipe-plan-weekly-schedule — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Dhruvi Jain· Apr 4, 2024
recipe-plan-weekly-schedule has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Rahul Santra· Mar 3, 2024
Solid pick for teams standardizing on skills: recipe-plan-weekly-schedule is focused, and the summary matches what you get after install.
- ★★★★★Pratham Ware· Feb 2, 2024
We added recipe-plan-weekly-schedule from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Yash Thakker· Jan 1, 2024
recipe-plan-weekly-schedule fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.