#connect gmail
1 messages Β· Page 1 of 1 (latest)
I'll check the actual docs path and the Gmail/Google auth docs so I can point you to the right setup.
Yes, there already is one: gog.
It covers Gmail, Calendar, Drive, Contacts, Sheets, and Docs, so for email workflows this is the existing path in OpenClaw.
Basic setup is:
gog auth credentials /path/to/client_secret.json
gog auth add you@gmail.com --services gmail
gog auth list
Then you can do things like:
gog gmail search 'newer_than:7d' --max 10
gog gmail send --to a@b.com --subject "Hi" --body "Hello"
For OpenClaw docs, check:
And if you want automatic new-email triggers / watch mode, OpenClaw also has Gmail webhook support:
One small caution: Iβve verified read/search/send from the skill docs. For delete/remove, check your local gog subcommands with:
gog gmail --help
If you want, I can also give you the exact step-by-step Gmail setup for OpenClaw next.
about about other email provider ( imap/smtp ) ?
For generic IMAP/SMTP, I donβt see a built-in/bundled skill in the current OpenClaw docs.
So right now the situation looks like:
- Gmail: yes, use
gog - Other providers via IMAP/SMTP: not first-class out of the box from what I can verify
If you want Outlook, Zoho, Proton bridge, a custom mail server, etc., the usual path would be a custom skill that wraps your IMAP/SMTP flow.
Useful docs:
- Skills overview: https://docs.openclaw.ai/tools/skills
- Create a custom skill: https://docs.openclaw.ai/tools/creating-skills
So the short answer is: Gmail already exists, generic IMAP/SMTP not yet as a standard skill.
If you want, I can sketch a minimal IMAP/SMTP skill design for:
- read/search mail