← Back to Skills Marketplace
edwardrodriguez703-design

Book Tune Up

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

uook tune up

Book tune-up 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": "tune-up",
      "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 will send booking requests and customer contact details to an external domain (lokuli.com) but does not document how it authenticates or protects that data. Before installing, verify: (1) who operates lokuli.com and whether you trust them; (2) whether the platform will proxy/authenticate calls or whether you must provide API credentials (ask the skill author for the auth flow); (3) how user PII is handled and retained by the service; and (4) clarify the transport/auth mismatch (SSE vs POST). If you need to protect personal data or avoid sharing credentials, do not enable the skill until these questions are answered.
Capability Analysis
Type: OpenClaw Skill Name: book-tune-up Version: 1.0.1 The skill bundle is benign. It defines a clear purpose to book tune-up services through a specified external endpoint (lokuli.com). The `SKILL.md` file outlines the skill's functionality and tool calls (`search`, `check_availability`, `create_booking`) with arguments directly relevant to booking services, including necessary PII like customer name, email, and phone. There is no evidence of data exfiltration beyond the stated purpose, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent, or obfuscation.
Capability Assessment
Purpose & Capability
The name/description match the instructions: the SKILL.md shows JSON-RPC calls for searching providers, checking availability, and creating bookings on Lokuli's MCP. That capability is coherent with 'book tune-up' functionality. However, the skill references an external MCP endpoint but declares no credentials or auth mechanism, which is unusual for a booking API and worth questioning.
Instruction Scope
Instructions explicitly reference an external endpoint (https://lokuli.com/mcp/sse) and example JSON-RPC payloads containing personal data fields (customerName, customerEmail, customerPhone). The instructions do not explain how to authenticate, where the tools/call is executed (agent-side vs proxied), or whether user consent or data-minimization should be applied. Also the transport description mixes SSE (typically an event stream) with POST/JSON-RPC which is atypical and may indicate sloppy or inaccurate instructions.
Install Mechanism
Instruction-only skill with no install/spec files and no code to write to disk. Low installation risk.
Credentials
The skill requests no environment variables or credentials but instructs the agent to call an external booking API and transmit personal contact data. Real booking APIs commonly require API keys, OAuth tokens, or other auth; the absence of declared credentials or a documented auth flow is a proportionality mismatch and increases uncertainty about where/how sensitive data is sent.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request persistent system-wide privileges or declare modifications to other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-tune-up
  3. After installation, invoke the skill by name or use /book-tune-up
  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-tune-up
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Tune Up?

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

How do I install Book Tune Up?

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

Is Book Tune Up free?

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

Which platforms does Book Tune Up support?

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

Who created Book Tune Up?

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

💬 Comments