A high-performance Go-based CLI for complete CRUD operations on macOS Calendar using natural language and machine-readable outputs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ical-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ical-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Cal-CLI is a sophisticated terminal utility designed for developers and power users who need to interact with the native Apple Calendar app without leaving their command line. Built with Go and leveraging cgo for direct EventKit integration, it offers sub-millisecond read speeds and a robust set of features for managing events and calendars. As a core component of the Openclaw Skills library, it enables seamless calendar automation and integration into larger developer workflows and AI-driven environments.
To install this tool as part of your Openclaw Skills toolkit, use the Go command:
go install github.com/BRO3886/ical/cmd/ical@latest
Alternatively, you can build it from source if you have Xcode Command Line Tools installed:
git clone <repo-url> && cd ical
make build
To enable the agent-specific features, run:
ical skills install
Cal-CLI organizes data into two primary structures: Calendars and Events. Metadata is cached locally to facilitate row-based referencing.
| Entity | Key Fields | Metadata Included |
|---|---|---|
| Calendar | id, title, type, color, source, readOnly | Source provider and hex color codes |
| Event | id, title, start_date, end_date, location, notes, url | Recurrence rules and multiple alert triggers |
Machine-readable output is available via the --output json flag, providing ISO 8601 timestamps and unique identifiers suitable for Openclaw Skills integration.
Loading
healthsync is a specialized tool for querying Apple Health export data stored in a local SQLite database using AI agents.

A powerful orchestration skill that enables parallel execution of repetitive batch tasks by dispatching work to multiple subagents simultaneously.

RealWorldClaw empowers AI agents to sense and act in the physical world by controlling ESP32 hardware and reading real-time sensor data.

A professional framework for extracting authentic writing styles to generate AI content that sounds human rather than robotic.

A high-performance Go-based CLI for macOS Reminders that enables fast task management via the terminal or AI agents.

An efficiency-focused utility for Openclaw Skills designed to minimize token consumption through output compression and intelligent session indexing.








































