gws-workflow-meeting-prep

Retrieves the next Google Calendar event with agenda, attendees, and linked documents.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill gws-workflow-meeting-prep-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow-meeting-prep
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/gws-workflow-meeting-prep
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill gws-workflow-meeting-prep-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Walking into a meeting unprepared wastes time. This Skill pulls your next upcoming calendar event together with its agenda, attendee list, and linked documents so you can review everything in one place before the meeting starts. ## Core Features & Use Cases - Next-Event Lookup: Automatically finds the next upcoming event on your Google Calendar. - Attendee & Agenda Overview: Displays attendees and the event description alongside the meeting details. - Multi-Calendar & Format Support: Query a specific calendar with --calendar and choose json, table, yaml, or csv output via --format. - Use Case: Before your daily standup, run the meeting-prep workflow to see who is attending, what the agenda says, and which docs are linked, without opening Google Calendar. ## Quick Start Ask the assistant to prepare you for your next meeting using the gws workflow meeting-prep command, optionally specifying a calendar such as Work.

Frequently Asked Questions about gws-workflow-meeting-prep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare for my next Google Calendar meeting from the command line?

Run gws workflow +meeting-prep to fetch the next upcoming event with its agenda, attendees, and description. Add --calendar to target a specific calendar such as Work instead of the primary one.

What output formats does the gws meeting-prep workflow support?

The workflow supports json, table, yaml, and csv output formats selected with the --format flag. JSON is the default when no format is specified.

Can I check meetings on a non-primary Google Calendar?

Yes, pass the --calendar flag with the calendar ID, for example gws workflow +meeting-prep --calendar Work. Without the flag it defaults to your primary calendar.

Does the meeting-prep workflow modify my calendar data?

No, the workflow is read-only and never modifies data. It only displays the next upcoming event with attendees and description.

What do I need installed before running gws workflow meeting-prep?

You need the gws CLI installed and authenticated with Google Workspace. The skill also requires the gws-shared skill for auth and global flags, which can be created with gws generate-skills if missing.