← Back to Skills Marketplace
edwardrodriguez703-design

Book Computer Repair

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

uook computer repair

Book computer-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": "computer-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 internally consistent for booking via Lokuli's MCP, but exercise caution before enabling it: 1) Confirm who operates 'lokuli.com' and whether you trust that external endpoint. 2) The SKILL.md does not describe how to authenticate to Lokuli — verify whether an API key or account is required and, if so, how credentials are provided and stored. 3) The example includes personal customer data; ensure the agent will not send real PII without explicit user consent. 4) Test with safe/dummy data first to confirm what is actually transmitted and logged. 5) If you need stronger assurance, ask the skill author for documentation or a homepage/source repository before installing.
Capability Analysis
Type: OpenClaw Skill Name: book-computer-repair Version: 1.0.1 The skill defines tools that handle Personally Identifiable Information (PII) such as customer name, email, and phone number, and instructs the agent to send this data to an external endpoint (https://lokuli.com/mcp/sse) for booking services. While these actions are aligned with the stated purpose of booking computer repair, the handling of PII and external network calls represent risky capabilities, classifying it as suspicious rather than benign due to the inherent data privacy implications, even without clear malicious intent.
Capability Assessment
Purpose & Capability
Name/description (booking computer repair via Lokuli MCP) align with the runtime instructions: the SKILL.md shows search, check_availability, and create_booking RPC calls against Lokuli's MCP SSE endpoint. The required capabilities are proportional to the stated purpose.
Instruction Scope
Instructions are narrowly scoped to interacting with Lokuli's MCP endpoint using JSON-RPC/SSE and a platform tool call interface. They do not instruct reading local files or unrelated environment variables. Note: SKILL.md contains hard-coded example inputs (zipCode 90640, sample dates, and example PII like 'John Doe' / '[email protected]' / phone) and does not describe authentication/authorization for the MCP endpoint—this makes the instructions incomplete for real use and raises a privacy/consent consideration before sending real customer data.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk and no third-party packages are pulled. Low install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to the provided instructions. (If the MCP endpoint requires an API key in practice, the skill should declare it — omission likely means the skill is incomplete rather than requesting excessive privileges.)
Persistence & Privilege
always is false and there is no request for persistent system presence or modification of other skills/config. Autonomous invocation is allowed (platform default) but not combined with other privilege red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-computer-repair
  3. After installation, invoke the skill by name or use /book-computer-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-computer-repair
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Book Computer Repair?

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

How do I install Book Computer Repair?

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

Is Book Computer Repair free?

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

Which platforms does Book Computer Repair support?

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

Who created Book Computer Repair?

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

💬 Comments