Growth

Google Docs Workflow

Operate on Google Docs workflows for collaboration, editing, and document tasks.

Category
Search and growth
Source repo
Google Workspace
Tags
3
  • google-docs
  • workflow
  • documents

Quick facts

Category

Search and growth

Best for

Google Docs collaboration, editing, and workflow organization

Source repo

Google Workspace

Tags

google-docs, workflow, documents

Why you would use it

This skill is very concrete in source. It is built around the `gws docs` CLI for Google Docs `create`, `get`, and `batchUpdate`, with a separate `+write` helper for appending content. It is not a vague 'document collaboration' skill.

The source also requires reading `gws-shared` first for auth and global flags, then using `gws schema docs.<resource>.<method>` to inspect parameters. It fits automated document creation, reads, and bulk updates inside the Google Workspace CLI flow.

Source links