π¦ ClawHub
Google Sheets via gog
by @kvarts
Use this skill when you need to create, inspect, update, append to, or reorganize Google Sheets from a locally installed `gog` CLI. It is for local Google ac...
βοΈ Configuration
1. Store the OAuth client credentials:
gog auth credentials ~/Downloads/client_secret_....json
2. Authorize the account for Sheets:
gog auth add you@gmail.com --services sheets
3. If Sheets access is being added later to an existing account and Google does not return a refresh token, re-run with consent forced:
gog auth add you@gmail.com --services sheets --force-consent
4. Select the account for subsequent commands:
export GOG_ACCOUNT=you@gmail.com
Or pass --account you@gmail.com on each command.
TERMINAL
clawhub install google-sheets-gog