Book Fitness

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill matches its stated fitness-booking purpose, but it uses an external Lokuli MCP endpoint that can create bookings and receive customer contact details.

Before installing, decide whether you trust the Lokuli MCP endpoint and publisher. If used, have the agent search and check availability freely, but require explicit confirmation before creating any booking or sharing your contact details.

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 could place a fitness booking through the external service when the user intends to book.

Why it was flagged

The skill exposes a booking-creation action, which is purpose-aligned but can create a real appointment if submitted.

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

Confirm the provider, service, date, time, customer details, and any cancellation or fee terms before allowing create_booking to be called.

What this means

Name, email, and phone number may be shared with the external booking provider to complete a reservation.

Why it was flagged

The documented MCP flow sends customer contact information to an external Lokuli endpoint as part of booking.

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

Only provide the contact details needed for the booking and use the skill only if you trust the Lokuli MCP service.

What this means

Users have limited registry-provided context for verifying who maintains the skill or the linked service.

Why it was flagged

The registry metadata does not provide an external source or homepage to help verify the publisher or service provenance.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and the lokuli.com endpoint independently before relying on the skill for bookings.