一键导入
n8n-handoff
Validate a runx execution context and hand off a governed payload to an n8n workflow webhook with scoped auth, idempotency, and receipt expectations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate a runx execution context and hand off a governed payload to an n8n workflow webhook with scoped auth, idempotency, and receipt expectations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Governed runtime for agent skills: discover and install portable skills, run bounded skill graphs with explicit authority, and inspect signed receipts for what happened.
Audit a sealed runx receipt for governance, comparing the authority a run exercised against what it was granted, and flag over-reach, ungated mutation, unrecorded refusals, or exposed secret material.
Verify the receipt ids behind a normalized authority-usage summary, compare that evidence with granted scopes, and propose the narrowest grant the evidence supports.
Answer a cross-run audit question against the receipt ledger, returning matched receipts and a chain-verification result.
Read durable reflect projections, group repeated signals by skill, and emit validated handoffs to skill-lab improve when the evidence clears configured floors.
Review receipts and harness failures to propose bounded skill improvements.
| name | n8n-handoff |
| description | Validate a runx execution context and hand off a governed payload to an n8n workflow webhook with scoped auth, idempotency, and receipt expectations. |
| runx | {"category":"ops"} |
Hand off governed runx work to an n8n workflow without turning n8n into the authority holder.
This skill is for the outbound side of the n8n integration story. runx owns the policy decision, credential delivery, execution context, and receipt. n8n owns its workflow webhook, canvas, branching, fan-out, and downstream notifications.
preflight: validates and normalizes the handoff context without network.send: validates the context and posts the payload to the n8n webhook.Use preflight for reviews, CI, and local harnesses. Use send only after the
n8n webhook URL and a N8N_WEBHOOK_TOKEN credential profile have been configured.
execution_context must identify where the handoff came from. Include at least
one of:
caller or caller_idprincipal or principal_idworkflow, workflow_id, workflow_ref, or source_workflowupstream_execution_id or upstream_run_idWhen present, these fields must match the top-level inputs:
platformevent_ididempotency_keyhandoff_scopehandoff_audiencepayload or execution_context.
Pass credential references or let runx hold the provider secret.handoff_audience to the matching
n8n:workflow:<slug> value.event_id before branching or sending downstream
notifications.event_id (required): stable id for receiver-side dedupe.execution_context (required): explicit caller/workflow context.payload (required): business payload delivered to n8n.handoff_audience (optional): defaults to
n8n:workflow:runx-governed-effect.webhook_host and workflow_slug (send runner): public n8n endpoint parts.idempotency_key (optional): defaults to event_id.