All skills
Skillintermediate
create workflow
Generate an n8n workflow JSON from a natural language description of the automation.
Claude Code Knowledge Pack7/10/2026
Overview
Generate an n8n workflow JSON from a natural language description of the automation.
Steps
- Parse the automation description:
- Design the workflow node graph:
- Generate the n8n workflow JSON:
- Add error handling:
- Add workflow metadata:
- Test the workflow structure for validity.
- Provide setup instructions for required credentials.
Format
{
"name": "<workflow name>",
"nodes": [...],
"connections": {...},
Rules
- Use the latest n8n node types and API formats.
- Include credential placeholders, never hardcode secrets.
- Add error handling nodes for production workflows.