Book Electrician
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is clear about booking electricians through Lokuli, but it includes a direct booking action with personal contact details and no explicit final-confirmation safeguard.
Before installing or using this skill, make sure you are comfortable sharing your contact details with Lokuli and the electrician provider. Configure or instruct the agent to search and check availability first, then ask for your explicit confirmation before creating any booking.
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.
An agent could place an unwanted electrician appointment or send the user's contact information before the user has reviewed the final details.
The skill defines a tool that can create an external service booking using the user's contact details, but the artifacts do not include an explicit requirement to get final user approval before calling it.
"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 the provider, service, time slot, contact details, price, and cancellation terms before invoking create_booking.
The user's name, email, and phone number may be sent to Lokuli and/or the selected electrician provider to complete a booking.
The skill uses an external MCP endpoint and its booking example includes sending personal contact information. This is purpose-aligned for booking, but it is still a sensitive data flow users should understand.
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Use the booking step only after the user agrees to share those contact details with Lokuli and the service provider.
