fix(gog): sync SKILL.md with full gogcli command surface (fixes #94943)#95124
fix(gog): sync SKILL.md with full gogcli command surface (fixes #94943)#95124liuhao1024 wants to merge 1 commit into
Conversation
Add missing services documented in openclaw/gogcli: YouTube, Maps, Photos, Slides, Forms, Analytics, Search Console, Tasks, People, Backup. Extend existing sections (Drive audits/changes, Calendar move/subscribe/zoom, Docs write/format, Sheets batch/tables, Gmail filters export). Fix brew tap from steipete/tap to openclaw/tap. Fixes openclaw#94943
|
Thanks for the idea. I checked the current extension path, and this is a better fit for ClawHub.com than OpenClaw core. Close as ClawHub-scope: the broad gogcli command-reference sync is useful, but current policy and VISION keep authoritative optional skill bundles outside OpenClaw core; the narrow Homebrew metadata bug is already owned by a separate open PR. Root-cause cluster Members:
Proposal only: this assessment does not dispatch repair, suppress jobs, mutate sibling items, close, or merge anything. So I’m closing this as a scope-fit item for the plugin/community path. Please upload or publish it through ClawHub.com so it can live as an installable community skill instead of a bundled OpenClaw core change. Review detailsBest possible solution: Keep the bundled gog skill as a baseline unless a maintainer explicitly sponsors core ownership, publish the authoritative gogcli skill through ClawHub or a gogcli-owned source, and let the narrow Homebrew metadata fix proceed through #95019. Do we have a high-confidence way to reproduce the issue? Yes from source for the review defects: the PR's new command examples can be compared directly with gogcli's generated command pages, and two examples do not match. The broader original issue is also source-verifiable as content drift, but the decisive cleanup question is ownership, not a runtime crash reproduction. Is this the best way to solve the issue? No for merging this PR into core as-is. The maintainable path is to keep the core bundled copy baseline-sized, publish the authoritative gogcli skill through ClawHub or gogcli-owned sources, and handle the separate Homebrew formula bug through the existing narrow PR. Security review: Security review cleared: The diff changes only bundled skill Markdown and installer metadata; it adds no dependency, workflow, permission, secret-handling path, or executable code. AGENTS.md: found and applied where relevant. What I checked:
Likely related people:
Codex review notes: model internal, reasoning high; reviewed against f9f94e7dcd23. |
|
Closing per ClawSweeper direction — this is a better fit for ClawHub than core. |
Summary
The
gogSKILL.md bundled in OpenClaw was significantly out of date compared to the official gogcli CLI. The skill only documented 6 services (Gmail, Calendar, Drive, Contacts, Sheets, Docs) while gogcli now supports 15+ services.This PR syncs the skill with the full gogcli command surface:
steipete/tap/gogclitoopenclaw/tap/gogcli(matches official install docs)Real behavior proof
openclaw/tap/gogclipnpm buildpasses (docs/skill metadata change, no runtime code)gogCLI commands (requires Google OAuth setup); not applicable for a docs-only change