一键导入
pmoves-email-organizer
Email ingestion, triage, and review workflows for Titanmail and Gmail accounts using the Himalaya CLI and local-only processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Email ingestion, triage, and review workflows for Titanmail and Gmail accounts using the Himalaya CLI and local-only processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Operate the P7 room-aware stage manager — read a room's current stage, transition a room (gated rehearsal→live via the canonical CHIT activation checklist), and observe lifecycle events on NATS. Use when claiming/transitioning a room, when the operator asks "what stage is room X in?", or when wiring a UI to reflect room transitions in real-time.
Folder-triggered document processing workflows with zero-retention E2B sandbox execution for legal, research, and operations pipelines.
Legal document review, research, and case-law verification for PMOVES.AI tenant-advocacy and contract analysis workloads.
Activates n8n and Archon as the local workflow and agent orchestration layer for email, research, verification, and legal-assist jobs.
YouTube and SoundCloud channel monitoring with transcript extraction, batch processing, and routing to Hi-RAG or notebooks.
Multi-target deployment bridge for PMOVES.AI infrastructure. Manages local Docker Compose, Kubernetes AI Lab, KVM4 production, VPS fleet deployment, homelab bare-metal, and edge (Jetson) nodes from a single Pinokio control panel. Built-in gepeto + pinokio skills. Covers: Z890, 5090, 4090, SPARK, R9700, JONS×3, KVM4-1/4-2, KVM2.
| name | pmoves-email-organizer |
| description | Email ingestion, triage, and review workflows for Titanmail and Gmail accounts using the Himalaya CLI and local-only processing. |
| version | 0.1.0 |
| author | PMOVES-HERMES-Z890 |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["email","himalaya","titanmail","gmail","imap","smtp","organization","triage","review"],"related_skills":["pmoves-folder-monitor","pmoves-legal-assist","hermes-agent","himalaya"]}} |
Organizes, triages, and reviews emails from Titanmail and Gmail accounts, with local-only processing and optional zero-retention E2B sandbox for attachments.
# Titanmail
TITAN_IMAP_HOST=imap.titan.email
TITAN_IMAP_PORT=993
TITAN_EMAIL=user@domain.com
TITAN_PASSWORD=app-specific-password
# Gmail
GMAIL_IMAP_HOST=imap.gmail.com
GMAIL_IMAP_PORT=993
GMAIL_EMAIL=user@gmail.com
GMAIL_PASSWORD=app-password
# Output
PMOVES_EMAIL_OUTPUT=D:/PMOVES.AI/email-archive
PMOVES_EMAIL_NOTEBOOK_WORKSPACE=email-ops
PMOVES_EMAIL_THREAD=review
imaplib.legal, finance, operations, marketing, spam, needs-review.legal emails, routes to the folder-monitor legal pipeline.finance emails, routes to Firefly III / spreadsheet extraction.Start with date-windowed batches to avoid flooding:
# Last 30 days, unread only
python pmoves/tools/email_organizer.py --account titan --days 30 --unread-only
# Gmail backlog from 2023-01-01 to 2024-01-01
python pmoves/tools/email_organizer.py --account gmail --since 2023-01-01 --before 2024-01-01 --batch-size 100
For porting Titanmail into Gmail:
Titanmail-Imported.--migrate-to gmail --label Titanmail-Imported.Attachments are sent to the E2B zero-retention sandbox if the file type is PDF, DOCX, DOC, EML, MSG, TXT, MD, or image. Extracted text is returned; the attachment is not stored locally unless the user explicitly saves it.
# Ingest today's Titanmail
PMOVES-HERMES-Z890 himalaya --account titan list --folder INBOX | head -50
# Triage inbox with this skill
/skill pmoves-email-organizer
Organize my Titanmail inbox from the last 30 days and flag legal documents for attorney review.
Results are written to:
workspace: email-ops
thread: review
page: triage/{yyyy-mm-dd}
Allowed autonomously:
Not allowed autonomously:
hermes cron create "0 9,21 * * *" --prompt "Run PMOVES email organizer: triage Titanmail and Gmail inboxes, classify legal/finance/operations, draft replies for review, and route legal attachments to the zero-retention folder monitor pipeline." --skills pmoves-email-organizer,pmoves-folder-monitor,pmoves-legal-assist
pmoves/tools/email_organizer.py with Himalaya CLI or imaplib/smtplib.Titanmail → Gmail.email-organizer skill binding.