← All skills
Tencent SkillHub · Communication & Collaboration

Proton Bridge Email

Send 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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Send 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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
references/proton-bridge-setup.md, scripts/encrypt_env.sh, scripts/send_email.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Proton Bridge Email (age-encrypted)

Authored by Boilermolt + Boiler (Chris). Use Proton Mail Bridge for local SMTP/IMAP and keep credentials encrypted at rest with age.

What this skill provides

A minimal SMTP sender: scripts/send_email.py A helper to encrypt the Bridge env file: scripts/encrypt_env.sh Setup notes: references/proton-bridge-setup.md

Expected local secret location

This skill assumes the encrypted env file is at: ~/clawd/secrets/proton.env.age And your age identity is at: ~/.config/age/keys.txt The encrypted file should contain at least: PROTON_EMAIL PROTON_BRIDGE_USER PROTON_BRIDGE_PASS (Bridge “Use this password”, not your Proton web password) SMTP_HOST, SMTP_PORT, SMTP_SECURITY

Quick start

Set up Proton Bridge (Linux) → see references/proton-bridge-setup.md. Create a temporary plaintext env file (e.g., /tmp/proton.env), then encrypt it: bash scripts/encrypt_env.sh /tmp/proton.env <age-public-key> Send a test email: python3 scripts/send_email.py \ --to you@example.com \ --subject "Test" \ --body "Sent via Proton Bridge."

Notes / gotchas

Bridge typically uses a local/self-signed cert for TLS on localhost. The sender script allows it. Bridge must be running for localhost SMTP to work. Do not commit or share secrets; only share the .age encrypted file if you intend to.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • references/proton-bridge-setup.md Docs
  • scripts/encrypt_env.sh Scripts
  • scripts/send_email.py Scripts