Book Nutritionist
PassAudited by ClawScan on May 10, 2026.
Overview
This looks like a simple nutritionist booking helper, but users should know it can send contact details to Lokuli and create a real appointment.
This skill appears coherent for finding and booking a nutritionist. Before installing or using it, confirm that Lokuli is the service you intend to use, and make sure the agent asks you to approve the provider, time, service, and contact details before creating any 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.
A mistaken or premature tool call could book the wrong provider, time, or service.
The skill exposes a tool that can create an appointment using user contact details. This is aligned with the stated booking purpose, 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 confirms the provider, service, time, contact details, and any cost or cancellation terms.
The user’s name, email, phone number, and appointment details may be sent to Lokuli to complete a booking.
The skill uses a remote MCP endpoint and the booking example includes personal contact fields. This is expected for booking services, but it is a sensitive data boundary users should understand.
https://lokuli.com/mcp/sse ... "customerName" ... "customerEmail" ... "customerPhone"
Send only the minimum necessary contact information and ensure the user agrees before transmitting it to the remote service.
Users may have less context for verifying who published the skill or whether the Lokuli endpoint is the intended service.
The skill has limited provenance metadata. There is no code to install, so this is not by itself suspicious, but users have less publisher information to verify before using the external service.
Source: unknown; Homepage: none
Verify the Lokuli service and publisher information before relying on the skill for real bookings or sharing contact details.
