Meetbot for Openclaw

A professional AI agent skill for automating meeting scheduling, availability checks, and guest bookings through the Meet.bot platform.

poolside-ventures
v1.0.0
Mar 6, 2026
0
740
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install meetbot

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 meetbot 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 Meetbot?

Meetbot is a sophisticated integration within the ecosystem of Openclaw Skills designed to bridge the gap between AI agents and calendar management. By connecting to the Meet.bot MCP server, this skill allows your AI assistant to act as a personal scheduler that can view your availability, manage multiple scheduling pages, and finalize bookings without manual intervention. It focuses on precision and security, utilizing Bearer token authentication to ensure that all calendar actions are authorized and accurate.

This skill is particularly valuable for users who manage high-volume scheduling tasks and want to leverage the power of LLMs to handle time-zone conversions and slot selection. By utilizing Meetbot, developers and professionals can automate the logistical overhead of meeting coordination, making it a cornerstone among Openclaw Skills for productivity.

Meetbot Use Cases

  • Automatically identifying open time slots for specific dates and timezones.
  • Listing and managing active scheduling pages while filtering out archived content.
  • Booking meetings directly by providing guest details and ISO 8601 timestamps.
  • Generating shareable booking links for guests who prefer to select their own time slots.

How Meetbot Works

  1. The skill establishes a secure connection to the Meet.bot MCP server using a Bearer token.
  2. It fetches the user's scheduling pages to determine active booking endpoints.
  3. The agent queries available slots for a given page, applying timezone and date range filters.
  4. After user confirmation, it executes the booking tool with the guest's name, email, and selected start time.

Meetbot Setup

To integrate Meetbot into your environment for Openclaw Skills, follow these installation steps:

  1. Obtain your API key from the Meet.bot dashboard.
  2. Configure your MCP client to point to the server URL: https://mcp.meet.bot.
  3. Ensure your client is configured to send the API key as a Bearer token in the header.
# Example of verifying the connection via the health_check tool
# Requirement: Authorization: Bearer <your-api-key>
curl -H "Authorization: Bearer your_api_key" https://mcp.meet.bot/health_check

Meetbot Data Schema & Taxonomy

Meetbot organizes scheduling data using a structured schema to ensure compatibility between the MCP server and the AI agent.

Attribute Description Data Type
page_url The unique URL identifying a specific scheduling page String (URL)
guest_name The full name of the person joining the meeting String
start The meeting commencement time in UTC ISO 8601
timezone IANA timezone string for slot calculation String
booking_link A direct link for a specific available time slot String (URL)

Meetbot Advanced Features

  • Smart filtering that automatically ignores pages containing archived status in the URL.
  • Localized time rendering that converts raw ISO strings into human-readable formats for better user experience.
  • Multi-link generation allowing the agent to provide 3-5 booking options simultaneously.
  • Secure confirmation logic to prevent accidental bookings in environments where cancellations are not supported via API.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*