What problem does it solve? Building n8n workflows manually requires deep knowledge of over 1,650 nodes, their properties, and connection rules, which leads to misconfigured nodes and failed deployments. This Skill gives AI assistants structured access to node documentation, 2,352 workflow templates, and validation tools so workflows are correct before deployment. ## Core Features & Use Cases - Template and Node Discovery: Search 2,352 curated workflow templates and 1,650 nodes (core and community) by task, keyword, metadata, or node type, with real configuration examples. - Validation and Auto-Fix: Validate individual node configurations and complete workflows with minimal or runtime profiles, validate n8n expressions, and apply suggested fixes automatically. - n8n Instance Integration: Create, update, test, and deploy workflows directly to a live n8n instance using batched partial-update operations. - Use Case: You need a webhook that posts Slack notifications. Search templates for webhook processing, pull the Slack node configuration with examples, validate it with runtime checks, then deploy and test the workflow on your n8n instance in one flow. ## Quick Start Ask the AI to build an n8n workflow that sends a Slack notification when a webhook receives a POST request, and have it validate and deploy the workflow to your n8n instance.