gws-docs
Installation
SKILL.md
Google Docs — Read and Write Documents
Requires the gws CLI on $PATH. Authenticate with gws auth login before first use.
gws docs <resource> <method> [flags]
Security Rules
- Never output secrets (API keys, tokens) directly.
- Always confirm with user before executing write/delete commands.
- Prefer
--dry-runfor destructive operations.