npx skills add googleworkspace/cli --skill recipe-plan-weekly-schedule
wadewarren/gws-claude-plugin
recipe-plan-weekly-schedule
Review your Google Calendar week, identify gaps, and add events to fill them.
Installation
npx skills add wadewarren/gws-claude-plugin --skill recipe-plan-weekly-schedule
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Review your Google Calendar week, identify gaps, and add events to fill them.
27.7K installsMove a Google Calendar event to a new time and automatically notify all attendees.
27.4K installsCreate a recurring Google Calendar event with attendees.
27.3K installsBuild the period-end accrual schedule — for each accrual, compute the entry, cite the support, …
1.1K installsProvides patterns for unit testing Spring `@Scheduled` and `@Async` methods using JUnit 5, Comp…
2.8K installsAlso in this package
Other skills from wadewarren/gws-claude-plugin · top by installs.
npx skills add wadewarren/gws-claude-plugin
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- openclaw
- {"category":"recipe","domain":"scheduling","requires":{"bins":["gws"],"skills":["gws-calendar"]}}
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md912 B -
docs
SUMMARY.md112 B
History
- First seen on skills.sh
- First recorded snapshot · 19 installs
SKILL.md
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