A Workflow Library That Knows What It Can't Do
An open-source toolkit for cataloging, validating, and cautiously generating n8n workflows, built on the radical premise of admitting which features don't exist yet.

What it does
The Open Workflow Library gathers roughly 1,700 n8n workflow files and 420 generated templates into a catalogued, searchable collection. A suite of standard-library Python tools audits the collection for secrets, validates structure against JSON schemas, scores entries deterministically, and can turn a text prompt into a draft workflow intermediate, export it to n8n JSON, and run static validation—all without installing n8n locally or calling external APIs.
The interesting bit
Most READMEs sell the roadmap; this one inventories the gaps. An “Honest status” table explicitly marks behavioural execution, multi-framework export, and LLM-backed generation as unimplemented. Repair proposals, learning events, and wiki updates are deliberately human-gated: the tooling emits evidence but never auto-applies fixes or auto-promotes lessons.
Key highlights
- ~1,700 source n8n workflows plus a 420-template expansion pack, indexed with metadata including trigger types, credential references, and coarse risk levels.
- Read-only audit tool that redacts secret-like values to
[REDACTED]before writing any report to disk. - Deterministic, keyword-rule prompt-to-IR MVP—no LLM involved in the current pipeline.
- Universal Workflow IR schema and framework-agnostic architecture, though only n8n importer/exporter is implemented today.
- Everything requiring human review—repair proposals, validation failures, learning events—aggregated into a single review queue.
Caveats
- Static validation only: no workflow in this repo has been imported into n8n or executed at runtime.
- Multi-framework support for Dify, LangGraph, Make, and Zapier is planned but not built.
- Generated templates ship with placeholder credentials and URLs; the repo explicitly warns they are untested starting points, not production workflows.
Verdict
Grab it if you need a structured, security-conscious foundation for n8n workflow discovery and static analysis. Look elsewhere if you want hands-off autonomous repair or cross-framework generation today.
Frequently asked
- What is oxbshw/Open-Workflow-Library?
- An open-source toolkit for cataloging, validating, and cautiously generating n8n workflows, built on the radical premise of admitting which features don't exist yet.
- Is Open-Workflow-Library open source?
- Yes — oxbshw/Open-Workflow-Library is open source, released under the MIT license.
- What language is Open-Workflow-Library written in?
- oxbshw/Open-Workflow-Library is primarily written in Python.
- How popular is Open-Workflow-Library?
- oxbshw/Open-Workflow-Library has 549 stars on GitHub.
- Where can I find Open-Workflow-Library?
- oxbshw/Open-Workflow-Library is on GitHub at https://github.com/oxbshw/Open-Workflow-Library.