Perform cron-tool operations from the command line.

Install

openclaw skills install @dinghaibin/cron-tool

Cron - CLI Utility

Command-line utility for cron operations.

Quick Start

bash
cron-tool --help

Features

  • Standard command-line interface
  • Common flags and arguments
  • Pipe and redirect compatible
  • Shell integration

Examples

bash
# Show help
cron-tool --help

# Basic usage
cron-tool [options] [arguments]

# Pipe input
echo "input" | cron-tool [options]