From gws
Executes Google Workspace productivity workflows via CLI: standup reports from meetings/tasks, meeting prep with agendas/docs, Gmail-to-Tasks conversion, weekly digests, Drive file announcements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:gws-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws workflow <resource> <method> [flags]
| Command | Description |
|---|---|
+standup-report | Today's meetings + open tasks as a standup summary |
+meeting-prep | Prepare for your next meeting: agenda, attendees, and linked docs |
+email-to-task | Convert a Gmail message into a Google Tasks entry |
+weekly-digest | Weekly summary: this week's meetings + unread email count |
+file-announce | Announce a Drive file in a Chat space |
Before calling any API method, inspect it:
# Browse resources and methods
gws workflow --help
# Inspect a method's required params, types, and defaults
gws schema workflow.<resource>.<method>
Use gws schema output to build your --params and --json flags.
3plugins reuse this skill
First indexed Mar 9, 2026
npx claudepluginhub wadewarren/gws-claude-pluginCoordinates projects with GWS: track tasks in Sheets, schedule meetings in Calendar, share docs via Drive/Gmail, run standup/weekly workflows.
Orchestrates Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Meet, Tasks, Chat) via gws CLI by analyzing natural-language requests in Korean and English.
Manages Google Workspace operations across 12 services (Gmail, Drive, Calendar, Docs, Sheets, etc.) via MCP tools or CLI. Activates on email, file, calendar, or document requests.