Book Garage Door

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is purpose-aligned for booking garage-door services, but it uses an external Lokuli MCP server and can submit contact details to create a real booking.

Before installing or using this skill, be comfortable with Lokuli receiving your garage-door service request details and contact information. Ask the agent to confirm the provider, time slot, and your contact details before creating a 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.

What this means

If invoked with incorrect details, the agent could schedule the wrong service time or share incorrect contact information with the provider.

Why it was flagged

The skill documents a tool that can create an external service booking using user contact details. This is purpose-aligned for a booking skill, but it is still a real-world action that should be user-confirmed.

Skill content
"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" }
Recommendation

Confirm the provider, service, date, time, price if available, and contact details before allowing a booking to be created.

What this means

Search terms, ZIP code, appointment choices, and contact details may be transmitted to Lokuli’s MCP service.

Why it was flagged

The skill sends search, availability, and booking requests to an external MCP server. This is disclosed and aligned with the service-booking purpose, but users should understand that their booking information leaves the local agent context.

Skill content
MCP Endpoint: https://lokuli.com/mcp/sse ... Transport: SSE | JSON-RPC 2.0 | POST requests
Recommendation

Use the skill only if you are comfortable sharing the required booking information with Lokuli, and provide only the details needed to complete the appointment.