Overview
- Skill Key
- gwlsn/openclawproton
- Author
- gwlsn
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gwlsn/openclawproton
- Latest Commit SHA
- 1b633c9add0aa93afed446845adc785aae4f06ad
Protonmail integration via Proton Bridge + himalaya. Read, send, search, and organize Protonmail messages. Use when the user asks about Protonmail, Proton email, or their proton.me address.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 protonmail 技能。 若已安装,则直接安装 protonmail 技能。
# Protonmail Send, read, search, and organize Protonmail messages via Proton Bridge + himalaya. **Script:** `scripts/proton.py` **Config:** `config/config.json` ## First-time setup When `config/config.json` is missing, the skill outputs `SETUP_REQUIRED` instead of running commands. Follow this two-step flow: ### Step 1: Install Proton Bridge Proton Bridge runs locally and exposes standard IMAP/SMTP on localhost. It must be installed and logged in before the skill works. 1. Download the `.deb` from https://proton.me/bridge/install 2. Install: `sudo apt install ./protonmail-bridge_*.deb` 3. Set up `pass` for credential storage (Bridge requires it — see `references/setup.md` for details) 4. Log in via Bridge CLI: `protonmail-bridge --cli` then `login` 5. Run `info` inside the Bridge CLI to get the **Bridge password** (a generated string like `abcdefghijklmnop`) 6. Start Bridge as a systemd user service so it runs in the background **The Bridge password is NOT your Proton account password.** It is a randomly generated credential that Bridge creates for local IMAP/SMTP access. You get it from the `info` command inside Bridge CLI. Set the Bridge password in OpenClaw's secrets system: > Use `/secret set PROTON_BRIDGE_PASSWORD` and paste the Bridge password from step 5. ### Step 2: Configure the skill Ask the user for: 1. **Proton email address** (e.g., `you@proton.me` or `you@pm.me`) 2. **Display name** (for outgoing emails) Then run: ```bash python3 $PROTON setup configure --email USER_EMAIL --display-name "USER_NAME" ``` This writes `config/config.json`, generates the himalaya config, and verifies connectivity to Bridge. ## Quick reference ```bash PROTON=~/.openclaw/workspace/skills/protonmail/scripts/proton.py # Email python3 $PROTON email list # Latest 10 python3 $PROTON email list --count 20 # Latest 20 python3 $PROTON email list --folder Sent # Sent folder python3...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.