gws-workflow-meeting-prep

The gws-workflow-meeting-prep skill retrieves agenda, attendee, and document information for the next upcoming Google Calendar event.

17.5K
Installs
3
Use cases
9/10
Quality

Is gws-workflow-meeting-prep safe to install?

Review the source first

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?

SKILL.md
# 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.

Data sourced from googleworkspace/cli on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills