← Back to Skills Marketplace
edwardrodriguez703-design

Book Salon

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

uook salon

Book salon 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": "salon",
      "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 appears to perform salon search and booking via Lokuli's MCP endpoint, which can legitimately require sending names, emails, phones, and location. Before installing or using it, verify the upstream service and privacy practices: who runs lokuli.com, is there an owner or homepage, how are requests authenticated, and how is booking/customer data stored and retained? Avoid sending real personal data until you confirm those details; test with placeholder/fake data. If you need stricter guarantees, require an explicit authentication step or written privacy policy, or prefer a skill published by a known vendor. If you decide to proceed, ask the publisher to document the auth flow and data retention, and to minimize the data sent in create_booking calls.
Capability Analysis
Type: OpenClaw Skill Name: book-salon Version: 1.0.1 The skill bundle defines a set of tools for booking salon services through a specified external endpoint (https://lokuli.com/mcp/sse). All instructions and tool definitions in SKILL.md are clearly aligned with the stated purpose of booking salon services. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with a harmful objective. The only minor anomaly is a typo in the SKILL.md title ('uook' instead of 'book'), which does not indicate malicious intent.
Capability Assessment
Purpose & Capability
The name and description claim booking salon services via Lokuli MCP; the SKILL.md explicitly targets Lokuli's MCP endpoint and provides RPC examples (search, check_availability, create_booking). The requested capabilities align with the stated purpose.
Instruction Scope
The instructions direct the agent to call an external endpoint (https://lokuli.com/mcp/sse) and to POST JSON-RPC payloads that include personal customer data (name, email, phone, location/zip). There are no instructions about authentication, consent, or data minimization. Opening an SSE connection to a third party and transmitting PII without documented safeguards is a privacy/exfiltration risk.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so it does not write additional binaries or archives to disk. That minimizes install-time risk.
Credentials
The skill requests no environment variables or credentials (which reduces risk), but it will transmit user-identifying information (contact, phone, email, location) to an external host. The SKILL.md does not declare any required credentials or explain how requests are authenticated or authorized—this lack of proportionality and transparency about who receives and stores user data is concerning.
Persistence & Privilege
always is false and there are no installation changes or requests to modify other agent configs. The skill does not request persistent system privileges in its manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-salon
  3. After installation, invoke the skill by name or use /book-salon
  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-salon
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Salon?

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

How do I install Book Salon?

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

Is Book Salon free?

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

Which platforms does Book Salon support?

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

Who created Book Salon?

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

💬 Comments