Book Meditation

PassAudited by ClawScan on May 1, 2026.

Overview

This is a simple, purpose-aligned meditation booking skill, but it can send contact details to an external MCP service and create a booking, so users should confirm before booking.

This skill appears coherent for finding and booking meditation services. Before installing or using it, make sure you are comfortable sending booking details to Lokuli, and require the agent to confirm all appointment and 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

The agent may create an appointment and share contact details with the service if the user asks it to book.

Why it was flagged

The tool can create a real booking using user contact information. This is aligned with the stated booking purpose, but it is a state-changing action that should be confirmed by the user.

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, contact details, price, and cancellation policy before allowing the booking call.

What this means

Location, appointment preferences, and contact details may be sent to Lokuli when searching or booking.

Why it was flagged

The skill routes requests through an external MCP endpoint. This is disclosed and purpose-aligned, but booking/search details may leave the user's environment.

Skill content
MCP Endpoint

```
https://lokuli.com/mcp/sse
```

Transport: SSE | JSON-RPC 2.0 | POST requests
Recommendation

Only provide the personal details needed for the booking, and avoid sending sensitive information unrelated to the appointment.