n8n-v2

Design, implement, and debug n8n v2.0 workflow JSONs.

4|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/splinesreticulating/n8n-v2-workflow-skill --skill n8n-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-v2
Source: https://github.com/splinesreticulating/n8n-v2-workflow-skill/tree/main/.
Command: npx skills add https://github.com/splinesreticulating/n8n-v2-workflow-skill --skill n8n-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill eliminates the time-consuming process of manually creating n8n workflows, providing instant expertise for v2.0 patterns and troubleshooting.

Core Features & Use Cases

  • Workflow Development: Create complete n8n v2.0 workflow JSON files for import.
  • Human-in-the-Loop: Implement approval workflows with Wait nodes and forms.
  • Production Examples: Import ready-to-use workflows for news aggregation, content generation, and LinkedIn integration.

Quick Start

Create an n8n workflow that fetches the top 5 stories from Hacker News and formats them for review.

Frequently Asked Questions about n8n-v2

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

FAQPage Schema
How do I build an n8n workflow from scratch?

Build n8n v2.0 workflows by creating JSON files that define nodes, connections, and data flow, then import them directly into n8n. This Skill provides complete workflow templates and node documentation to accelerate design and implementation without manual configuration.

Can I create approval workflows with n8n Wait nodes?

Yes. Implement human-in-the-loop approval workflows using n8n's Wait node combined with forms to pause execution until manual review or input is provided. This Skill includes ready-to-use patterns for approval and decision logic.

What's the best way to integrate APIs into n8n workflows?

Configure API credentials in n8n, then chain HTTP or service-specific nodes to fetch, transform, and route data between systems. This Skill provides credential setup guidance and API node patterns for common integrations.

How do I troubleshoot Execute Sub-Workflow issues in n8n?

Sub-Workflow failures typically stem from credential scope, missing data mapping, or version incompatibility between parent and child workflows. This Skill includes debugging references and production-tested patterns to resolve common execution problems.

Can I use n8n to automate data aggregation and formatting?

Yes. Design workflows that fetch data from multiple sources, transform it using expressions, and format output for downstream systems or human review. This Skill provides templates for news aggregation, content generation, and multi-source orchestration.