← Back to Skills Marketplace
edwardrodriguez703-design

Book Brake Service

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

uook urake service

Book brake-service 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": "brake-service",
      "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
Before installing, get clarification from the skill author: (1) Does the Lokuli MCP endpoint require authentication? If so, what credential flow is expected (API key, OAuth)? The skill should declare required env vars or an auth step. (2) Confirm how the skill obtains the user's location and contact info — do not use hardcoded zipCode or sample PII; the skill should prompt for or accept explicit user consent before sending PII. (3) Fix the technical contradictions (SSE vs POST) and replace example dates/times with dynamic handling. (4) Verify the endpoint (https://lokuli.com) is an official, trusted service and that traffic will be sent over TLS to the intended host. (5) Prefer a version of the skill that documents privacy handling and required credentials; avoid installing or granting this skill the ability to send user contact details to an external endpoint until these gaps are resolved. If you cannot get satisfactory answers, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: book-brake-service Version: 1.0.1 The skill bundle defines a service to book brake services through `lokuli.com`. It includes tools for searching, checking availability, and creating bookings. The `create_booking` tool handles customer personal information (name, email, phone), which is necessary for its stated purpose and is passed to the specified external endpoint `https://lokuli.com/mcp/sse`. There is no evidence of unauthorized data exfiltration, malicious execution, persistence, or prompt injection attempts in SKILL.md. The minor typo in the markdown heading does not indicate malicious intent.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md examples (search, check_availability, create_booking). However the instructions hard-code example inputs (zipCode 90640, example dates/times, sample customer PII) rather than showing how to use the actual user-provided location/contact info, and they do not explain authentication or why no credentials are required for an external booking endpoint. These omissions are disproportionate to a booking skill's needs (which normally require API credentials or an OAuth flow).
Instruction Scope
SKILL.md instructs the agent to send booking-related data (including customerName, customerEmail, customerPhone) to an external MCP endpoint (https://lokuli.com/mcp/sse). It does not: (a) explain authentication or consent/consistency checks, (b) describe how to obtain the user's real location (it uses a fixed zip code), or (c) sanitize/limit PII before transmission. The doc also contains technical contradictions (claims 'Transport: SSE | JSON-RPC 2.0 | POST requests' — SSE is usually a GET streaming transport, not POST). These make runtime behavior ambiguous and increase the chance of unintended data exfiltration.
Install Mechanism
Instruction-only skill with no install steps or code files — minimal disk footprint and no installer risk.
Credentials
The skill requests no environment variables or credentials, yet instructs calls to an external booking MCP endpoint. Real booking APIs typically require authentication (API keys, tokens, or OAuth). The lack of any declared credential mechanism is unexpected and unexplained, which is a proportionality concern: either the endpoint is unauthenticated (risky) or the SKILL.md is incomplete.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modifications. It does not declare any config paths or write actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-brake-service
  3. After installation, invoke the skill by name or use /book-brake-service
  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-brake-service
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Brake Service?

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

How do I install Book Brake Service?

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

Is Book Brake Service free?

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

Which platforms does Book Brake Service support?

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

Who created Book Brake Service?

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

💬 Comments