From d86710528a0245e2638a801f46551dad35230d9b Mon Sep 17 00:00:00 2001 From: haran2001 <56040092+haran2001@users.noreply.github.com> Date: Wed, 20 May 2026 06:45:29 +0530 Subject: [PATCH] docs(google-workspace): fix dead gws CLI link to googleworkspace/cli The Google Workspace skill doc linked to https://github.com/nicholasgasior/gws which returns 404. The actual upstream CLI lives at https://github.com/googleworkspace/cli (the official Google Workspace CLI in Rust, dynamically built from the Google Discovery Service). Closes #28922 --- website/docs/user-guide/skills/google-workspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user-guide/skills/google-workspace.md b/website/docs/user-guide/skills/google-workspace.md index 920e6e260..7248612c6 100644 --- a/website/docs/user-guide/skills/google-workspace.md +++ b/website/docs/user-guide/skills/google-workspace.md @@ -7,7 +7,7 @@ description: "Send email, manage calendar events, search Drive, read/write Sheet # Google Workspace Skill -Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration for Hermes. Uses OAuth2 with automatic token refresh. Prefers the [Google Workspace CLI (`gws`)](https://github.com/nicholasgasior/gws) when available for broader coverage, and falls back to Google's Python client libraries otherwise. +Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration for Hermes. Uses OAuth2 with automatic token refresh. Prefers the [Google Workspace CLI (`gws`)](https://github.com/googleworkspace/cli) when available for broader coverage, and falls back to Google's Python client libraries otherwise. **Skill path:** `skills/productivity/google-workspace/`