timps_n8n_workflow_agent
Converts plain-English task descriptions into complete, importable n8n workflow JSON, including a visual description of every node.
Instructions
n8n Workflow Agent — converts a plain-English task description into a complete, importable n8n workflow JSON. Knows all n8n core nodes, integrations (Slack, Gmail, GitHub, Notion, Airtable, HTTP Request, Webhook, Cron, etc.), and expression syntax. Returns the workflow JSON + a visual description of every node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger | No | Trigger type hint: 'webhook'|'cron'|'email'|'github'|'manual'|'auto' | auto |
| description | Yes | Plain-English workflow description, e.g. 'When a GitHub issue is labeled urgent, post it to Slack #dev and create a Notion page' | |
| integrations | No | Optional: list of services to include (slack, gmail, github, notion, airtable, etc.) |