.agent/skills/gws-workflow/SKILL.md
Google Workflow: Cross-service productivity workflows.
npx skillsauth add kleinster2/financial-charts gws-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
Subscribe to change notifications on a Google Drive file or folder.
development
Export Google Contacts directory to a Google Sheets spreadsheet.
development
Share a Google Drive folder and all its contents with a list of collaborators.
development
Share Google Drive files with all attendees of a Google Calendar event.