Book Chiropractor
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
If used prematurely, the agent could book the wrong provider, service, or time, or submit incorrect contact information.
The documented tool can create an appointment and submit user contact details. This is aligned with the skill's booking purpose, but it is a real-world action that should be user-confirmed.
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00", "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234" }Require explicit user confirmation of provider, service, time slot, and contact details before calling create_booking.
Lokuli's MCP service may receive location/search details and, during booking, the user's name, email, and phone number.
The skill routes searches, availability checks, and booking requests through an external MCP server. This is disclosed and purpose-aligned, but it means booking data leaves the user's environment.
## MCP Endpoint https://lokuli.com/mcp/sse Transport: SSE | JSON-RPC 2.0 | POST requests
Only provide the personal information needed for the booking, and ensure the user is comfortable sending it to Lokuli before proceeding.
