Hey folks, I’m trying to connect a Gmail account to OpenClaw via Gmail Pub/Sub hooks and I’m stuck on the gog dependency.
What I already did:
- Created a Google Cloud project
- Enabled Gmail API and Drive API
- Created OAuth credentials
- Saved client secret locally
- Ran
openclaw webhooks gmail setup --account zebedeeagent@gmail.comsuccessfully
That setup completed and configured:
- project
- Pub/Sub topic
- subscription
- push endpoint
But when I run:
openclaw webhooks gmail run --account zebedeeagent@gmail.com
I get:
gog not installed
What I found so far:
- OpenClaw docs say Gmail hooks require
gog/gogcli - OpenClaw code appears to reference
https://github.com/steipete/gogcli - The installed binary name seems to be
gog
My problem:
I need the exact current install source and install command for the gog binary that openclaw webhooks gmail run expects.
Could someone confirm:
- the correct repo/package
- the correct Linux install command
- whether the binary should be named
gog - whether there’s any extra auth/bootstrap step required after install
I’m running OpenClaw on Linux and trying to wire up zebedeeagent@gmail.com.
Thanks.