A comprehensive scheduling tool for managing events and syncing across major calendar providers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calendar
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 calendar using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Calendar skill empowers AI agents to take full control over scheduling workflows and time management. By integrating directly with Google Calendar, Apple Calendar, and Outlook, it allows for seamless event creation, availability checking, and reminder management. This Openclaw Skills addition bridges the gap between conversational AI and practical daily organization, ensuring that scheduling is handled with precision and cross-platform reliability.
Designed for users who need a unified view of their commitments, this skill leverages robust CLI tools to provide a professional-grade interface for calendar interactions. Whether you are managing personal appointments or coordinating complex team meetings, this tool provides the underlying logic needed to keep your digital life synchronized and accessible through simple natural language commands.
To get started with this skill, ensure that the required binary dependencies are installed on your system. This skill relies on curl and jq for data processing and API communication.
# Install dependencies on Debian/Ubuntu
sudo apt-get update && sudo apt-get install curl jq
# Install dependencies on macOS
brew install curl jq
Once dependencies are met, configure your provider credentials within the environment to enable synchronization with Google, Apple, or Outlook.
The skill organizes calendar data into a standardized schema to ensure interoperability between different service providers. The following table describes the primary data structure used for event management:
| Field | Type | Description |
|---|---|---|
| event_id | String | Unique identifier assigned by the provider |
| summary | String | The title or subject of the calendar event |
| start_time | ISO8601 | The timestamp for the beginning of the event |
| end_time | ISO8601 | The timestamp for the conclusion of the event |
| provider | String | The source service (google, apple, or outlook) |
| recurrence | Object | Metadata defining repeating event logic |
Loading
A professional-grade logistics integration for the PCMiler REST API that enables AI agents to calculate truck routes and geocode locations with precision.

An AI-driven buyer's advocate that simplifies service selection, risk assessment, and order management on the Legiit marketplace.

Audit websites for 230+ SEO, performance, and security issues using the squirrelscan CLI to generate actionable, LLM-optimized reports.

Automates the retrieval of Markdown content from Caoliao QR code short links by transforming URLs into data-rich endpoints.

A comprehensive tool for managing software development sprints and stories within the Bolt platform using AI-driven automation.

A comprehensive monitoring skill to track token usage, costs, and optimization opportunities across all your AI agents.








































