Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Book Calendly meetings instantly. Triggers on "book", "schedule calendly", "calendly book", or any request to book a meeting without sending a link.
Book Calendly meetings instantly. Triggers on "book", "schedule calendly", "calendly book", or any request to book a meeting without sending a link.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Book Calendly meetings via natural language. No tab switching, no link sending.
SettingValueDefault Calendly Linkhttps://calendly.com/YOUR_USERNAMECalendly UsernameYOUR_USERNAME Note: Update the values above with your own Calendly username after installation.
InputActionbook [name] [email] [timezone] [time]Book a meetingcalendly book [name] [email] [timezone] [time]Book a meeting
FieldRequiredExampleNameYesJohn SmithEmailYesjohn@acme.comTimezoneYesEST, PST, UTCTimeYestomorrow 2pm
InputIANA FormatEST/EDTAmerica/New_YorkCST/CDTAmerica/ChicagoMST/MDTAmerica/DenverPST/PDTAmerica/Los_AngelesGMT/UTCUTC
curl -s "https://api.calendly.com/users/me" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN"
curl -s "https://api.calendly.com/event_types?user={USER_URI}" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN"
curl -s "https://api.calendly.com/event_type_available_times?event_type={EVENT_TYPE_URI}&start_time={START_UTC}&end_time={END_UTC}" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN"
curl -s -X POST "https://api.calendly.com/invitees" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "event_type": "{EVENT_TYPE_URI}", "start_time": "{TIME_UTC}", "invitee": { "name": "{NAME}", "email": "{EMAIL}", "timezone": "{TIMEZONE_IANA}" } }'
✅ Meeting Booked! 📅 [Date] ⏰ [Time] [Timezone] 👤 [Name] ([Email]) 📍 Calendar invite sent automatically
⚠️ No availability at [time] Nearest slots: 1. [Option 1] 2. [Option 2] 3. [Option 3]
ErrorResponseInvalid emailAsk to confirm emailToken expiredDirect to Calendly settingsNo event typesDirect to create one in Calendly
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.