n8n workflow automation
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you need an auditable automation that won’t sil
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you need an auditable automation that won’t sil
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues.
Build an n8n workflow that runs every Monday and emails the compliance summary. Add error handling and retries to this workflow, plus a review queue for failures. Create a webhook workflow that logs every run and writes a status row to a tracker. Make this n8n flow idempotent so it does not duplicate records when it reruns. Instrument this workflow with audit logs and a human approval step.
You need code-only automation without n8n (use a scripting/CI skill). You need to bypass security controls or hide audit trails. You need to purchase or recommend prohibited items/services.
Workflow intent: trigger type + schedule/timezone + success criteria. Targets: where to write results (email/Drive/Sheet/DB) and required fields.
Existing n8n workflow JSON to modify. Sample payloads / example records. Definition of dedup keys (what makes a record unique).
Cron: Monday 08:00 Europe/London; send summary email + Drive upload Webhook: receive JSON; route to folders
Cron/webhook/manual; schedule/timezone; concurrency expectations.
input schema, required fields, and validation rules.
choose dedup key(s) and storage (DB/Sheet) to prevent duplicates on retries.
generate run_id, log start/end, store status row and error details.
per-node error branches, retry with backoff, and final failure notification.
write failed items to a queue (Sheet/DB) and require approval to reprocess.
if counts/thresholds fail, stop workflow and alert.
If asked for JSON: produce importable n8n workflow JSON + runbook.
destination systems are unknown, no dedup key exists, credential strategy (env vars) is not specified, the workflow needs privileged access not yet approved.
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.
MIT-0 (Free to use, modify, and redistribute. No a
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.