Book Tree Service
PassAudited by ClawScan on May 10, 2026.
Overview
This looks like a normal tree-service booking helper, but it can send your contact details to Lokuli and create an appointment, so confirm details before booking.
This skill appears coherent for booking tree-service appointments. Install it only if you trust Lokuli, and do not let the agent complete create_booking until you have reviewed and confirmed the provider, time slot, and contact information.
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.
If used with the wrong provider, time, or contact details, the user could accidentally schedule a real service appointment.
The skill documents a tool that can create an external booking using customer contact details. This is aligned with the stated booking purpose, but it is a user-impacting action.
"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 the user to confirm provider, service, date, time, contact details, and any cost or cancellation terms before calling create_booking.
The user's booking and contact information may be sent to Lokuli's MCP service.
The skill routes search, availability, and booking calls through a remote MCP endpoint. The booking example includes name, email, and phone, so this creates an external data-sharing boundary.
## MCP Endpoint ``` https://lokuli.com/mcp/sse ``` Transport: SSE | JSON-RPC 2.0 | POST requests
Share only information needed for the booking and use the skill only if the user trusts Lokuli and its handling of contact details.
It may be harder for the user to verify who maintains the skill or the remote service it relies on.
The registry metadata does not provide a source repository or homepage. This is not evidence of malicious behavior, but it limits independent verification of the skill/provider provenance.
Source: unknown; Homepage: none
Verify the Lokuli domain and provider reputation before sharing personal booking information.
