protonmail

ProtonMail integration via Proton Mail Bridge for reading and sending encrypted emails.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "protonmail" with this command: npx skills add rvacyber/openclaw-protonmail

RVA Cyber

ProtonMail Skill (v1.0.1)

Use ProtonMail for secure email via Proton Mail Bridge. Stable release — CLI tested against live Proton Mail Bridge.

Setup (once)

  1. Install Proton Mail Bridge:

    brew install --cask proton-mail-bridge
    
  2. Launch Bridge and sign in:

    • Open Proton Mail Bridge app
    • Sign in with your ProtonMail credentials
    • Bridge will generate local IMAP/SMTP credentials
  3. 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:

    • In Bridge, click your account → Mailbox configuration
    • Copy the IMAP password (NOT your ProtonMail password)
    • Use skills.entries.protonmail (not skills.protonmail)

CLI Usage

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!"

Common Requests

  • List inbox: "Check my ProtonMail inbox"
  • Search emails: "Search ProtonMail for emails from alice@example.com"
  • Read email: "Read ProtonMail email UID 31"
  • Send email: "Send an email via ProtonMail to bob@example.com about the project"
  • Reply: "Reply to ProtonMail email UID 31"

How It Works

  1. Proton Mail Bridge runs locally and connects to your ProtonMail account
  2. Bridge provides local IMAP (read) and SMTP (send) servers
  3. This skill connects to Bridge's local servers
  4. All encryption/decryption happens locally via Bridge
  5. No third-party services — direct ProtonMail integration

Security

  • ✅ Official Proton software (audited, open-source Bridge)
  • ✅ End-to-end encryption maintained
  • ✅ Credentials stored locally only
  • ✅ No API keys or tokens — uses standard IMAP/SMTP
  • ✅ Bridge password is separate from your ProtonMail password

Troubleshooting

"Connection refused" errors

  • Check Bridge is running: Open Proton Mail Bridge app
  • Verify ports: Bridge should show 127.0.0.1:1143 (IMAP) and 127.0.0.1:1025 (SMTP)

"Authentication failed"

  • Use Bridge password, not ProtonMail password: Get it from Bridge → Account → Mailbox configuration
  • Check account email: Must match exactly (e.g., user@pm.me or user@protonmail.com)

"Skill not found"

  • Reinstall skill: Run npm run install-skill in the skill directory
  • Check OpenClaw config: Ensure skills.protonmail.enabled: true

Development

See README.md for development setup and testing.

License

MIT — See LICENSE

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wangdongjie Cfo Skill

基于王东杰26年实战经验,提供A+H双市场IPO操盘、资本杠杆设计、业财融合和AI数字化风控咨询。

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for Chinese bank trading desk. Use when user asks "生成晨报", "股市晨报", "今日股市", "港股晨報", or any similar HK stock mark...

Registry SourceRecently Updated
General

Nansen Mpp Payment

Pay-per-call access to the Nansen API via MPP (Tempo). Use when a user wants anonymous Nansen access without an API key and without managing their own Base/S...

Registry SourceRecently Updated
General

Etsy Autolist

Auto-create and manage digital product listings on Etsy. Creates listings from existing digital product files (PDFs, templates, spreadsheets) using Etsy Open...

Registry SourceRecently Updated