workflow (v1)
SkillDev toolsgws-workflow is a skill for running multi-step tasks across Google Workspace. Once added, your AI can handle routines like standup reports, meeting prep, and turning emails into tasks. Each workflow can span several Workspace services in a single run.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, tell your agent which task to run, such as a standup report or meeting prep. Your agent will carry out the steps across your Workspace tools.
Then ask your AI: use the workflow (v1) skill
What your AI can do with it
- Compile standup reports
- Prepare for meetings
- Turn emails into tasks
- Chain several Workspace steps into one workflow
- Work across multiple Google Workspace services in a single task
What this skill tells your AI
The instructions your AI receives, as published by googleworkspace/cli in skills/gws-workflow/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 31k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
gws-workflow- Source
- github.com/googleworkspace/cli