A command-line interface for macOS that provides high-speed access to Apple Calendar events using icalBuddy and AppleScript.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calctl
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 calctl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
calctl is a technical utility designed for users who need to interact with their Apple Calendar directly from the terminal. As part of the ecosystem of Openclaw Skills, it provides a bridge between native macOS scheduling and developer-centric workflows. It utilizes the speed of icalBuddy for reading calendar data and the reliability of AppleScript for writing new events, ensuring a seamless experience for managing personal and professional time.
To utilize this functionality within Openclaw Skills, you must first install the required dependency using Homebrew:
brew install ical-buddy
Once installed, the calctl command becomes available for managing your local calendars.
The skill processes calendar data using a structured schema to ensure compatibility with native macOS event formats:
| Field | Type | Description |
|---|---|---|
| calendar | String | The target calendar name (e.g., Work, Privat) |
| date | ISO 8601 | The date of the event in YYYY-MM-DD format |
| time | HH:MM | The start and end times for the event |
| notes | Text | Descriptive metadata or reminders attached to the event |
| all-day | Boolean | Flag for events without specific time constraints |
Loading
An automated tool for converting Bilibili educational content into structured, clean-style study notes with AI-driven insights and visual aids.

A specialized tool for Openclaw Skills that converts text or audio into animated circular avatar videos with automated lip-sync and blink cycles.

A specialized skill for implementing interactive inline keyboards in Telegram to streamline agent-to-human decision-making and confirmations.

A systematic framework for AI agents to log errors, user corrections, and new insights to enable continuous self-optimization.

A command-line interface for managing Apple Notes via AppleScript, enabling seamless note manipulation from the terminal.

An AI-enhanced implementation of the Zettelkasten method for intelligent knowledge management and discovery.








































