Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:44 +08:00
commit 30da3b2c95
15 changed files with 1304 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for n8n-workflow-designer skill
- [ ] n8n_workflow_generator.py: Generates n8n workflow JSON from natural language input, handling complex logic and integrations.
- [ ] n8n_workflow_validator.py: Validates n8n workflow JSON against a schema to ensure correctness and prevent errors.
- [ ] n8n_node_documentation_fetcher.py: Fetches documentation for n8n nodes from the n8n website or API, providing context for workflow design.