← Back to Skills Marketplace
edwardrodriguez703-design

Book Waxing

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

uook waxing

Book waxing 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": "waxing",
      "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 do what it says: call Lokuli's MCP to search and create waxing bookings. Before installing or using it, consider: (1) the skill will send personal data (name, email, phone, location/time) to https://lokuli.com — only proceed if you trust that domain and service; (2) the SKILL.md contains example/hard-coded values — ensure the agent asks you for your actual zip code, date/time, and contact details before sending; (3) there is no source or homepage listed, so if you need higher assurance, verify the endpoint (lokuli.com) independently or test with dummy contact info first; (4) if you do not want your contact info transmitted automatically, refuse or require a confirm step in the agent flow.
Capability Analysis
Type: OpenClaw Skill Name: book-waxing Version: 1.0.1 The provided skill bundle defines a service for booking waxing appointments through a specified external endpoint (`https://lokuli.com/mcp/sse`). The `SKILL.md` file outlines three tools (`search`, `check_availability`, `create_booking`) with arguments consistent with the stated purpose. There is no evidence of prompt injection, data exfiltration, malicious execution, or other high-risk behaviors; all actions align with the described functionality.
Capability Assessment
Purpose & Capability
Name/description align with the SKILL.md: it targets Lokuli's MCP and defines search, availability check, and booking RPC calls. The required capabilities (network calls to Lokuli) are consistent with the stated purpose.
Instruction Scope
Instructions contain JSON-RPC examples that include customerName, customerEmail, and customerPhone fields; this is expected for a booking skill but means the agent will collect/transmit PII. Examples include hard-coded sample values (zipCode 90640, dates in 2025) which should be replaced with user-supplied data; the instructions do not tell the agent to read unrelated files or secrets.
Install Mechanism
Instruction-only skill with no install steps, no code files, and no binaries to install — minimal filesystem/installation risk.
Credentials
No environment variables or credentials are requested (proportionate). However, the skill will send user-provided PII to https://lokuli.com/mcp/sse; absence of declared auth means requests may be unauthenticated or rely on platform tooling — the external endpoint and data transmission are the main privacy consideration.
Persistence & Privilege
Default privileges (always: false, agent-invocable allowed). The skill does not request permanent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-waxing
  3. After installation, invoke the skill by name or use /book-waxing
  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-waxing
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Waxing?

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

How do I install Book Waxing?

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

Is Book Waxing free?

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

Which platforms does Book Waxing support?

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

Who created Book Waxing?

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

💬 Comments