Book Appliance Repair
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 without careful confirmation, the agent could book an appointment at the wrong time or with the wrong provider.
The skill documents a tool that can create an actual service booking. This is purpose-aligned, but it is a real-world action that should be confirmed by the user before execution.
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"Require explicit user confirmation of provider, service, date, time, and any cost or cancellation terms before calling create_booking.
The user’s name, email, phone number, and booking preferences may be shared with Lokuli and/or repair providers.
The skill routes booking requests through an external MCP endpoint and includes customer contact fields in the booking call. This is expected for booking, but it means personal contact data may be sent to the service.
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Share only the necessary contact information and verify that the user is comfortable sending it to the external booking service.
Users have less information for verifying who maintains the skill or how the external service is governed.
The registry metadata does not provide a source repository or homepage, which limits independent verification of the publisher or integration, although no code is installed by this skill.
Source: unknown; Homepage: none
Prefer using this skill when you trust the publisher and the Lokuli service endpoint; consider verifying the service separately before sharing personal details.
