← Back to Skills Marketplace
edwardrodriguez703-design

Book Garage Door

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

uook garage door

Book garage-door 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": "garage-door",
      "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 likely does what it claims (search and book via Lokuli), but it has several gaps you should resolve before installing: 1) Ask who operates the 'lokuli.com' MCP endpoint and verify it's a legitimate provider. 2) Confirm how authentication is handled — the SKILL.md omits any token/API key or required environment variables; do not assume the platform will supply credentials. 3) Ask the skill author to remove hard-coded example values (zipCode 90640, example name/email/phone) and to explicitly instruct using the user's location and contact details only after consent. 4) Verify the platform's tools ('search', 'check_availability', 'create_booking') exist and what data they will send to the remote endpoint. 5) Until these are clarified, avoid using with real personal data; test with dummy data and monitor network calls or logs. If the author cannot explain the authentication model and data flows, treat this skill as high risk.
Capability Analysis
Type: OpenClaw Skill Name: book-garage-door Version: 1.0.1 The skill bundle defines a clear purpose: booking garage-door services through a specific external endpoint (https://lokuli.com/mcp/sse). It provides tools for searching, checking availability, and creating bookings, all of which align with the stated goal. While the skill involves network communication and handling of PII (customer name, email, phone) for booking, these actions are directly relevant to its stated function. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior. The hardcoded zip code in the search tool is a minor detail, likely an example or default, and not a security risk.
Capability Assessment
Purpose & Capability
The skill claims to search and create bookings via Lokuli MCP and the SKILL.md shows JSON-RPC calls for search/check_availability/create_booking — that aligns with the stated purpose. However the instructions use a hard-coded zipCode (90640) and example customer data rather than describing how to use the actual user's location and identity, which conflicts with the described trigger phrases like 'near me'.
Instruction Scope
The SKILL.md instructs the agent to communicate with an external MCP endpoint (https://lokuli.com/mcp/sse) and to invoke tools named 'search', 'check_availability', and 'create_booking'. It does not explain authentication/authorization for that endpoint, does not declare that these tools will exist or how they are provided, and contains hard-coded example arguments. These omissions create scope/operational gaps and could lead the agent to send user data to an external service without necessary safeguards or clarity.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and there is no installer risk.
Credentials
The skill declares no required environment variables or credentials, yet the instructions expect communication with an external service. That raises two possibilities: either the platform provides the needed authentication implicitly (not documented), or the skill omits required credentials. The lack of declared auth requirements is a clarity/privilege concern.
Persistence & Privilege
The skill does not request permanent presence (always: false) and uses normal agent invocation. It does not attempt to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-garage-door
  3. After installation, invoke the skill by name or use /book-garage-door
  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-garage-door
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Garage Door?

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

How do I install Book Garage Door?

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

Is Book Garage Door free?

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

Which platforms does Book Garage Door support?

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

Who created Book Garage Door?

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

💬 Comments