ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Mac Cli

macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge mac cli, shell, bash, cli, command-line-tool, linux.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/macos-toolkit
Or

macOS Toolkit

Macos Toolkit v2.0.0 — a utility toolkit for managing, analyzing, converting, and processing data from the command line. Supports run, check, convert, analyze, generate, preview, batch, compare, export, config, status, and report operations — all tracked with timestamped entries stored locally.

Commands

Run scripts/script.sh <command> [args] to use.

CommandDescription
run <input>Record a run entry. Without args, shows the 20 most recent run entries.
check <input>Record a check entry. Without args, shows recent check entries.
convert <input>Record a conversion entry. Without args, shows recent convert entries.
analyze <input>Record an analysis entry. Without args, shows recent analyze entries.
generate <input>Record a generation entry. Without args, shows recent generate entries.
preview <input>Record a preview entry. Without args, shows recent preview entries.
batch <input>Record a batch processing entry. Without args, shows recent batch entries.
compare <input>Record a comparison entry. Without args, shows recent compare entries.
export <input>Record an export entry. Without args, shows recent export entries.
config <input>Record a configuration entry. Without args, shows recent config entries.
status <input>Record a status entry. Without args, shows recent status entries.
report <input>Record a report entry. Without args, shows recent report entries.
statsShow summary statistics across all entry types (counts, data size).
search <term>Search all log files for a term (case-insensitive).
recentShow the 20 most recent entries from the activity history.
helpShow help message with all available commands.
versionShow version string (macos-toolkit v2.0.0).

Data Storage

All data is stored in ~/.local/share/macos-toolkit/:

  • Each command type writes to its own .log file (e.g., run.log, check.log, convert.log)
  • Entries are timestamped in YYYY-MM-DD HH:MM|<value> format
  • A unified history.log tracks all actions across command types
  • Export files are written to the same directory as export.json, export.csv, or export.txt

Requirements

  • Bash 4+ with set -euo pipefail
  • Standard Unix utilities (date, wc, du, tail, grep, sed, cat)
  • No external dependencies — works out of the box on Linux and macOS

When to Use

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-macos-toolkit": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.