← Back to Skills Marketplace
edwardrodriguez703-design

Book Auto Body

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

uook auto uody

Book auto-body 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": "auto-body",
      "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 aim at booking auto-body services via Lokuli, but the instructions are incomplete. Before installing or using it: 1) Verify the Lokuli MCP endpoint (https://lokuli.com/mcp/sse) is a legitimate service you trust. 2) Ask how authentication is handled — the skill doesn't declare any API keys or tokens; determine whether the platform will supply credentials or if the skill requires sensitive credentials you would need to provide. 3) Be cautious about sending user PII (name, email, phone, location) to an external endpoint — confirm consent and data-handling policies. 4) Test in a sandbox or with dummy accounts to confirm behavior, and require the skill author to replace hard-coded placeholders with clear parameterization and an auth flow before using with real users.
Capability Analysis
Type: OpenClaw Skill Name: book-auto-body Version: 1.0.1 The skill defines tools in SKILL.md that make external network calls to `https://lokuli.com/mcp/sse` and handle personally identifiable information (PII) such as customer name, email, and phone number for booking services. While these actions align with the stated purpose, they represent high-risk capabilities (external network access and PII handling) without explicit malicious intent, classifying it as suspicious. A minor typo in the SKILL.md title (`# uook auto uody`) is also present.
Capability Assessment
Purpose & Capability
Name and description match the instructions (search, check_availability, create_booking against Lokuli's MCP). However, a booking integration would normally document how to authenticate to the external MCP or declare required credentials; no credentials or auth flow are requested or explained.
Instruction Scope
SKILL.md provides JSON-RPC templates and an MCP SSE endpoint; it does not ask the agent to read unrelated files or environment variables. But the examples include hard-coded placeholders (zipCode 90640, dates, and example customer PII like 'John Doe' and a phone/email) and give no guidance on substituting real user data, validating consent, or obtaining user location — making the instructions incomplete and potentially risky when live data is used.
Install Mechanism
Instruction-only skill with no install spec, no code files, and no downloads — minimal installation risk.
Credentials
The skill declares no required environment variables or credentials but points to an external booking endpoint. Real-world booking APIs typically require API keys, OAuth tokens, or other credentials; the absence of any declared auth or explanation about where credentials come from is an incoherence that could indicate incomplete documentation or hidden dependencies on platform-managed credentials.
Persistence & Privilege
always is false and there is no request to modify agent/system-wide settings. The skill does not request persistent 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-auto-body
  3. After installation, invoke the skill by name or use /book-auto-body
  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-auto-body
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Auto Body?

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

How do I install Book Auto Body?

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

Is Book Auto Body free?

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

Which platforms does Book Auto Body support?

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

Who created Book Auto Body?

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

💬 Comments