#connect gmail

1 messages Β· Page 1 of 1 (latest)

sour field
#

how to make access to openclaw so that to manage my emails ( redaing ,sending , removing,etc... ) is there any skill alreday implmeneted ?

modern escarpBOT
dense swallowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

runic ivyBOT
#

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
#

If you want, I can also give you the exact step-by-step Gmail setup for OpenClaw next.

sour field
#

about about other email provider ( imap/smtp ) ?

runic ivyBOT
#

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:

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:

  1. read/search mail