Toolverse
All skills

task-status

by openclaw

Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps

About this skill

Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.

How to use

  1. Zainstaluj skill task-status w swoim środowisku agenta, klonując repozytorium z openclaw/skills i umieszczając folder task-status w ścieżce dostępnej dla agenta.

  2. Aby wysłać ręczny status, uruchom skrypt send_status.py z trzema parametrami: wiadomością, typem statusu (progress, success, error lub warning) i identyfikatorem kroku. Przykład: python scripts/send_status.py "Pobieranie danych..." "progress" "krok1".

  3. Dla długotrwałych zadań uruchom automatyczne monitorowanie za pomocą monitor_task.py start, podając nazwę zadania i typ statusu początkowego. Skill będzie wysyłać aktualizacje "Nadal pracuję..." co 5 sekund w tle.

  4. Gdy zadanie się zakończy, zatrzymaj monitorowanie poleceniem monitor_task.py stop, przekazując nazwę zadania, typ statusu końcowego (success lub error) i wiadomość podsumowującą wynik.

  5. Dostosuj interwał wysyłania aktualizacji za pomocą flagi --interval, jeśli domyślne 5 sekund nie odpowiada Twoim potrzebom.

  6. Obserwuj wiadomości w czacie — każdy status będzie oznaczony odpowiednią ikoną (kółko dla progress, haczyk dla success, krzyżyk dla error, wykrzyknik dla warning).

Related skills

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044

postmortem-writing

by wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

DevOps
1385

game-art

by davila7

Game art principles. Visual style selection, asset pipeline, animation workflow.

DevOps
1268

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106