Install
openclaw skills install meetbotSchedule and book meetings using the Meet.bot MCP server (mcp.meet.bot). Use when the user wants to check calendar availability, find open time slots, book a...
openclaw skills install meetbotConnect to the Meet.bot MCP server at https://mcp.meet.bot using a Bearer token.
Every tool call requires Authorization: Bearer <api-key> in the HTTP header. If not configured, the server returns a clear error explaining this. Ask the user for their Meet.bot API key before proceeding.
| Tool | Purpose |
|---|---|
get_scheduling_pages | List all the user's scheduling pages |
get_page_info | Get details about a specific page by URL |
get_available_slots | Find open time slots for a page |
book_meeting | Book a slot (requires page, guest_email, guest_name, start) |
health_check | Verify the API key is valid |
get_scheduling_pages to list pages (or use URL directly if known)get_available_slots with the page URL, date range, and user's timezonebook_meeting — start time must be ISO 8601 (e.g. 2026-03-10T14:00:00Z)get_available_slots with booking_link: truebooking_link URLs for the guest to self-selectbook_meeting — bookings cannot be cancelled via this serverget_available_slots supports count, start, end (YYYY-MM-DD), and timezone (IANA)