Install
openclaw skills install @foras910521-lab/cwd-guardianMonitors and restores the evolver process working directory. Use when evolver crashes with uv_cwd ENOENT errors or when the evolver process loses its cwd.
openclaw skills install @foras910521-lab/cwd-guardianProtects the evolver daemon from uv_cwd ENOENT crashes by:
node skills/cwd-guardian/scripts/guardian.js start
node skills/cwd-guardian/scripts/guardian.js check
start: Records current working directory to ~/.openclaw/workspace/memory/evolution/cwd_guardian.pid, then starts the evolver daemoncheck: Reads the pidfile, verifies the cwd exists, recreates it if missing, then starts the evolver daemon if not runningverify: Returns exit code 0 if cwd is valid, 1 if recreated