← Back to Skills Marketplace
edwardrodriguez703-design

Book Mechanic

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

uook mechanic

Book mechanic 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": "mechanic",
      "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 or using this skill, verify the legitimacy of lokuli.com and the MCP API (homepage, docs, privacy policy). Ask how the agent will authenticate (API key, OAuth) and why no credentials are declared in the skill metadata. Confirm what user data is required, how long it's retained, and whether bookings are sent only after explicit user consent. If you cannot verify the vendor and the auth/PII handling, avoid sending real customer information (test with dummy data) or restrict the skill's network access. If you proceed, monitor network calls and logs and limit the personal data you provide.
Capability Analysis
Type: OpenClaw Skill Name: book-mechanic Version: 1.0.1 The skill's purpose is clearly defined as booking mechanic services through the Lokuli MCP server. The `SKILL.md` file describes the external endpoint `https://lokuli.com/mcp/sse` and three tools (`search`, `check_availability`, `create_booking`) whose arguments and functionality are entirely consistent with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts to subvert the agent, or obfuscation. The collection of customer PII in `create_booking` is directly relevant to the skill's stated function.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md defines search, check_availability, and create_booking calls for mechanic bookings via Lokuli's MCP. However, the skill references an external endpoint (https://lokuli.com/mcp/sse) while declaring no credentials or configuration; that's an unexplained gap (how does the agent authenticate/authorize to use the MCP?).
Instruction Scope
The runtime instructions instruct the agent to initiate JSON-RPC/SSE calls to an external server and to send customer-identifying data (name, email, phone). The SKILL.md does not restrict what customer data is sent, ask for user consent, or explain data retention. That broad transmission of PII to an externally-hosted service is a scope/privacy concern.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and there is no installer or third-party package to evaluate.
Credentials
The skill declares no required environment variables or credentials, yet it points to a third-party API endpoint that in practice likely requires authentication. The absence of declared auth variables (API key, token) or guidance how requests are authorized is a mismatch and could lead to inadvertent unauthenticated requests or attempts to send sensitive data without clear safeguards.
Persistence & Privilege
The skill does not request persistent installation, 'always' is false, and it does not modify other skills or system-wide settings. It does, however, allow normal autonomous invocation (platform default), which increases blast radius if the skill is later found malicious — but that alone is not a protocol violation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-mechanic
  3. After installation, invoke the skill by name or use /book-mechanic
  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-mechanic
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Mechanic?

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

How do I install Book Mechanic?

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

Is Book Mechanic free?

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

Which platforms does Book Mechanic support?

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

Who created Book Mechanic?

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

💬 Comments