Skip to content
📊

Calendar Assistant

Security Approved
v1.0.0

Manage your calendar with natural language. Schedule meetings, find available slots, and handle rescheduling requests automatically.

Productivitycloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add calendar-assistant

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  calendar-assistant:
    enabled: true
    # Prerequisites: Google Calendar or Outlook API access
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !Google Calendar or Outlook API access

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run calendar-assistant

# Or use in automation
openclaw workflow --skill=calendar-assistant