Calendly Quick Book
PassAudited by ClawScan on May 10, 2026.
Overview
This appears to be a straightforward Calendly-booking skill, but it can use your Calendly token to create real bookings and send invites.
Install this only if you want OpenClaw to create Calendly bookings for you. Before use, configure your own Calendly username and token, and make sure the agent confirms the recipient, email, timezone, event type, and time before sending a real invite.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If invoked on a booking request, the agent may create a real Calendly booking and send a calendar invite.
The skill is meant to book meetings, and it discloses the Calendly API call that creates an invitee; users should notice that the action is a real account mutation, not just a suggestion.
Triggers on "book", "schedule calendly", "calendly book", or any request to book a meeting without sending a link... curl -s -X POST "https://api.calendly.com/invitees"
Confirm the invitee, email, timezone, event type, and time before allowing the final booking API call, especially for ambiguous requests.
The agent can use the configured Calendly token to access Calendly APIs and book meetings on your behalf.
The skill requires a Calendly API token stored in OpenClaw configuration so the agent can act through the user's Calendly account; this is expected for the stated integration.
openclaw config set env.CALENDLY_API_TOKEN "your-token-here"
Use a token you can revoke, keep it private, and remove or rotate it if you stop using the skill.
