一键导入
pmoves-folder-monitor
Folder-triggered document processing workflows with zero-retention E2B sandbox execution for legal, research, and operations pipelines.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Folder-triggered document processing workflows with zero-retention E2B sandbox execution for legal, research, and operations pipelines.
用 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.
Email ingestion, triage, and review workflows for Titanmail and Gmail accounts using the Himalaya CLI and local-only processing.
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-folder-monitor |
| description | Folder-triggered document processing workflows with zero-retention E2B sandbox execution for legal, research, and operations pipelines. |
| version | 0.1.0 |
| author | PMOVES-HERMES-Z890 |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["folder-monitor","e2b","sandbox","zero-retention","documents","automation","cron"],"related_skills":["pmoves-legal-assist","pmoves-email-organizer","hermes-agent"]}} |
Folder-triggered document processor that runs each job in a disposable E2B sandbox with zero retention.
Configure in the environment:
PMOVES_WATCH_DIRS="D:/PMOVES.AI/legal-inbox;D:/PMOVES.AI/research-inbox;D:/PMOVES.AI/ops-inbox"
PMOVES_WATCH_EXTENSIONS="pdf,docx,doc,txt,eml,msg,md,jpg,png"
PMOVES_WATCH_OUTPUT="D:/PMOVES.AI/folder-monitor-out"
PMOVES_WATCH_RETENTION=0
Retention is always 0 for E2B sandbox jobs; the output directory may retain job manifests and results for audit.
legal-tenantTenant-advocacy pipeline: chronology, evidence index, HPD complaint helper.
legal-contractContract analysis pipeline: CP checklist, summary, onerous-term flags.
research-webResearch pipeline: extract URLs, summarize PDFs, route to Notebook or Hi-RAG.
ops-receiptReceipt/invoice pipeline: extract amounts, dates, vendors, route to Firefly III.
/home/user/inbox inside the sandbox./home/user.E2B_API_KEY= # E2B API key
E2B_TEMPLATE= # Optional E2B template ID with pmoves tools preinstalled
PMOVES_E2B_TIMEOUT=300 # Seconds per job
PMOVES_WATCH_OUTPUT= # Host path for results
# One-shot scan of watch directories
python pmoves/tools/folder_monitor.py --scan-once
# Continuous watcher (development)
python pmoves/tools/folder_monitor.py --watch
# Cron job (recommended for production)
hermes cron create "*/10 * * * *" --prompt "Run pmoves folder-monitor scan for D:/PMOVES.AI/legal-inbox and route legal documents through the e2b zero-retention pipeline." --skills pmoves-folder-monitor,pmoves-legal-assist
Results are written to:
workspace: ops-control
thread: folder-monitor
page: jobs/{yyyy-mm-dd}/{pipeline}
Each job emits a signed event to NATS subject agent.graphiti.signed.v1 with:
job_idfile_countpipelinesandbox_id (hashed)statuspmoves/tools/folder_monitor.py with watchdog or polling fallback.e2b Python SDK.pmoves/tools/folder_monitor_pipelines/.folder-monitor skill binding.