Docs 2,692 installs

docs (v1)

by googleworkspace/cli

Read and write Google Docs.

Skill content

Read and write Google Docs through the Google Workspace API.

- Supports three core operations: create (new blank documents), get (retrieve document content), and batchUpdate (apply multiple validated updates in a single request)

- Uses a schema-driven CLI with gws schema inspection to discover required parameters, types, and defaults before executing commands

- Requires Google Workspace authentication and shared security rules documented in gws-shared/SKILL.md

- Includes a helper command +write for appending text to documents as a convenience wrapper

docs (v1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws docs <resource> <method> [flags]

Helper Commands

Command
Description

+write
Append text to a document

API Resources

documents