Acuity API Scheduling Skill for Openclaw

A powerful AI-driven scheduling skill that enables agents to book meetings and manage Acuity Scheduling calendars via a unified API.

xiaoyinqu
v1.0.1
Mar 10, 2026
0
0
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install acuity-api

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 acuity-api 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 Acuity API Scheduling Skill?

The acuity-api skill is a robust integration designed for Openclaw Skills that bridges the gap between AI agents and professional calendar management. By leveraging the Acuity Scheduling infrastructure, this skill allows developers to programmatically book appointments, check availability, and manage meeting workflows without complex OAuth setups for every individual provider.

As part of the broader Openclaw Skills ecosystem, it provides a standardized way for AI coding agents to interact with scheduling services. This eliminates the friction of managing multiple vendor accounts and API keys, offering a single point of entry for all calendar-related automation tasks through the SkillBoss platform.

Acuity API Scheduling Skill Use Cases

  • Automating client discovery calls and appointment booking through AI chat agents.
  • Synchronizing internal team calendars with external scheduling platforms.
  • Developing self-service scheduling bots that handle reschedule and cancellation requests.
  • Integrating calendar management into custom productivity dashboards using Openclaw Skills.

How Acuity API Scheduling Skill Works

  1. The user installs the SkillBoss CLI to initialize the environment for Openclaw Skills.
  2. Authentication is handled via a trial or permanent account to generate a unified API key.
  3. The AI agent sends a structured JSON request to the SkillBoss endpoint, specifying acuity-api as the target model.
  4. The skill processes the natural language prompt or structured parameters to interface with the Acuity API.
  5. Results, such as confirmed booking IDs or available time slots, are returned to the agent in real-time.

Acuity API Scheduling Skill Setup

Install the CLI and initialize your Openclaw Skills environment:

curl -fsSL https://skillboss.co/install.sh | bash

Provision a free trial key to start testing immediately:

./cli/skillboss auth trial

Verify your credentials and balance:

./cli/skillboss auth status

Acuity API Scheduling Skill Data Schema & Taxonomy

Field Type Description
model string Set to acuity-api to route requests through Openclaw Skills.
input object Contains the prompt or specific scheduling parameters.
Authorization header Bearer token generated via the auth CLI command.

Data is handled securely through the SkillBoss gateway, ensuring that appointment metadata and calendar entries follow standard scheduling schemas for easy parsing by downstream AI agents.

Acuity API Scheduling Skill Advanced Features

  • Unified API access allowing the same key to work across 50+ AI services within the Openclaw Skills ecosystem.
  • Pilot mode for automatic model selection and discovery using the api-hub script.
  • Support for both direct CURL execution and script-based orchestration for complex scheduling workflows.
  • Pay-as-you-go credit system to avoid expensive monthly subscriptions for simple scheduling tasks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*