Calendly for Openclaw

A comprehensive integration for managing Calendly scheduling, event tracking, and meeting organization through an AI-driven CLI.

kesslerio
v1.0.0
Jan 31, 2026
0
2.4k
6

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install calendly

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install calendly using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Calendly?

The Calendly integration for Openclaw Skills enables developers and AI agents to interact directly with the Calendly API for seamless calendar management. By incorporating this skill, users can programmatically access user profiles, retrieve scheduled event lists, and manage meeting lifecycles, including cancellations and invitee tracking. This tool bridges the gap between manual scheduling and automated workflows, making it a vital component of the Openclaw Skills ecosystem.

Designed for portability and efficiency, this skill utilizes Personal Access Tokens (PAT) for secure authentication. It allows AI agents to answer complex scheduling questions, such as identifying upcoming meetings or managing organization memberships, without requiring a browser interface. Whether you are building a personal assistant or an enterprise automation tool, this skill provides the necessary endpoints to handle time-sensitive scheduling data effectively.

Calendly Use Cases

  • Retrieving a list of upcoming meetings with specific time filters.
  • Automating meeting cancellations with predefined reason codes.
  • Fetching detailed invitee information for specific calendar events.
  • Identifying authenticated user profiles and scheduling URLs.
  • Monitoring organization memberships and administrative details.

How Calendly Works

  1. Authenticate the session by providing a Calendly Personal Access Token via environment variables.
  2. Execute the user lookup command to retrieve the unique User URI required for most API calls.
  3. Query the list-events endpoint using mandatory time filters to fetch relevant meeting data.
  4. Parse the returned JSON to identify specific Event UUIDs for further action.
  5. Perform management tasks such as canceling events or listing invitees using the specific event identifiers.

Calendly Setup

To integrate this with your Openclaw Skills, you must first obtain a Personal Access Token from the Calendly Integrations dashboard. Use the following commands to configure your environment:

# Set your API Key in the environment
export CALENDLY_API_KEY="<your-pat-token>"

# Retrieve your User URI to begin
calendly get-current-user

Note: Always include the --min-start-time flag when listing events to ensure you receive recent data rather than historical records.

Calendly Data Schema & Taxonomy

The skill organizes scheduling data into a structured format compatible with standard JSON parsers. Key data points include:

Property Description Format
user_uri The unique identifier for the Calendly account URI String
event_uuid Unique ID for a specific scheduled meeting UUID
min_start_time The threshold for filtering upcoming events ISO 8601 Timestamp
invitee_email The contact address of a meeting participant String
scheduling_url The public link for the user's booking page URL

Calendly Advanced Features

  • Precision time-filtering using ISO 8601 strings to manage high-volume calendars.
  • Structured JSON output support for advanced data manipulation with tools like jq.
  • Future-ready support for Scheduling API v2.0, including availability checks and automated booking.
  • Seamless integration with Moltbot and Clawdbot for natural language scheduling commands.
  • Support for organization-level membership queries and multi-user management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*