- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
626 B
626 B
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.