Overview of Open Workflow Library capabilities
mainOpen Workflow Library is an open workflow intelligence project designed to collect, index, validate, and propose repairs for automation workflows across various frameworks. While it currently focuses on n8n, the tooling is designed to be framework-agnostic.
Core capabilities include:
- Workflow Collection & Indexing: Consolidating workflows into a unified catalog.
- Security Sanitization: Scanning for secret patterns and replacing them with
[REDACTED]to ensure safety before any write operations. - Validation: Structural validation of generated expansion packs (e.g., using
tools/validate_generated_pack.py) and static n8n compatibility validation. - Intelligence & Repair: Duplicate analysis, schema validation, and generating repair proposals for workflows.
- Universal IR (Intermediate Representation): Using JSON schemas for IR, metadata, repairs, and learning events to decouple workflows from specific frameworks.
- Exporting: Currently supports exporting from IR to n8n. Future plans include Dify and LangGraph exporters.