googleworkspace/cli22k installs
recipe-plan-weekly-schedule
Review your Google Calendar week, identify gaps, and add events to fill them.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-plan-weekly-scheduleIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a sequence of commands to help users manage their Google Calendar. It uses official Google Workspace tooling to view schedules and create event blocks, with no detected security risks or malicious behavior.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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 can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-plan-weekly-schedule">View recipe-plan-weekly-schedule on skillZs</a>