Install
openclaw skills install task-progress-streamStream long-running task progress into the OpenClaw chat UI.
openclaw skills install task-progress-streamUse this skill when the user wants real-time progress updates inside the OpenClaw chat UI for a long-running task such as:
It works in two modes:
run
Start a command, capture stdout/stderr, parse common metrics, and periodically inject progress summaries into chat.
tail
Monitor an existing log file and periodically inject parsed progress summaries into chat.
It tries to recognize common fields from logs:
node ./scripts/task_progress_stream.js run \
--session main \
--label train \
--cwd /path/to/project \
--cmd "python src/train.py --config configs/train.yaml" \
--interval-sec 20