ComfyUI Skills OpenClaw

March 16, 2026 · View on GitHub

Frontend UI for ComfyUI_Skills_OpenClaw.

Development

npm install
npm run dev      # dev server
npm test         # run tests
npm run build    # production build → dist/

Release

Push a version tag to trigger a GitHub Release with the built assets:

git tag v0.1.0
git push origin v0.1.0

The main repo can then pull the latest release via scripts/update_frontend.sh.