Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Email Notifications Plugin

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.

Install

openclaw plugins install @composio/openclaw-email-notifications-plugin

Setup

openclaw 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

Configuration

{
  "plugins": {
    "entries": {
      "openclaw-email-notifications-plugin": {
        "enabled": true,
        "config": {
          "apiKey": "mclw_xxx",
          "serverUrl": "https://mailclaw-server.netlify.app",
          "pollIntervalMs": 30000
        }
      }
    }
  }
}

Environment Variables

  • MAILCLAW_API_KEY
  • MAILCLAW_SERVER_URL

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages