gws-workflow▌
googleworkspace/cli · updated Apr 8, 2026
Cross-service productivity workflows connecting Google Workspace apps via CLI commands.
- ›Includes five pre-built helper workflows: standup reports, meeting prep, email-to-task conversion, weekly digests, and file announcements
- ›Requires gws binary and authentication setup from the shared gws-shared skill documentation
- ›Discover available resources and methods with gws workflow --help and inspect method signatures using gws schema workflow.<resource>.<method>
- ›Pass parameters
workflow (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws workflow <resource> <method> [flags]
Helper Commands
| 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 |
Discovering Commands
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.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★59 reviews- ★★★★★Ava Wang· Dec 28, 2024
Useful defaults in gws-workflow — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Michael Huang· Dec 20, 2024
Registry listing for gws-workflow matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Sakura Ndlovu· Dec 20, 2024
I recommend gws-workflow for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Evelyn Johnson· Dec 20, 2024
Keeps context tight: gws-workflow is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Dhruvi Jain· Dec 12, 2024
Solid pick for teams standardizing on skills: gws-workflow is focused, and the summary matches what you get after install.
- ★★★★★Ama Diallo· Dec 4, 2024
gws-workflow has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Chinedu Lopez· Nov 27, 2024
gws-workflow is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Diego Torres· Nov 23, 2024
gws-workflow fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Meera Shah· Nov 19, 2024
Registry listing for gws-workflow matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Yusuf Taylor· Nov 11, 2024
Useful defaults in gws-workflow — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 59