← Back to Skills Marketplace
edwardrodriguez703-design

Book Nutritionist

by Lokuli · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1403
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install book-nutritionist
Description
Book nutritionist services through Lokuli MCP. Use when user needs to find and book nutritionist. Triggers on requests like "book a nutritionist", "find nutritionist near me", or any nutritionist service request.
README (SKILL.md)

uook nutritionist

Book nutritionist services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "nutritionist",
      "zipCode": "90640",
      "maxResults": 20
    }
  }
}

check_availability

{
  "method": "tools/call",
  "params": {
    "name": "check_availability",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "date": "2025-02-10"
    }
  }
}

create_booking

{
  "method": "tools/call",
  "params": {
    "name": "create_booking",
    "arguments": {
      "providerId": "xxx",
      "serviceId": "yyy",
      "timeSlot": "2025-02-10T14:00:00-08:00",
      "customerName": "John Doe",
      "customerEmail": "[email protected]",
      "customerPhone": "+13105551234"
    }
  }
}
Usage Guidance
This skill will send user contact information (name, email, phone) and location (zip code) to the external endpoint https://lokuli.com/mcp/sse. Before installing or using it, verify who operates lokuli.com and whether you trust them with PII; confirm the booking flow requires no API key or how authentication is handled; insist the agent prompt for and display the exact booking payload and ask for user consent before sending; and avoid providing real personal data until you’ve confirmed the service’s legitimacy and privacy practices. If you need stronger guarantees, prefer a skill that declares its auth method (API key) and documents data handling. If you want, I can draft a set of safety prompts the agent should use (consent, data preview, and validation) to reduce risk.
Capability Analysis
Type: OpenClaw Skill Name: book-nutritionist Version: 1.0.1 The skill is designed to book nutritionist services through the Lokuli MCP server. It uses an external endpoint (https://lokuli.com/mcp/sse) and tools to search, check availability, and create bookings. While the `create_booking` tool sends customer PII (name, email, phone), this is directly aligned with the skill's stated purpose of booking services and does not constitute unauthorized data exfiltration. There is no evidence of malicious execution, persistence, or harmful prompt injection, only a minor typo in the SKILL.md title.
Capability Assessment
Purpose & Capability
The name/description align with the SKILL.md examples (search, check_availability, create_booking). However, the skill references an external MCP endpoint (https://lokuli.com/mcp/sse) but declares no credentials or auth mechanism — this is plausible if the MCP is public but is unusual for a booking API and should be justified.
Instruction Scope
The instructions include explicit JSON-RPC payloads that contain/require customer PII (name, email, phone) and a zip code. They direct the agent to interact with an external service (lokuli.com) but do not instruct the agent to obtain explicit user consent, validate input, or show the outgoing payload before sending. Hard-coded example values and dates are present, which is sloppy and could lead to accidental data leakage if not replaced.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk and no third-party packages are fetched, which minimizes install-time risk.
Credentials
The skill declares no required environment variables or credentials, yet it calls an external MCP endpoint and will transmit user PII. Booking APIs commonly require API keys/auth; absence of declared credentials is unexpected. There is a proportionality concern: transmitting PII to an external domain without clear auth, affiliation, or privacy guidance is not justified by the description alone.
Persistence & Privilege
The skill does not request always:true and has no install-time persistence. It does not modify agent configuration or request elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-nutritionist
  3. After installation, invoke the skill by name or use /book-nutritionist
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fixed display name
v1.0.0
Initial release
Metadata
Slug book-nutritionist
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Nutritionist?

Book nutritionist services through Lokuli MCP. Use when user needs to find and book nutritionist. Triggers on requests like "book a nutritionist", "find nutritionist near me", or any nutritionist service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1403 downloads so far.

How do I install Book Nutritionist?

Run "/install book-nutritionist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Nutritionist free?

Yes, Book Nutritionist is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Book Nutritionist support?

Book Nutritionist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Nutritionist?

It is built and maintained by Lokuli (@edwardrodriguez703-design); the current version is v1.0.1.

💬 Comments