Install
openclaw skills install protom-bridge-emailSend email through Proton Mail Bridge (localhost SMTP) using age-encrypted credentials. Use when setting up Proton Bridge for an agent mailbox, encrypting Bridge credentials (no 1Password), or sending automated emails (daily reports, alerts) via Proton Bridge.
openclaw skills install protom-bridge-emailAuthored by Boilermolt + Boiler (Chris).
Use Proton Mail Bridge for local SMTP/IMAP and keep credentials encrypted at rest with age.
scripts/send_email.pyscripts/encrypt_env.shreferences/proton-bridge-setup.mdThis skill assumes the encrypted env file is at:
~/clawd/secrets/proton.env.ageAnd your age identity is at:
~/.config/age/keys.txtThe encrypted file should contain at least:
PROTON_EMAILPROTON_BRIDGE_USERPROTON_BRIDGE_PASS (Bridge “Use this password”, not your Proton web password)SMTP_HOST, SMTP_PORT, SMTP_SECURITYreferences/proton-bridge-setup.md./tmp/proton.env), then encrypt it:bash scripts/encrypt_env.sh /tmp/proton.env <age-public-key>
python3 scripts/send_email.py \
--to you@example.com \
--subject "Test" \
--body "Sent via Proton Bridge."
.age encrypted file if you intend to.