Install
openclaw skills install @churichard/fluxmailConnect OpenClaw to self-hosted Fluxmail and work with Gmail, Outlook, and IMAP mailboxes through its MCP tools.
openclaw skills install @churichard/fluxmailUse Fluxmail when the user wants an OpenClaw agent to read, search, draft, send, schedule, or organize mail in an existing Gmail, Outlook, or IMAP/SMTP mailbox.
Fluxmail runs on the user's computer or server. If it is not installed, follow the Fluxmail quickstart. A local installation uses npm install -g fluxmail, then fluxmail setup and a provider-specific mailbox connection. Let the user complete password and provider consent steps.
For a local OpenClaw installation, configure Fluxmail as a stdio MCP server with read-only access first:
openclaw mcp add fluxmail --command fluxmail --arg stdio --arg --profile --arg read-only
openclaw mcp probe fluxmail
If the user wants drafting, sending, or mailbox changes, review the Fluxmail permission profiles with them before changing access. For a remote Fluxmail server, use its Streamable HTTP /mcp endpoint and a scoped Fluxmail API key. Follow the MCP connection guide; keep the key out of chat, logs, and the skill files.
Fluxmail's Personal plan supports one member and three mailboxes. Paid plans raise those limits and add team access. Fluxmail software is source available under the Elastic License 2.0. See plans and licensing for details.