Install
openclaw skills install @mike007jd/skillpulseProfile offline OpenClaw skill run samples to detect latency, CPU, and memory bottlenecks and compare sessions.
openclaw skills install @mike007jd/skillpulseAnalyze offline sample sets and surface the slowest or heaviest skills before they become production regressions.
latencyMs, cpuMs, and memoryMb.node {baseDir}/bin/skill-profiler.js run --input ./samples.json
node {baseDir}/bin/skill-profiler.js report --input ./samples.json --out ./report.html
node {baseDir}/bin/skill-profiler.js compare --left ./v1.json --right ./v2.json
[
{
"sessionId": "s1",
"skill": "clawshield",
"latencyMs": 1320,
"cpuMs": 910,
"memoryMb": 240
}
]