What problem does it solve?
It solves the problem of building reliable n8n automation workflows by providing a structured, environment-aware blueprint for designing nodes, wiring triggers, integrating Claude API calls, and troubleshooting failures.
Core Features & Use Cases
- Workflow design for a self-hosted n8n stack: Produces complete workflow patterns tailored to Mick’s Proxmox LXC (CT 104 at 192.168.0.81:5678) and Cloudflare Tunnel external access.
- Practical Claude API integration: Specifies an HTTP Request node configuration and the required response extraction approach for
content[0].text.
- Operational reliability patterns: Guides webhook authentication, error handling on external calls, data normalization with Set nodes, and development testing with pinned data.
Quick Start
Ask: "Use n8n-workflow to create a workflow that receives webhook POST requests and calls the Claude API to summarize the payload, including secret header validation and error notification."