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), andbatchUpdate(apply multiple validated updates in a single request) - Uses a schema-driven CLI with
gws schemainspection 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
+writefor appending text to documents as a convenience wrapper
SKILL.md
docs (v1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws docs <resource> <method> [flags]
Helper Commands
| Command | Description |
|---|---|
+write |
Append text to a document |