This repository is retired as an independently maintained skills source.
The single source of truth is now
OpenDCAI/DataFlow-WebUI, under
skills/canonical/. Its skills profile renders the standalone, no-MCP
version for Claude Code, Codex and Cursor.
Do not edit the skill directories in this repository. They are a historical snapshot retained so old links remain readable; new fixes and releases happen only in DataFlow-WebUI.
The wrapper below delegates to the current DataFlow-WebUI skills profile:
./install.sh # user-scoped Claude Code install
./install.sh --force # refresh managed output
./install.sh --dry-run # show the delegated planIf a sibling checkout exists at ../DataFlow-WebUI, it is used. Otherwise the
wrapper clones the official repository's main branch temporarily. You can pin
or override that source without editing this repository:
DATAFLOW_WEBUI_REF=v1.0.0 ./install.sh
DATAFLOW_WEBUI_DIR=/path/to/DataFlow-WebUI ./install.shProject-scoped installation has moved to the canonical checkout:
git clone https://github.com/OpenDCAI/DataFlow-WebUI.git
cd DataFlow-WebUI
./install.sh --profile skills --scope projectIndividual skill selection is intentionally no longer supported: the source repository owns the complete profile and its dependency checks. The bridge does not install DataFlow, a backend, Node.js, or MCP configuration.
For the full profile comparison, agent locations, verification and upgrade instructions, read the DataFlow-WebUI README and its standalone skills guide.
中文说明:README_zh.md。