n8n

Generate n8n workflow automations with pre-vetted integration patterns and error handling.

32|10|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aliilhangis/n8n-skill-claude --skill n8n-aliilhangis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n
Source: https://github.com/aliilhangis/n8n-skill-claude/tree/main
Command: npx skills add https://github.com/aliilhangis/n8n-skill-claude --skill n8n-aliilhangis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building n8n workflows from scratch requires memorizing complex expression syntax, handling integration-specific quirks, and implementing robust error handling, which slows down automation development and leads to fragile, hard-to-maintain production workflows.

Core Features & Use Cases

  • Pre-built Workflow Patterns: Ready-to-use patterns for async Apify polling, Supabase integrations, social media scraping (Instagram, TikTok, Twitter, YouTube), AI orchestration with OpenAI, and HTML email sending via Brevo.
  • Error Handling & Reliability: Built-in guidance for handling HTTP request errors, Code Node try/catch blocks, and alerting via email or Slack for failed workflow runs.
  • Use Case: For example, you can use this skill to build a social media monitoring workflow that scrapes TikTok posts for a target keyword, stores the results in a Supabase database, and sends a daily HTML summary report to your team via Brevo.

Quick Start

Use the n8n skill to create a workflow that scrapes the latest 10 TikTok posts for the keyword "n8n automation" and saves the results to a Supabase table.

Frequently Asked Questions about n8n

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build n8n workflow automations for social media scraping?

Build n8n workflow automations for social media scraping by applying pre-vetted patterns for Instagram, TikTok, Twitter, and YouTube data extraction. These patterns manage integration quirks to ensure reliable production deployments.

How does async Apify polling work in n8n workflows?

Async Apify polling in n8n workflows uses pre-built patterns that handle looping logic to wait for scraping jobs to finish. This ensures your workflow accurately processes retrieved social media data without timing out.

Can I use Supabase database operations with n8n without row level security issues?

Yes, you can execute Supabase database operations in n8n while bypassing row level security (RLS) restrictions. The skill provides specific patterns for RLS bypass to ensure automated workflows have uninterrupted database access.

What is the best way to handle HTTP request errors and workflow failures in n8n?

Handle HTTP request errors in n8n by implementing Code Node try/catch blocks alongside robust failure recovery patterns. This approach enables alerting via email or Slack to notify you of failed workflow runs.

Does n8n work with OpenAI for AI orchestration and Brevo for HTML email delivery?

Yes, n8n seamlessly integrates with OpenAI for AI orchestration and Brevo for HTML email delivery. The skill provides ready-to-use patterns to connect these services directly within your automated workflow pipelines.