Cal.com

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: cal-com Version: 1.0.1 The skill provides a legitimate integration for Cal.com via the Maton API proxy (api.maton.ai). It includes standard API documentation and Python code snippets for managing scheduling resources like bookings and event types. The instructions in SKILL.md specifically include a security requirement for the agent to obtain user approval before performing write operations, and no evidence of data exfiltration or malicious execution was found.

Findings (0)

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 the key or connection is misused, actions could be taken against the connected Cal.com account.

Why it was flagged

The skill uses a Maton API key and delegated OAuth access to act on a connected Cal.com account. This is expected for the integration, but it is still account-level authority.

Skill content
All requests require the Maton API key in the Authorization header ... Maton proxies requests to `api.cal.com` and automatically injects your OAuth token.
Recommendation

Keep MATON_API_KEY private, connect only the intended Cal.com account, use the Maton-Connection header when multiple accounts exist, and revoke connections that are no longer needed.

What this means

Approved write actions can change bookings, schedules, event types, or related Cal.com configuration.

Why it was flagged

The skill exposes API operations that can modify scheduling resources, but it also clearly requires user confirmation before writes.

Skill content
Create and manage event types, bookings, schedules, calendars, and webhooks. ... **All write operations require explicit user approval.**
Recommendation

Before approving any write action, verify the target account, resource, and exact intended change.

What this means

Scheduling data, profile details, and booking-related requests may pass through Maton's service.

Why it was flagged

Cal.com API requests and responses are routed through Maton's gateway rather than directly to Cal.com. This provider-mediated data flow is disclosed and central to the managed OAuth design.

Skill content
Base URL ... `https://api.maton.ai/cal-com/v2/{resource}` ... Maton proxies requests to `api.cal.com`
Recommendation

Use this skill only if you trust Maton as the OAuth/API gateway for your Cal.com account data.