hermes - โœ…(Solved) Fix gws link is dead [1 pull requests, 1 participants]

Official PRs (โ€ฆ)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful ยท Quick feedback

Loadingโ€ฆ
GitHub stats
NousResearch/hermes-agent#28922โ€ขFetched 2026-05-20 04:01:04
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ร—4cross-referenced ร—1

Fix Action

Fixed

PR fix notes

PR #29012: docs(google-workspace): fix dead gws CLI link to googleworkspace/cli

Description (problem / solution / changelog)

Summary

  • The Google Workspace skill docs link gws to https://github.com/nicholasgasior/gws, which returns 404.
  • Repointed to https://github.com/googleworkspace/cli โ€” the official Google Workspace CLI (Rust, dynamically built from the Google Discovery Service, ~26k stars), which is the gws binary the skill actually integrates with.

Verification

  • curl -I https://github.com/nicholasgasior/gws โ†’ 404
  • curl -I https://github.com/googleworkspace/cli โ†’ 200
  • Only one occurrence in the docs tree; the bundled skill's SKILL.md and scripts/gws_bridge.py use the gws binary name and don't link to an upstream URL.

Closes #28922

Changed files

  • website/docs/user-guide/skills/google-workspace.md (modified, +1/-1)
RAW_BUFFERClick to expand / collapse

https://github.com/NousResearch/hermes-agent/blob/2b41f9d893691ca49936be30f6b80b7cbdacc71c/website/docs/user-guide/skills/google-workspace.md?plain=1#L10

This link that is referenced leads to nowhere, is it supposed to be https://github.com/googleworkspace/cli instead?

Vote matrix ยท Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loadingโ€ฆ

Still need to ship something?

ร—6

Another batch ranked right after the header list โ€” different links, same matching logic.

Back to top recommendations

TRENDING

hermes - โœ…(Solved) Fix gws link is dead [1 pull requests, 1 participants]