gws-workflow-meeting-prep
The gws-workflow-meeting-prep skill retrieves agenda, attendee, and document information for the next upcoming Google Calendar event.
Is gws-workflow-meeting-prep safe to install?
Review the source first: our audit of gws-workflow-meeting-prep's source files found 3 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the gws binary and interacts with Google Workspace APIs.
How we audit skills: our security review methodology.
Who is this skill for?
Users who manage schedules and meeting preparation via the Google Workspace CLI.
What can you do with it?
- Displaying upcoming meeting details
- Listing meeting attendees
- Extracting linked documents from calendar event descriptions
How good is this skill?
Quality score: 9/10. The documentation is clear and follows the specified structure. It explicitly defines prerequisites and usage patterns.
What does the skill file contain?
# workflow +meeting-prep > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Prepare for your next meeting: agenda, attendees, and linked docs ## Usage ```bash gws workflow +meeting-prep ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--calendar` | — | primary | Calendar ID (default: primary) | | `--format` | — | — | Output format: json (default), table, yaml, csv | ## Examples ```bash gws workflow +meeting-prep gws workflow +meeting-prep...
Frequently asked questions
Does this skill modify my calendar events?
No, the skill operates in read-only mode and does not modify data.
What output formats does the skill support?
The skill supports json, table, yaml, and csv formats.
What are the prerequisites for using this skill?
The skill requires the gws binary and the gws-shared skill for authentication and global configuration.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
gws-workflow-email-to-task
17.9KUsers who manage tasks directly from their Gmail inbox via the command line
The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.
persona-researcher
17.1KResearchers and project teams using Google Workspace for data management and documentation
The persona-researcher skill organizes research materials, manages references, and facilitates collaboration across Google Workspace applications.
recipe-save-email-attachments
16.9KUsers who manage email attachments and Google Drive storage using the Google Workspace CLI
This recipe automates the process of locating Gmail messages containing attachments and saving those files to a specified Google Drive folder.