一键导入
pmoves-n8n-archon-bridge
Activates n8n and Archon as the local workflow and agent orchestration layer for email, research, verification, and legal-assist jobs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Activates n8n and Archon as the local workflow and agent orchestration layer for email, research, verification, and legal-assist jobs.
用 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.
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.
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-n8n-archon-bridge |
| description | Activates n8n and Archon as the local workflow and agent orchestration layer for email, research, verification, and legal-assist jobs. |
| version | 0.1.0 |
| author | PMOVES-HERMES-Z890 |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["n8n","archon","workflow","automation","email","research","verification","legal"],"related_skills":["pmoves-legal-assist","pmoves-email-organizer","pmoves-folder-monitor","hermes-agent"]}} |
Brings n8n and Archon online as the primary workflow and agent orchestration layer for Z890. These tools will be "busy" once email monitoring, data-review, research, and verification jobs are wired.
pmoves/docker-compose.n8n.yml) and Archon (pmoves/docker-compose.archon.submodule.yml) stacks.# n8n
N8N_BASIC_AUTH_USER=admin
N8N_BASIC_AUTH_PASSWORD=secure-password
N8N_RUNNERS_AUTH_TOKEN=random-token
N8N_PORT=5678
# Archon
ARCHON_API_KEY=random-key
ARCHON_BASE_URL=http://archon:8080
# PMOVES integration
AGENT_ZERO_BASE_URL=http://agent-zero:8080
SUPABASE_REST_URL=http://postgrest:3000
DISCORD_WEBHOOK_URL= # optional publisher
wf-email-intakePolls Titanmail/Gmail via IMAP, posts new messages to n8n webhook, classifies, and routes to legal/finance/operations queues.
wf-research-verificationAccepts a research query, runs web search, fetches sources, cross-checks facts, and writes a verified summary to the notebook.
wf-legal-document-reviewTriggered by folder monitor, sends document to E2B sandbox for extraction, runs legal-assist workflow, and queues for attorney review.
wf-daily-briefingRuns each morning, summarizes emails, YouTube monitor output, and open kanban tasks, posts to the user's preferred messaging channel.
# Start n8n
make -C pmoves up-n8n
# Start Archon
make -C pmoves up-archon
# Verify n8n API
curl -u "$N8N_BASIC_AUTH_USER:$N8N_BASIC_AUTH_PASSWORD" \
http://localhost:5678/api/v1/workflows
/skill pmoves-n8n-archon-bridge
Start the n8n and Archon stacks and deploy the starter workflows for email intake, research verification, and legal document review.
Archon is used as the agent-graph orchestrator:
delegate_task or NATS subjects.hermes cron create "0 8 * * *" --prompt "Run PMOVES daily briefing: check n8n/Archon health, summarize email and YouTube monitor output, and post the briefing to the configured messaging channel." --skills pmoves-n8n-archon-bridge,pmoves-email-organizer,pmoves-yt-monitor
n8n stores workflow execution data in its SQLite/Postgres volume. For zero-retention operation, configure n8n execution retention (N8N_EXECUTIONS_DATA_MAX_AGE) or use E2B sandbox nodes for sensitive document steps.
make -C pmoves up-n8n and make -C pmoves up-archon targets exist.PMOVES-n8n/workflows/ or pmoves/integrations/*/n8n/flows/.n8n-archon-bridge skill binding.