Install
openclaw skills install time-toolMeasure execution time of commands. Use for performance benchmarking, script optimization, and timing analysis.
openclaw skills install time-toolMeasure how long a command takes to execute. Displays real time, CPU time, and system time for performance analysis and benchmarking.
time-tool <command> [args...]
real: Wall clock time elapseduser: CPU time in user modesys: CPU time in kernel modetime-tool sleep 2
time-tool curl https://example.com
time-tool python3 script.py