Install
openclaw skills install openclaw-protonmailProtonMail integration via Proton Mail Bridge for reading and sending encrypted emails.
openclaw skills install openclaw-protonmail
Use ProtonMail for secure email via Proton Mail Bridge. Stable release — CLI tested against live Proton Mail Bridge.
Install Proton Mail Bridge:
brew install --cask proton-mail-bridge
Launch Bridge and sign in:
Configure the skill:
Add to your OpenClaw config (~/.openclaw/openclaw.json):
{
"skills": {
"entries": {
"protonmail": {
"enabled": true,
"env": {
"PROTONMAIL_ACCOUNT": "your-email@pm.me",
"PROTONMAIL_BRIDGE_PASSWORD": "bridge-generated-password"
}
}
}
}
}
Get Bridge credentials:
skills.entries.protonmail (not skills.protonmail)The skill provides a protonmail CLI tool:
# List inbox (most recent 10 emails)
protonmail list-inbox --limit=10 [--unread]
# Search emails
protonmail search "from:alice@example.com" --limit=20
# Read specific email
protonmail read <uid>
# Send email
protonmail send --to=bob@example.com --subject="Meeting" --body="See you at 3pm"
# Reply to email
protonmail reply <uid> --body="Sounds good!"
user@pm.me or user@protonmail.com)npm run install-skill in the skill directoryskills.protonmail.enabled: trueSee README.md for development setup and testing.
MIT — See LICENSE
brew install proton-mail-bridge