From n8n-workflow
Generates an n8n workflow JSON from a natural language automation description, producing a node graph with error handling and credential placeholders.
How this command is triggered — by the user, by Claude, or both
Slash command
/n8n-workflow:create-workflowThe summary Claude sees in its command listing — used to decide when to auto-load this command
Generate an n8n workflow JSON from a natural language description of the automation. ## Steps 1. Parse the automation description: 2. Design the workflow node graph: 3. Generate the n8n workflow JSON: 4. Add error handling: 5. Add workflow metadata: 6. Test the workflow structure for validity. 7. Provide setup instructions for required credentials. ## Format ## Rules - Use the latest n8n node types and API formats. - Include credential placeholders, never hardcode secrets. - Add error handling nodes for production workflows.
Generate an n8n workflow JSON from a natural language description of the automation.
{
"name": "<workflow name>",
"nodes": [...],
"connections": {...},
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin n8n-workflow/create-workflowGenerates an n8n workflow JSON from a natural language automation description, producing a node graph with error handling and credential placeholders.
/make-builderDesigns visual Make.com automation scenarios with detailed module-by-module configuration instructions.
/zapBuilds Zapier automation configurations (Zaps) with triggers, actions, filters, paths, and AI integration.
/buildGenerates a Looplia workflow from natural language description by scanning plugins for skills, matching capabilities, and composing a pipeline file saved to ~/.looplia/workflows/{name}.md.
/createLaunches a Socratic workflow designer to create orchestration workflows from natural language descriptions. Supports optional initial description. Deprecated — use creating-workflows skill instead.