From df017516febdd3da1497f4e47ef00c6408bbcdbf Mon Sep 17 00:00:00 2001 From: zerone0x Date: Fri, 23 Jan 2026 00:45:20 +0800 Subject: [PATCH] docs(gog): fix invalid service name in auth example Replace invalid "docs" service with the correct "tasks,people" services in the setup example. The gog CLI does not have a "docs" service - docs commands (export/cat) use Drive authentication instead. Fixes #1433 Co-Authored-By: Claude --- skills/gog/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gog/SKILL.md b/skills/gog/SKILL.md index 5f9fc3feee..a8d0b0162b 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,sheets,docs` +- `gog auth add you@gmail.com --services gmail,calendar,drive,contacts,tasks,people,sheets` - `gog auth list` Common commands