Book Dance Lessons

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is a simple instruction-only integration for searching and booking dance lessons through a disclosed Lokuli MCP endpoint, but users should be aware it can send contact details and create bookings.

This skill appears purpose-aligned for finding and booking dance lessons. Before installing or using it, confirm that you are comfortable sending booking contact details to Lokuli, and make sure the agent asks you to verify the provider, time, and personal information before creating a booking.

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

The agent may be able to place a booking with an outside service if the user provides the required details.

Why it was flagged

The skill documents a tool that can create an external service booking. This is aligned with the skill purpose, but it is a user-impacting action that should be confirmed before execution.

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

Only use the booking action after confirming the provider, service, date, time, and contact details with the user.

What this means

Contact details such as name, email, and phone number may be transmitted to Lokuli to complete the booking.

Why it was flagged

The skill uses a remote MCP endpoint and the booking example includes customer contact information. This is expected for booking, but it means personal data may be sent to the external service.

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

Share only the contact information needed for the booking and verify the destination service is acceptable before proceeding.

What this means

It may be harder to independently verify who maintains the skill or the external service integration.

Why it was flagged

The skill has no source repository or homepage listed, which limits provenance review. There is no code or install mechanism in the provided artifacts, so this is only a provenance note.

Skill content
Source: unknown; Homepage: none
Recommendation

Use the skill only if you trust the listed Lokuli endpoint and are comfortable with the limited provenance information.