The gog skill doesnât add a âGmail bridgeâ by itself â it just teaches the model: âwhen you need Gmail, run the gog ⊠CLIâ. For that to actually work in chat, two things must be true at runtime:
- the skill is eligible/loaded (OpenClaw can see
gogonPATH) - the agent is allowed to use a command execution tool (
exec/group:runtime) in that session (and, if sandboxed, it can rungoginside the sandbox or run elevated on host)
When either of those fails, the model will do exactly what youâre seeing: draft + confirmation, then âcanât actually sendâ.
Quick verification (run on the VPS as the same user that runs the gateway service)
openclaw skills info gog
openclaw skills list --eligible | rg -i gog
openclaw skills check
openclaw sandbox explain
What to look for: