Back to Directory
devops

Task Status

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.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

- Initial release of the task-status skill for sending status updates on long-running tasks. - Supports manual status updates with a simple command-line script. - Includes automatic periodic monitoring, sending updates every 5 seconds during multi-step operations. - Provides message templates and a helper function for consistent status reporting. - Allows easy customization of update intervals and advanced usage within Python scripts or OpenClaw cron jobs.