Cal Tool

Perform cal-tool operations from the command line.

Install

openclaw skills install @dinghaibin/cal-tool

Cal - CLI Utility

Command-line utility for cal operations.

Quick Start

bash
cal-tool --help

Features

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

Examples

bash
# Show help
cal-tool --help

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

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