بنقرة واحدة
proton-cli
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-cli |
| 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:
source ~/.zprofile && zsh /Users/michaelahern/proton_cli/bin/proton-mail status
Dry-run:
source ~/.zprofile && zsh /Users/michaelahern/proton_cli/bin/proton-mail ingest --mailbox INBOX --limit 1 --dry-run
Real ingest:
source ~/.zprofile && zsh /Users/michaelahern/proton_cli/bin/proton-mail ingest --mailbox INBOX --limit 25
Query search:
source ~/.zprofile && 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):
source ~/.zprofile && zsh /Users/michaelahern/proton_cli/bin/proton-mail delete --delete-subject-contains "subject key" --dry-run
Real deletion:
source ~/.zprofile && 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).Path requirement: /Users/michaelahern/proton_cli/bin/proton-mail
Le chemin du bin est correct. Le script nécessite d'importer le .zprofile pour avoir le PATH complet incluant homebrew/psql.