Book HVAC
PassAudited by ClawScan on May 10, 2026.
Overview
This instruction-only HVAC booking skill is purpose-aligned, but it uses an external MCP service and can submit contact details to create a real booking, so users should confirm details before booking.
Before installing or using this skill, confirm you trust the Lokuli MCP service and make sure the agent asks for your final approval before it submits any real HVAC booking or shares your contact information.
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.
If used carelessly, the agent could request an appointment or share contact details before the user has confirmed the provider, time, and contact information.
This shows the skill can submit a booking with appointment and customer contact details. That is expected for an HVAC booking skill, but it is a real-world action that should be user-confirmed.
"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" }Only call create_booking after the user explicitly confirms the provider, service, date/time, and contact details.
HVAC request details and any provided name, email, and phone number may be transmitted to Lokuli's MCP service and potentially to service providers.
The skill relies on an external MCP endpoint for search, availability, and booking operations. This is aligned with the stated purpose, but booking data is sent to an external service.
MCP Endpoint ... https://lokuli.com/mcp/sse ... Transport: SSE | JSON-RPC 2.0 | POST requests
Use the skill only if the user is comfortable sharing the required booking details with Lokuli and the selected HVAC provider.
