gws-docs

Installation
Summary

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
SKILL.md

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

Installs
33.9K
GitHub Stars
27.0K
First Seen
Mar 4, 2026
gws-docs — googleworkspace/cli