Zoho Bookings
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent Zoho Bookings integration, but it uses a Maton API key/OAuth connection and can modify booking data when approved.
This skill appears purpose-aligned for Zoho Bookings. Before installing, make sure you trust Maton with managed OAuth access, store MATON_API_KEY securely, specify the intended connection when multiple accounts exist, and manually review any create, update, or delete action before approving it.
Findings (3)
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 misused, the agent could create, update, or delete booking-related records in the connected Zoho Bookings account.
The skill can perform create, read, update, and delete actions against Zoho Bookings resources. This is expected for the stated integration, but write actions can affect real scheduling/business data.
Manage appointments, services, staff, and workspaces with full CRUD operations.
Only approve write operations after checking the target workspace, service, staff member, or appointment and the intended change.
Anyone or any agent action using the API key may be able to access the connected Zoho Bookings integration according to the account’s permissions.
The skill requires a Maton API key and uses managed OAuth to act on the user's Zoho Bookings account. This delegated authority is necessary for the integration but sensitive.
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Keep the MATON_API_KEY private, use the intended Zoho connection, and revoke or rotate credentials if they are exposed.
Zoho Bookings requests and responses may pass through Maton’s infrastructure, so trust in that service is required.
Requests flow through the Maton API gateway before reaching Zoho, and Maton manages the OAuth token. This is clearly disclosed and central to the skill’s design, but it means booking data and delegated access depend on that third-party service.
Maton proxies requests to `www.zohoapis.com/bookings/v1/json` and automatically injects your OAuth token.
Use this skill only if you trust Maton to handle the Zoho OAuth connection and booking data; review and delete unused connections.
