← Back to Skills Marketplace
edwardrodriguez703-design

Book Auto

by Lokuli · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1370
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install book-auto
Description
Book auto services through Lokuli MCP. Use when user needs smog checks, oil changes, car detailing, mechanics, tire services, or any automotive service. Triggers on requests like "I need a smog check", "book an oil change", "find a mechanic near me", "car detailing", or any auto service request.
README (SKILL.md)

Book Auto Services

Book automotive services through Lokuli's MCP server.

MCP Endpoint

https://lokuli.com/mcp/sse

Transport: SSE | JSON-RPC 2.0 | POST requests

Auto Services Available

  • Smog Check
  • Oil Change
  • Car Detailing
  • Mechanic
  • Tire Services
  • Brake Service
  • Car Wash
  • Auto Body Repair

Tools

search

{
  "method": "tools/call",
  "params": {
    "name": "search",
    "arguments": {
      "query": "smog check",
      "zipCode": "90640",
      "category": "Auto Services",
      "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"
    }
  }
}

Workflow

  1. Understand — What auto service? Where (ZIP)?
  2. Search — Find matching providers
  3. Present — Show top results with pricing
  4. Check availability — Get open time slots
  5. Confirm — Get explicit user approval
  6. Create booking — Generate checkout link
Usage Guidance
This skill appears coherent for booking auto services, but it will send user contact information to an external endpoint (https://lokuli.com). Before installing or using it: 1) Verify the provider (lokuli.com) and its privacy policy; 2) Confirm how authentication is handled (the SKILL.md provides no API key or auth flow); 3) Ensure you obtain explicit user consent before transmitting PII (email/phone); 4) Test with non-sensitive/demo data first; 5) If you need guarantees about data handling, ask the skill author for details (owner/ homepage) or avoid using it until provenance and auth are clear.
Capability Analysis
Type: OpenClaw Skill Name: book-auto Version: 1.0.0 The skill bundle is designed to book auto services through Lokuli's MCP server. All files, including the SKILL.md instructions, align with this stated purpose. The tools defined (`search`, `check_availability`, `create_booking`) and their arguments are relevant to booking services, including the necessary collection of customer PII. The external network call to `https://lokuli.com/mcp/sse` is consistent with interacting with the specified service provider. There is no evidence of prompt injection, data exfiltration to unrelated parties, malicious execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
Name, description, and the SKILL.md all describe finding providers, checking availability, and creating bookings via Lokuli's MCP endpoint; the declared capabilities (search, check_availability, create_booking) match the stated purpose.
Instruction Scope
Instructions stay within booking workflow (collect service and ZIP, search providers, check availability, confirm, create booking). They include examples that will transmit personal contact info (customerName, customerEmail, customerPhone) to https://lokuli.com/mcp/sse; the workflow calls for explicit user confirmation but does not mention privacy/consent checks or what data is required for which steps.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. There is no download or external installer.
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportionate to the described behavior, though the SKILL.md also omits any mention of required API keys or auth tokens that an MCP service might typically require.
Persistence & Privilege
always is false and there is no request to modify agent/system config or persist credentials. The skill does not request elevated or permanent presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-auto
  3. After installation, invoke the skill by name or use /book-auto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Book auto services
Metadata
Slug book-auto
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Book Auto?

Book auto services through Lokuli MCP. Use when user needs smog checks, oil changes, car detailing, mechanics, tire services, or any automotive service. Triggers on requests like "I need a smog check", "book an oil change", "find a mechanic near me", "car detailing", or any auto service request. It is an AI Agent Skill for Claude Code / OpenClaw, with 1370 downloads so far.

How do I install Book Auto?

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

Is Book Auto free?

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

Which platforms does Book Auto support?

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

Who created Book Auto?

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

💬 Comments