Book Appliance Repair

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherently focused on finding and booking appliance repair, but users should confirm bookings and understand that contact details go to an external Lokuli MCP service.

Before installing or using this skill, make sure you trust Lokuli for appliance-repair booking. Confirm the provider, time slot, contact details, and any costs or cancellation terms before allowing a booking to be created.

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.

What this means

If used without careful confirmation, the agent could book an appointment at the wrong time or with the wrong provider.

Why it was flagged

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.

Skill content
"name": "create_booking", "arguments": { "providerId": "xxx", "serviceId": "yyy", "timeSlot": "2025-02-10T14:00:00-08:00"
Recommendation

Require explicit user confirmation of provider, service, date, time, and any cost or cancellation terms before calling create_booking.

What this means

The user’s name, email, phone number, and booking preferences may be shared with Lokuli and/or repair providers.

Why it was flagged

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.

Skill content
https://lokuli.com/mcp/sse ... "customerName": "John Doe", "customerEmail": "john@example.com", "customerPhone": "+13105551234"
Recommendation

Share only the necessary contact information and verify that the user is comfortable sending it to the external booking service.

What this means

Users have less information for verifying who maintains the skill or how the external service is governed.

Why it was flagged

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.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer using this skill when you trust the publisher and the Lokuli service endpoint; consider verifying the service separately before sharing personal details.