From 56339a17cc1825e396dd3429dd163aa4bfc0f4e6 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 22 Jan 2026 22:51:59 +0000 Subject: [PATCH] fix: correct gog auth services example (#1454) (thanks @zerone0x) --- CHANGELOG.md | 1 + skills/gog/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2517fb3..18b20f346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Docs: https://docs.clawd.bot - Auto-reply: only report a model switch when session state is available. (#1465) Thanks @robbyczgw-cla. - Control UI: resolve local avatar URLs with basePath across injection + identity RPC. (#1457) Thanks @dlauer. - Agents: surface concrete API error details instead of generic AI service errors. +- Docs: fix gog auth services example to include docs scope. (#1454) Thanks @zerone0x. ## 2026.1.21-2 diff --git a/skills/gog/SKILL.md b/skills/gog/SKILL.md index a8d0b0162..416b86065 100644 --- a/skills/gog/SKILL.md +++ b/skills/gog/SKILL.md @@ -11,7 +11,7 @@ Use `gog` for Gmail/Calendar/Drive/Contacts/Sheets/Docs. Requires OAuth setup. Setup (once) - `gog auth credentials /path/to/client_secret.json` -- `gog auth add you@gmail.com --services gmail,calendar,drive,contacts,tasks,people,sheets` +- `gog auth add you@gmail.com --services gmail,calendar,drive,contacts,docs,sheets` - `gog auth list` Common commands