Local-first UI companion for ClawRecipes (OpenClaw Recipes plugin).
Phase 1 focus:
- list recipes (builtin + workspace)
- edit recipes (including builtin) and save back to disk
- scaffold agents/teams via
openclaw recipes scaffold/scaffold-team
- OpenClaw installed and on PATH (
openclaw) - ClawRecipes plugin installed/linked so
openclaw recipes ...works
npm install
npm run dev -- --port 3001Open:
See docs/GOALS.md.
- This app shells out to
openclawon the same machine (local-first by design). - Phase 2 will add marketplace/search/publish flows.