gws-sheets
Installation
SKILL.md
Google Sheets — Read and Write Spreadsheets
Requires the gws CLI on $PATH. Authenticate with gws auth login before first use.
gws sheets <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.