运行时依赖
无特殊依赖
安装命令 点击复制
官方clawhub install n8n-workflow-automation
镜像加速clawhub install n8n-workflow-automation --registry https://www.longxiaskill.com
技能文档
PURPOSE
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues.WHEN TO USE
- TRIGGERS:
- DO NOT USE WHEN…
INPUTS
- REQUIRED:
- OPTIONAL:
- EXAMPLES:
OUTPUTS
- Default (read-only): a workflow design spec (nodes, data contracts, failure modes).
- If explicitly requested:
workflow.json(n8n importable JSON) +runbook.md(from template).
WORKFLOW
- Clarify trigger:
- Define data contract:
- Design idempotency:
- Add observability:
run_id, log start/end, store status row and error details.
- Implement error handling:
- Add human-in-the-loop (HITL) review queue:
- “No silent failure” gates:
- Output:
- STOP AND ASK THE USER if:
OUTPUT FORMAT
If outputting n8n workflow JSON, conform to:{
"name": "",
"nodes": [ { "name": "Trigger", "type": "n8n-nodes-base.cron", "parameters": {}, "position": [0,0] } ],
"connections": {},
"settings": {},
"active": false
}
Also output runbook.md using assets/runbook-template.md.
SAFETY & EDGE CASES
- Read-only by default; only emit workflow JSON when explicitly requested.
- Do not include secrets in JSON; reference env vars/credential names only.
- Include audit logging + failure notifications; avoid workflows that can silently drop data.
- Prefer least privilege: call only required APIs and minimize scopes.
EXAMPLES
- Input: “Cron every Monday, email compliance summary, retry failures.”
workflow.json with Cron → Fetch → Aggregate → Email, plus error branches to review queue.- Input: “Webhook that logs runs and writes status row.”
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制