n8n-workflow-automation by sundial-org/awesome-openclaw-skills
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill n8n-workflow-automation设计并输出具备稳健触发器、幂等性、错误处理、日志记录、重试机制以及人工参与审核队列的 n8n 工作流 JSON。
workflow.json(可导入 n8n 的 JSON) + (基于模板)。成功标准:工作流具备幂等性、记录每次运行、安全重试,并将失败路由到审核队列。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
runbook.mdrun_id,记录开始/结束,存储状态行和错误详情。如果输出 n8n 工作流 JSON,需符合以下格式:
{
"name": "<工作流名称>",
"nodes": [ { "name": "触发器", "type": "n8n-nodes-base.cron", "parameters": {}, "position": [0,0] } ],
"connections": {},
"settings": {},
"active": false
}
同时使用 assets/runbook-template.md 输出 runbook.md。
输入: “每周一的 Cron,发送合规摘要邮件,重试失败项。”
输出: 节点映射 + 包含 Cron → 获取 → 聚合 → 邮件的 workflow.json,以及指向审核队列的错误分支。
输入: “记录运行日志并写入状态行的 Webhook。” 输出: Webhook → 验证 → 处理 → 追加状态行;出错时 → 记录日志 + 通知 + 加入队列。
每周安装次数
85
代码仓库
GitHub 星标数
516
首次出现
2026年2月10日
安全审计
安装于
codex82
opencode82
kimi-cli81
gemini-cli81
amp81
github-copilot81
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues.
workflow.json (n8n importable JSON) + runbook.md (from template). Success = workflow is idempotent, logs every run, retries safely, and routes failures to a review queue.run_id, log start/end, store status row and error details.If outputting n8n workflow JSON , conform to:
{
"name": "<workflow 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.
Input: “Cron every Monday, email compliance summary, retry failures.”
Output: Node map + workflow.json with Cron → Fetch → Aggregate → Email, plus error branches to review queue.
Input: “Webhook that logs runs and writes status row.”
Output: Webhook → Validate → Process → Append status row; on error → log + notify + queue.
Weekly Installs
85
Repository
GitHub Stars
516
First Seen
Feb 10, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex82
opencode82
kimi-cli81
gemini-cli81
amp81
github-copilot81
Azure Data Explorer (Kusto) 查询技能:KQL数据分析、日志遥测与时间序列处理
133,300 周安装