From google-workspace-cli
Plans weekly Google Calendar schedule: reviews agenda, queries free/busy gaps, and inserts events using gws-calendar CLI commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-plan-weekly-scheduleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Review your Google Calendar week, identify gaps, and add events to fill them.
gws calendar +agendagws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'gws calendar +insert --summary 'Deep Work Block' --start '2025-01-21T14:00' --duration 120gws calendar +agendanpx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReviews Google Calendar week via agenda and free/busy queries, identifies time gaps, and adds events like deep work blocks to fill them. Useful for automated weekly scheduling.
Manages Google Calendar events via Apps Script API: query today/week/upcoming/range events for availability checks, create events with titles, times, guests, descriptions, and auto-invites.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.