MailClaw email notifications plugin for OpenClaw.
This plugin only provides email notifications:
- Lazy enablement via
mailclaw_enable_notifications(status-first) - Check current status via
mailclaw_check_status - Disable notifications via
mailclaw_disable_notifications - Auto-recover local polling on startup when server subscription already exists
- Periodic subscription renewal loop (every 6h)
- Poll new emails from MailClaw server
- Show concise new-email summaries in chat context
It does not include GitHub/Linear tool bridging.
openclaw plugins install @composio/openclaw-email-notifications-pluginopenclaw config set plugins.entries.openclaw-email-notifications-plugin.config.apiKey "your_api_key_here"
openclaw config set plugins.entries.openclaw-email-notifications-plugin.config.serverUrl "https://mailclaw-server.netlify.app"
openclaw gateway restart{
"plugins": {
"entries": {
"openclaw-email-notifications-plugin": {
"enabled": true,
"config": {
"apiKey": "mclw_xxx",
"serverUrl": "https://mailclaw-server.netlify.app",
"pollIntervalMs": 30000
}
}
}
}
}MAILCLAW_API_KEYMAILCLAW_SERVER_URL