R
recipe-plan-weekly-schedule
by @googleworkspacev
4.8(21)
Reviews Google Calendar weekly view, identifies free slots, and adds or schedules new activities and events.
Installation
npx skills add googleworkspace/cli --skill recipe-plan-weekly-schedulecompare_arrows
Before / After Comparison
1 组Before
Manually reviewing Google Calendar weekly to find available time and schedule new activities is time-consuming and laborious. This often leads to missed time slots, resulting in underutilized schedules or low efficiency.
After
Automatically analyzes Google Calendar, identifies schedule gaps, and suggests activities to fill them. Optimizes time utilization, ensuring a full and efficient weekly schedule, thereby boosting personal productivity.
description SKILL.md
name: recipe-plan-weekly-schedule version: 1.0.0 description: "Review your Google Calendar week, identify gaps, and add events to fill them." metadata: openclaw: category: "recipe" domain: "scheduling" requires: bins: ["gws"] skills: ["gws-calendar"]
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
forumUser Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs548
Rating4.8 / 5.0
Version
Updated2026年3月16日
Comparisons1
User Rating
4.8(21)
5
0%
4
0%
3
0%
2
0%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年3月16日