mcpbeat

Recipe Plan Weekly Schedule

googleworkspace/recipe-plan-weekly-schedule

Review your Google Calendar week, identify gaps, and add events to fill them.

231 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
30175
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/googleworkspace/cli --skill recipe-plan-weekly-schedule

The instruction itself

2 sections, as written by the author

Plan Your Weekly Google Calendar Schedule

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

Review your Google Calendar week, identify gaps, and add events to fill them.

Steps

  • Check this week's agenda: gws calendar +agenda
  • Check free/busy for the week: gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'
  • Add a new event: gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'
  • Review updated schedule: gws calendar +agenda

How to use it

Copy the folder

Take googleworkspace/recipe-plan-weekly-schedule from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.