← Back to Skills Marketplace
edwardrodriguez703-design

Book Massage

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

uook massage

Book massage 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": "massage",
      "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 legitimate booking actions, but it omits important operational details. Before installing or enabling it, consider: 1) Verify the external endpoint (https://lokuli.com) and confirm it's the intended service — check its privacy policy and legitimacy. 2) Ask the skill author how authentication is handled (API key, OAuth, or anonymous access). If authentication is required, ensure keys/tokens aren’t left in plain text. 3) Be cautious about providing user PII (name, email, phone). The skill gives no guidance on explicit user consent or data minimization — require explicit consent before sending any personal data. 4) Test in a safe environment (no real credit-card or personal data) to observe actual network calls. 5) If you need stronger assurances (encryption, audit logging, revocation), request those from the publisher or avoid using the skill. Additional information about authentication and the service's privacy/security practices would move this assessment toward benign.
Capability Analysis
Type: OpenClaw Skill Name: book-massage Version: 1.0.1 The skill 'book-massage' is designed to facilitate booking massage services through the `lokuli.com` endpoint. The `SKILL.md` file clearly defines three tools (`search`, `check_availability`, `create_booking`) with parameters appropriate for their stated functions, including handling necessary PII (name, email, phone) for booking. There is no evidence of malicious execution, unauthorized data exfiltration beyond the stated purpose, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to subvert its intended behavior.
Capability Assessment
Purpose & Capability
Name/description (book massage via Lokuli MCP) aligns with the SKILL.md which shows JSON-RPC calls for searching, checking availability, and creating bookings against an external Lokuli MCP endpoint.
Instruction Scope
Instructions show concrete JSON-RPC payloads that include customer PII fields (customerName, customerEmail, customerPhone) and an external endpoint (https://lokuli.com/mcp/sse). The SKILL.md does not describe authentication, consent, data minimization, or when/how to collect user PII. It also contains hardcoded/example fields (zipCode, date) and placeholders (providerId: xxx) without guidance. Sending user PII to an external service is reasonable for booking, but the lack of auth/consent controls and no guidance about verification is a scope concern.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from an installation standpoint (nothing written to disk).
Credentials
The skill requests no environment variables or credentials, yet it expects to interact with an external booking API. Real booking integrations commonly require API keys or OAuth; the absence of any declared credential or instructions for authentication is unexpected and disproportionate to the task, or at least incomplete documentation.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not request persistent privileges or system-wide configuration changes. Autonomous invocation is allowed by platform default, which is normal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-massage
  3. After installation, invoke the skill by name or use /book-massage
  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-massage
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Massage?

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

How do I install Book Massage?

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

Is Book Massage free?

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

Which platforms does Book Massage support?

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

Who created Book Massage?

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

💬 Comments