A powerful automation skill for managing Calendly users, events, and scheduling links via the Membrane CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install calendly-integration
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-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables AI agents to interact directly with the Calendly API through a managed interface. It leverages the Membrane ecosystem to provide secure, authenticated access to scheduling data without the overhead of manual token management. By integrating this into Openclaw Skills, developers can build agents that autonomously handle meeting bookings, check availability, and manage organization members.
Built for efficiency, the Calendly skill abstracts the complexity of OAuth flows and API rate limits. Whether you are building a sales automation bot or an internal scheduling assistant, this skill provides the necessary endpoints to manage the entire lifecycle of an event, from creating scheduling links to monitoring webhooks for invitee updates.
Install the necessary CLI tools to begin using this Openclaw Skills integration:
npm install -g @membranehq/cli
Authenticate your environment:
membrane login --tenant
Search for and connect the Calendly connector:
# Search for the connector ID
membrane search calendly --elementType=connector --json
# Connect using the ID found in the previous step
membrane connect --connectorId=CONNECTOR_ID --json
The Calendly skill organizes data around several core entities accessible via the Openclaw Skills interface:
| Entity | Description |
|---|---|
| User | Represents the authenticated user or organization members. |
| Event | Details of scheduled meetings, including start/end times and status. |
| Invitee | Information regarding the participants who have booked time. |
| Scheduling Link | Dynamic URLs generated for booking specific event types. |
| Webhook | Subscription objects that listen for invitee and event triggers. |
Loading
A comprehensive integration for Bullhorn CRM and ATS that enables AI agents to manage recruitment pipelines and candidate data.

A powerful integration for Agile CRM that enables developers to manage sales pipelines, contacts, and tasks through a unified CLI and API interface.

A high-performance browser automation skill that enables AI agents to navigate, scrape, and interact with the live web.

PulpMiner is an AI-powered tool that converts any webpage into clean, structured JSON data using custom schemas and LLM-driven extraction.

A robust Copper CRM integration that allows AI agents to manage leads, opportunities, and customer relationships through the Membrane framework.

A comprehensive real estate CRM integration allowing AI agents to manage leads, deals, and tasks within the Follow Up Boss ecosystem.








































