← Back to Skills Marketplace
edwardrodriguez703-design

Book Appliance Repair

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

uook appliance repair

Book appliance-repair 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": "appliance-repair",
      "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 to do what it claims (search and create bookings via Lokuli's MCP), but verify a few things before enabling it: 1) Authentication — the SKILL.md does not specify any API key or token; confirm how the booking tool will authenticate and where credentials are stored. 2) Data handling — the examples include customer PII; ensure you consent to sending real names/emails/phone numbers and confirm Lokuli's privacy policy. 3) Endpoint trust — verify the domain (https://lokuli.com) is legitimate for your use case. 4) Protocol details — the doc mixes SSE and POST/JSON-RPC; ask the publisher for exact transport expectations. 5) Test with non-sensitive/demo data first to confirm behavior. If you cannot get answers about auth or endpoint provenance, treat the integration as risky for real bookings or PII.
Capability Analysis
Type: OpenClaw Skill Name: book-appliance-repair Version: 1.0.1 The skill bundle is benign. It defines a skill to book appliance repair services, utilizing an external endpoint at `https://lokuli.com/mcp/sse` and tools for searching, checking availability, and creating bookings. While the `create_booking` tool handles sensitive customer PII (name, email, phone), this is directly aligned with the stated purpose of booking services and is not indicative of unauthorized data exfiltration. There are no signs of malicious execution, persistence, obfuscation, or prompt injection attempts against the agent in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md defines search, check_availability, and create_booking RPC calls against Lokuli's MCP endpoint, which is coherent for a booking skill.
Instruction Scope
The instructions are narrowly scoped to the Lokuli MCP endpoint and three tool calls. They do include example/hard-coded parameters (zipCode 90640, example dates, placeholder provider/service ids, and example customer PII). The doc also mentions "Transport: SSE | JSON-RPC 2.0 | POST requests" (SSE vs POST is a minor protocol inconsistency). The instructions do not direct the agent to access local files or unrelated env vars, but they implicitly expect a tool/runtime that implements the tools/call mechanism to perform network operations.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing will be written to disk or downloaded during install. This is the lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials. In practice, booking APIs usually require authentication; the absence of any auth/token requirement is unexplained and likely means the agent's execution environment (the platform tools) must supply credentials. Confirm where and how authentication is handled before sending customer data.
Persistence & Privilege
Default flags (always: false, user-invocable, model-invocation enabled). The skill does not request persistent/system-wide privileges or modify other skill configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-appliance-repair
  3. After installation, invoke the skill by name or use /book-appliance-repair
  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-appliance-repair
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Appliance Repair?

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

How do I install Book Appliance Repair?

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

Is Book Appliance Repair free?

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

Which platforms does Book Appliance Repair support?

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

Who created Book Appliance Repair?

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

💬 Comments