A comprehensive integration for managing Calendly scheduling, event tracking, and meeting organization through an AI-driven CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calendly
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 calendly using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
Loading
A powerful integration for managing ActiveCampaign contacts, sales deals, and marketing automations via a unified CLI interface.

Integrate Apollo.io sales intelligence to discover prospects and enrich contact data across 210M+ records.

A powerful AI agent skill to search hotel availability, compare wholesale prices, and set automated price drop alerts via the Amadeus API.

AgentMail enables AI agents to send, receive, and manage email communication programmatically through a robust API.

A powerful C++ level anti-bot browser automation tool designed to bypass sophisticated security measures like Cloudflare and Datadome.

A high-performance, containerized anti-bot automation skill using C++ level Firefox patches to bypass advanced web security.








































