← Back to Skills Marketplace
edwardrodriguez703-design

Book Facial

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

uook facial

Book facial 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": "facial",
      "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 is instruction-only and matches its stated purpose, but it lacks important security and privacy details. Before installing, ask the publisher: (1) Does Lokuli's MCP require API keys or other auth? If so, where should those credentials be stored and why aren't they declared? (2) How will user PII (name, email, phone) be collected, confirmed, and protected before being sent to lokuli.com? (3) Is lokuli.com a trusted endpoint for your organization? If you proceed, ensure the agent prompts for explicit user consent before sending any personal data, that credentials (if required) are provided securely, and test the integration in a safe sandbox account first.
Capability Analysis
Type: OpenClaw Skill Name: book-facial Version: 1.0.1 The skill bundle defines a 'book-facial' skill that interacts with an external endpoint `https://lokuli.com/mcp/sse` to search for, check availability, and create bookings for facial services. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose of booking services. There is no evidence of malicious execution, data exfiltration of unrelated sensitive information, persistence mechanisms, or prompt injection attempts against the agent in the `SKILL.md` file. The network communication and handling of customer PII are necessary for the skill's intended function.
Capability Assessment
Purpose & Capability
Name/description match the instructions: SKILL.md defines RPC-style tool calls (search, check_availability, create_booking) against Lokuli's MCP endpoint, which is consistent with a booking skill. However, the skill does not declare any authentication/credential requirements even though a remote MCP endpoint typically requires auth — this mismatch is unexplained.
Instruction Scope
Instructions tell the agent to call external JSON-RPC tools and to send customerName, customerEmail, and customerPhone to https://lokuli.com/mcp/sse. The doc does not instruct how to collect/confirm user consent or how to protect or minimize PII before transmission. Example payloads contain hardcoded sample PII and fixed zip/date values, which could encourage accidental exfiltration if the agent substitutes real user data without safeguards.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk/write risk; nothing is downloaded or installed.
Credentials
The skill declares no required environment variables or credentials, yet it's designed to communicate with a third-party MCP endpoint and to submit personal data. If the endpoint requires API keys, auth tokens, or other secrets, those should be declared. The absence of declared credentials leaves ambiguity about how requests are authenticated and where sensitive data would be sent.
Persistence & Privilege
Flags are default (not always:true). The skill does not request persistent system-level privileges or modify other skills' configs. Normal autonomous invocation is allowed (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-facial
  3. After installation, invoke the skill by name or use /book-facial
  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-facial
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Facial?

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

How do I install Book Facial?

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

Is Book Facial free?

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

Which platforms does Book Facial support?

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

Who created Book Facial?

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

💬 Comments