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.

What this means

If invoked on a booking request, the agent may create a real Calendly booking and send a calendar invite.

Why it was flagged

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.

Skill content
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"
Recommendation

Confirm the invitee, email, timezone, event type, and time before allowing the final booking API call, especially for ambiguous requests.

What this means

The agent can use the configured Calendly token to access Calendly APIs and book meetings on your behalf.

Why it was flagged

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.

Skill content
openclaw config set env.CALENDLY_API_TOKEN "your-token-here"
Recommendation

Use a token you can revoke, keep it private, and remove or rotate it if you stop using the skill.