Cronofy for Openclaw

A comprehensive scheduling automation skill for Openclaw Skills that enables AI agents to manage calendars, sync events, and coordinate meetings.

membranedev
v1.0.2
Apr 30, 2026
0
328
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install cronofy

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 cronofy 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 Cronofy?

Cronofy is a robust scheduling automation platform that connects seamlessly to various calendar providers, allowing developers and AI agents to build sophisticated scheduling features. By integrating Cronofy into Openclaw Skills, agents gain the ability to simplify complex appointment scheduling, handle resource booking, and manage meeting coordination without dealing with the underlying complexities of different calendar APIs.

This skill leverages the Membrane framework to provide a unified interface for calendar interactions. It focuses on abstracting authentication and data mapping, ensuring that Openclaw Skills can interact with user schedules securely and efficiently. Whether you are building a personal assistant or a complex enterprise scheduling tool, this integration provides the necessary infrastructure for reliable calendar management.

Cronofy Use Cases

  • Automating meeting coordination and resource booking via AI agents.
  • Syncing real-time calendar availability for automated appointment setting.
  • Sending and managing Smart Invites for professional meeting requests.
  • Monitoring calendar updates and period availability within Openclaw Skills workflows.
  • Building custom scheduling assistants that interact directly with user profiles and channels.

How Cronofy Works

  1. Install the Membrane CLI to provide the runtime environment for the skill.
  2. Authenticate the agent using the login command to establish a secure session.
  3. Create a connection to Cronofy using the connection ensure command, which handles OAuth flows automatically.
  4. Wait for the connection state to reach READY, indicating that Openclaw Skills can now access the calendar data.
  5. Discover available actions like event creation or availability checks using natural language intent searching.
  6. Execute actions or send direct proxy requests to the Cronofy API to perform scheduling tasks.

Cronofy Setup

Follow these steps to set up Cronofy for Openclaw Skills:

# Install the CLI
npm install -g @membranehq/cli@latest

# Authenticate your agent environment
membrane login --tenant --clientName=openclaw

# Establish the Cronofy connection
membrane connection ensure "https://cronofy.com" --json

If the connection requires user interaction, follow the provided URL to complete the OAuth process.

Cronofy Data Schema & Taxonomy

The skill organizes data around the following primary entities:

Entity Description
Connection Managed object representing the authenticated link to a Cronofy account.
Action Specific scheduling tasks like 'Create Event' or 'Get Availability'.
Input Schema JSON-based definitions for parameters required by each action.
Output Schema Structured JSON data returned from Cronofy API responses.
State Lifecycle status of the connection (READY, BUILDING, CLIENT_ACTION_REQUIRED).

Cronofy Advanced Features

  • Server-side credential management that handles token refreshes automatically for Openclaw Skills.
  • Intent-based action discovery allows agents to find the right tool for any scheduling task via natural language.
  • Direct API proxying enables full access to the Cronofy API surface while maintaining secure authentication headers.
  • Headless environment support for authenticating agents in remote or CLI-only setups.
  • Multi-tenant architecture support for managing various user connections under a single agent type.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*