A command-line interface for managing Apple Calendar events and availability on macOS.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install accli
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 accli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Apple Calendar CLI (accli) is a powerful tool designed for macOS users to interact with their native calendar application directly from the terminal or through automated agents. As part of the Openclaw Skills ecosystem, it allows AI agents and developers to list calendars, query events, and manage schedules with precision.
It leverages JavaScript for Automation (JXA) to provide a deep, native integration with the macOS system. By using this skill, users can bridge the gap between their local calendar data and automated AI workflows. This Openclaw Skills integration is perfect for those who want to automate their daily planning, sync schedules, or build custom productivity tools without leaving their terminal environment.
To get started with this skill, ensure you are on a macOS machine and run the following command to install the CLI globally:
npm install -g @joargp/accli
After installation, you may need to grant your terminal or IDE the necessary permissions to access Calendar data in macOS System Settings. You can verify the installation and set your default calendar by running:
accli config set-default
The skill primarily operates with calendar and event objects, returning data in structured JSON format when the --json flag is enabled. This is the recommended format for Openclaw Skills integrations.
| Property | Type | Description |
|---|---|---|
id |
String | Persistent identifier for the calendar or event. |
summary |
String | The title or headline of the calendar event. |
start |
ISO 8601 | The starting timestamp (e.g., YYYY-MM-DDTHH:mm). |
end |
ISO 8601 | The ending timestamp of the event. |
location |
String | Optional physical or virtual location details. |
description |
String | Detailed notes or description of the event. |
Loading
An AI-powered scouting tool for identifying and comparing the highest-yielding USDC pools across Base and Arbitrum.

An automated DeFi intelligence tool for scanning, comparing, and analyzing USDC yield farming opportunities on Base and Arbitrum.

A universal shipment tracking skill that enables AI agents to monitor deliveries and provide real-time status notifications for over 2,000 carriers.

A specialized AI agent skill that translates complex programming logic into intuitive daily clothing and outfit metaphors for easier understanding.

An automated news aggregator that fetches international headlines and generates text or audio briefings using AI.

A specialized utility to transform markdown tables into readable PNG images for messaging platforms with limited table support.








































