一键导入
proton-mail
Proton CLI local email indexing and search pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Proton CLI local email indexing and search pipeline.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Proton CLI local email indexing and search pipeline.
Expert LiteLLM - AI Gateway proxy multi-provider, routing fallback, budgets/spend, caching, guardrails, MCP gateway, logging. Consulter pour decisions d'integration LiteLLM dans IntelliSoins.
mlx-audio — Text-to-Speech (TTS), Speech-to-Text (STT) et Speech-to-Speech (S2S) optimisé pour Apple Silicon. Supporte le clonage de voix zero-shot (VoxCPM2, F5-TTS, Voxtral) et le fine-tuning (OuteTTS via mlx-lm, F5-TTS).
Manage the local AI/ML inference servers in this repository via `./aictl`. Use this project skill whenever Michael asks about ai-servers, aictl, local model server status, health checks, LaunchAgents, port conflicts, MLX servers, LiteLLM proxy, embeddings, reranker, GLiNER, Whisper STT, Kokoro TTS, oMLX, Ollama, or the PRO-G40 model-cache disk.
Stack AI/ML personnelle Michael Ahern, installée nativement sur le disque (Apple Silicon M3 Max via Homebrew + Launch...
Clustering des pain points pharmacie : Discovery (problème de burnout, scraping PharmQC) → Development (NLP français,...
| name | proton-mail |
| description | Proton CLI local email indexing and search pipeline. |
| metadata | {"openclaw":{"emoji":"✉️","requires":{"bins":["/Users/michaelahern/proton_cli/bin/proton-mail"]}}} |
Use proton-mail (located at /Users/michaelahern/proton_cli/bin/proton-mail) to interact with the local email database.
Check status:
zsh /Users/michaelahern/proton_cli/bin/proton-mail status
Dry-run:
zsh /Users/michaelahern/proton_cli/bin/proton-mail ingest --mailbox INBOX --limit 1 --dry-run
Real ingest:
zsh /Users/michaelahern/proton_cli/bin/proton-mail ingest --mailbox INBOX --limit 25
Query search:
zsh /Users/michaelahern/proton_cli/bin/proton-mail search "query" --limit 5
To permanently delete emails from both the Proton Mail server (via IMAP \Deleted + EXPUNGE) and the local PostgreSQL database (cascade delete on chunks/entities):
Dry-run (check what would be deleted):
zsh /Users/michaelahern/proton_cli/bin/proton-mail delete --delete-subject-contains "subject key" --dry-run
Real deletion:
zsh /Users/michaelahern/proton_cli/bin/proton-mail delete --delete-subject-contains "subject key"
Available options:
--delete-subject "exact subject" : Deletes by exact subject (case-insensitive).--delete-subject-contains "keyword" : Deletes by substring match in subject.--delete-message-id "<id>" : Deletes a specific email by Message-ID.--uid <UID> : Deletes an email by its IMAP UID.--mailbox <Name> : Target mailbox (default: INBOX).