
N8n Workflow Generator
- 260 installs
- 2.6k repo stars
- Updated August 5, 2026
- jeremylongshore/claude-code-plugins-plus-skills
n8n-workflow-generator is an agent skill that produces importable n8n workflow JSON from natural-language automation goals for developers wiring triggers, transforms, notifications, and agent handoffs.
About
n8n-workflow-generator is a MIT-licensed version 1.0.0 Business Automation skill in jeremylongshore/claude-code-plugins-plus-skills that scaffolds n8n workflow configurations through Claude Code read, write, and edit tooling. It auto-activates on phrases like n8n workflow generator, n8n generator, or n8n and aims for importable JSON covering triggers, data transforms, email or spreadsheet steps, notifications, and agent handoffs. Allowed tools include Read, Write, Edit, and Bash for file operations while agents assemble node graphs. Developers reach for it when they want a first-pass workflow from a plain-language goal instead of manually placing nodes in the n8n UI, though output still needs validation against live node schemas and credentials. Install with npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill n8n-workflow-generator for Claude Code-compatible agents. Expect template-heavy output best tuned before production schedules or webhooks go live.
- Natural-language to n8n JSON
- Trigger and node wiring
- Credential placeholder mapping
- Error branch suggestions
- Reusable automation patterns
N8n Workflow Generator by the numbers
- 260 all-time installs (skills.sh)
- +2 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #517 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill n8n-workflow-generatorAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 260 |
|---|---|
| repo stars | ★ 2.6k |
| Last updated | August 5, 2026 |
| Repository | jeremylongshore/claude-code-plugins-plus-skills ↗ |
How do you generate n8n workflow JSON from a prompt?
Generate importable n8n workflow JSON from natural-language automation goals for triggers, transforms, notifications, and agent handoffs.
Who is it for?
Developers automating business workflows in n8n who want Claude to draft importable JSON graphs for triggers, transforms, and notifications before manual tuning in the editor.
Skip if: Zapier or Make.com automations, production-critical workflows requiring verified node versions without manual JSON review, or non-n8n orchestration platforms.
When should I use this skill?
The developer mentions n8n, n8n workflow generator, or asks to scaffold an automation workflow JSON for triggers, transforms, or notifications.
What you get
Importable n8n workflow JSON files with triggers, transforms, notifications, and node connections ready for n8n UI import
- n8n workflow JSON file
- Node connection graph
- Automation step outline
By the numbers
- Ships as version 1.0.0 under MIT license
- Allows Read, Write, Edit, and Bash tools for workflow file assembly
Files
N8N Workflow Generator
Overview
This skill provides automated assistance for n8n workflow generator tasks within the Business Automation domain.
When to Use
This skill activates automatically when you:
- Mention "n8n workflow generator" in your request
- Ask about n8n workflow generator patterns or best practices
- Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization.
Instructions
1. Provides step-by-step guidance for n8n workflow generator 2. Follows industry best practices and patterns 3. Generates production-ready code and configurations 4. Validates outputs against common standards
Examples
Example: Basic Usage Request: "Help me with n8n workflow generator" Result: Provides step-by-step guidance and generates appropriate configurations
Prerequisites
- Relevant development environment configured
- Access to necessary tools and services
- Basic understanding of business automation concepts
Output
- Generated configurations and code
- Best practice recommendations
- Validation results
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Resources
- Official documentation for related tools
- Best practices guides
- Community examples and tutorials
Related Skills
Part of the Business Automation skill category. Tags: automation, workflow, spreadsheets, email, business
Related skills
How it compares
Use n8n-workflow-generator for n8n JSON scaffolding; prefer platform-specific Zapier or Make skills when not standardizing on n8n.
FAQ
What does n8n-workflow-generator produce?
n8n-workflow-generator creates importable n8n workflow JSON from natural-language automation goals. It focuses on triggers, transforms, notifications, spreadsheet or email steps, and agent handoffs that developers can load into the n8n editor.
How do you install n8n-workflow-generator?
Run npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill n8n-workflow-generator in a project using Claude Code or compatible agents. The skill is version 1.0.0 under MIT license and auto-triggers on n8n-related phrases.
Should you trust generated n8n JSON blindly?
n8n-workflow-generator aims for importable graphs following common automation patterns, but developers should validate node types, credentials, and schedule settings in n8n before enabling production webhooks or recurring jobs.