← Back to Skills Marketplace
edwardrodriguez703-design

Book Detailing

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

uook detailing

Book detailing 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": "detailing",
      "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 coherent and limited to calling Lokuli's MCP API, but before installing: (1) verify the lokuli.com endpoint is legitimate for your environment and that you trust that service; (2) confirm how authentication is handled (the skill does not declare any API keys or tokens); (3) understand what customer data (name, email, phone, payment info) will be transmitted and ensure you consent before the agent sends it; (4) ask whether payments are handled through the platform or require entering card details elsewhere; and (5) test with dummy data first to confirm behavior. If any of these are unclear, ask the skill author for details or decline until authentication/privacy flows are documented.
Capability Analysis
Type: OpenClaw Skill Name: book-detailing Version: 1.0.1 The skill defines tools for booking detailing services through an external endpoint at `https://lokuli.com/mcp/sse`. All defined tools (`search`, `check_availability`, `create_booking`) and their arguments are directly aligned with the stated purpose of booking services. While the `create_booking` tool handles sensitive customer data (name, email, phone), this is necessary for a legitimate booking process and is not indicative of unauthorized data exfiltration. There is no evidence of prompt injection attempts, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md shows JSON-RPC calls (search, check_availability, create_booking) against Lokuli's MCP endpoint. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to calling the MCP endpoint via JSON-RPC and do not ask the agent to read local files or unrelated environment variables. The SKILL.md uses example customer data and a sample zip code but does not specify how real customer contact/payment/auth data should be provided or obtained—this is a clarity gap rather than an integrity issue.
Install Mechanism
No install spec or code is provided (instruction-only). This minimizes risk from arbitrary downloads or disk writes.
Credentials
The skill declares no required environment variables or credentials. That is coherent for an instruction-only skill, but in practice Lokuli's MCP may require authentication or API keys; the SKILL.md does not document any credential flow, which is a minor omission to verify before use.
Persistence & Privilege
Flags are default (always: false, user-invocable, agent invocation allowed). The skill does not request persistent presence or system-wide configuration changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-detailing
  3. After installation, invoke the skill by name or use /book-detailing
  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-detailing
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Detailing?

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

How do I install Book Detailing?

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

Is Book Detailing free?

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

Which platforms does Book Detailing support?

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

Who created Book Detailing?

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

💬 Comments