← Back to Skills Marketplace
edwardrodriguez703-design

Book Oil Change

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

uook oil change

Book oil-change 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": "oil-change",
      "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 is coherent for booking oil changes: it calls a Lokuli MCP endpoint and does not request keys or install code. Before using it, verify that lokuli.com is a legitimate service you trust, and confirm the agent will ask you for your real zip code, preferred time, and contact details rather than using the example data embedded in SKILL.md. Remember that bookings will transmit your name/email/phone to the external endpoint — don't proceed if you don't want to share that PII. Also ask the agent to show the exact booking details (provider, price, time) and require your explicit approval before creating a booking.
Capability Analysis
Type: OpenClaw Skill Name: book-oil-change Version: 1.0.1 The skill bundle defines a service to book oil changes through the Lokuli MCP server. All defined tools (`search`, `check_availability`, `create_booking`) and the external endpoint (`https://lokuli.com/mcp/sse`) are directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts against the agent to deviate from its purpose, or obfuscation. The sensitive customer information handled by the `create_booking` tool is explicitly for the booking process and would be provided by the user, not extracted from the agent's environment.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md describes calling Lokuli's MCP (search, check_availability, create_booking). No unrelated binaries, env vars, or installs are requested, so the requested capabilities are proportional to booking oil-change services.
Instruction Scope
SKILL.md is narrow and focused on using Lokuli's MCP (SSE/JSON-RPC) and three tool calls. It includes example hardcoded values (zip 90640, sample dates, and sample customer contact info) and placeholder provider/service IDs ("xxx","yyy"). The spec assumes the agent runtime implements tools/call and network access to https://lokuli.com; the skill does not instruct reading local files or other system data. Recommend confirming the agent will replace example data with the actual user-provided location and personal details and will ask for explicit consent before sending PII.
Install Mechanism
No install spec and no code files — instruction-only. This is lowest-risk from an install perspective (nothing is written to disk by the skill itself).
Credentials
The skill requests no environment variables or credentials, which is proportionate. It does send (or will need to send) customer name/email/phone as part of bookings — that is expected for booking functionality, but users should be aware PII will be transmitted to the third-party endpoint.
Persistence & Privilege
always is false and there are no requests to modify agent-wide settings or other skills. 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-oil-change
  3. After installation, invoke the skill by name or use /book-oil-change
  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-oil-change
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Oil Change?

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

How do I install Book Oil Change?

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

Is Book Oil Change free?

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

Which platforms does Book Oil Change support?

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

Who created Book Oil Change?

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

💬 Comments