Book Tailor
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.
A booking could be created with a chosen tailor, time slot, and contact information.
The skill documents a tool capable of creating a real service booking, which is aligned with the stated purpose but is a user-impacting action.
"name": "create_booking"
Confirm the provider, service, time, customer contact details, price, and cancellation policy with the user before creating a booking.
The user's name, email, phone number, and appointment details may be shared with Lokuli and/or the selected service provider.
The skill routes MCP requests to an external Lokuli endpoint, including booking fields such as customerName, customerEmail, and customerPhone.
https://lokuli.com/mcp/sse
Only provide necessary contact information and use the booking action when the user has agreed to share those details with the service.
