calendly

Manage Calendly events via an MCP-backed CLI with REST fallback.

2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/kesslerio/calendly-cli-openclaw-skill --skill calendly-kesslerio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendly
Source: https://github.com/kesslerio/calendly-cli-openclaw-skill/tree/main
Command: npx skills add https://github.com/kesslerio/calendly-cli-openclaw-skill --skill calendly-kesslerio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Calendly scheduling data and actions are accessible via a stable CLI surface, enabling automation and integration with OpenClaw.

Core Features & Use Cases

  • MCP-first scheduling surface: list, get, schedule, reschedule, cancel, and manage event types with a single CLI.
  • OpenClaw integration: use in conversations and automated workflows to fetch user profiles, organization memberships, and event details.
  • Safe, deterministic outputs: input validation, consistent response shapes, and comprehensive error mapping across MCP and REST paths.

Quick Start

Install the launcher, add ~/.local/bin to PATH, and run calendly get-current-user to verify access.

Frequently Asked Questions about calendly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Calendly scheduling via CLI?

Automate Calendly scheduling using an MCP-backed CLI overlay to list events, view availability, and schedule or reschedule meetings with input validation. It provides a stable CLI surface enabling automation and integration with OpenClaw.

Can I list and manage Calendly event types from the command line?

Yes, you can list, get, schedule, reschedule, cancel, and manage Calendly event types with a single CLI. It fetches user profiles, organization memberships, and event details for use in automated workflows.

How does MCP-first execution handle Calendly API failures?

MCP-first execution uses REST fallback to ensure Calendly scheduling actions complete successfully. The output is normalized to a stable shape regardless of whether the MCP proxy or REST responded, ensuring deterministic results.

Do I need an MCP server to use this Calendly CLI?

No, an MCP server is not strictly required because the CLI uses MCP-first execution with REST fallback. This ensures scheduling actions and data retrieval remain functional even if the MCP proxy is unavailable.

What is the best way to integrate Calendly scheduling into automated workflows?

Integrate Calendly scheduling into automated workflows by using this stable CLI surface to fetch user profiles and event details. Safe, deterministic outputs with consistent response shapes and comprehensive error mapping ensure reliable integration.

How do I verify Calendly CLI access after installation?

Verify Calendly CLI access by installing the launcher, adding ~/.local/bin to PATH, and running the 'calendly get-current-user' command. This confirms your credentials and MCP or REST connectivity.