Investigate pnpm test memory growth, Vitest worker OOMs, and suspicious RSS increases in OpenClaw using the scripts/test-parallel.mjs heap snapshot tooling. Use when Codex needs to reproduce test-lane memory growth, collect repeated .heapsnapshot files, compare snapshots from the same worker PID, distinguish transformed-module retention from real data leaks, and fix or reduce the impact by patching cleanup logic or isolating hotspot tests.
$npx -y skills add safeai-lab-x/clawkeeper --skill openclaw-test-heap-leaksInstalls into the current project.
Run `npx skills use "https://github.com/safeai-lab-x/clawkeeper" --skill "safeai-lab-x/clawkeeper/openclaw-test-heap-leaks"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/safeai-lab-x/clawkeeper" that are relevant to the current task. Run `npx skills add "https://github.com/safeai-lab-x/clawkeeper"` and select the relevant skills, then follow their instructions.