Some checks failed
Build and Deploy to Production / build-and-deploy (push) Has been cancelled
OpenClaw Assistant Scripts
This directory contains helper scripts for the OpenClaw AI assistant.
📧 Gmail Integration (gmail/)
Email reading and sending capabilities.
Setup:
- Create
~/.openclaw/credentials/gmail.jsonwith your credentials - Never commit credentials to git!
Usage:
# From repo root
./scripts/gmail/gmail.py list 10
🤖 Email Bot (email_bot/)
Two-way conversation monitoring and auto-reply.
Usage:
./scripts/email_bot/email_bot.py check
./scripts/email_bot/email_bot.py monitor
⚠️ Security Notes
- All credentials stored in
~/.openclaw/credentials/(outside repo) - Scripts reference credentials via absolute paths
- Never commit
.jsoncredential files - App passwords can be revoked in Google Account settings anytime