task-progress-stream

Stream long-running task progress into the OpenClaw chat UI.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "task-progress-stream" with this command: npx skills add liyooyin/task-progress-stream

task-progress-stream

Use this skill when the user wants real-time progress updates inside the OpenClaw chat UI for a long-running task such as:

  • model training
  • evaluation
  • inference
  • data preprocessing
  • long shell jobs
  • benchmark runs

It works in two modes:

  1. run
    Start a command, capture stdout/stderr, parse common metrics, and periodically inject progress summaries into chat.

  2. tail
    Monitor an existing log file and periodically inject parsed progress summaries into chat.

What it extracts

It tries to recognize common fields from logs:

  • epoch / max_epoch
  • step / max_step
  • loss
  • learning rate
  • validation metric
  • best metric
  • ETA
  • speed

Typical usage

Start a training job and stream progress into chat

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Task Progress Report

在运行长任务时,同步开启"任务进展汇报"功能,定时输出当前任务进展情况。当用户提到"汇报进展"、"定时报告"、"任务进度"、"长时间运行"、"监控任务状态"或需要了解长时间任务的执行情况时,使用此技能。特别适用于模型蒸馏、数据训练、批量处理、爬虫任务等需要长时间运行的场景。

Registry SourceRecently Updated
3050Profile unavailable
General

Technitium DNS

Monitor and inspect Technitium DNS Server via its HTTP API. Use for read-only health checks, DNS stats, zones, DHCP leases, token/session validation, and pro...

Registry SourceRecently Updated
00Profile unavailable
General

Pg Status

Use when checking ProxyGate status — balance, usage, listings, tunnel health, earnings, seller profile, or job status. Make sure to use this skill whenever s...

Registry SourceRecently Updated
3280Profile unavailable
General

Token Optimizer Pro

Monitor OpenClaw token usage, analyze usage patterns, estimate cost, and provide practical optimization suggestions. Use when reviewing token consumption by...

Registry SourceRecently Updated
9190Profile unavailable